@font-face {
    font-family: 'PresicavLt';
    src: url('../fonts/PresicavLt-Regular.eot');
    src: url('../fonts/PresicavLt-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PresicavLt-Regular.woff2') format('woff2'),
        url('../fonts/../fonts/PresicavLt-Regular.woff') format('woff'),
        url('../fonts/PresicavLt-Regular.ttf') format('truetype'),
        url('../fonts/PresicavLt-Regular.svg#PresicavLt-Regular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PresicavRg';
    src: url('../fonts/PresicavRg-Regular.eot');
    src: url('../fonts/PresicavRg-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PresicavRg-Regular.woff2') format('woff2'),
        url('../fonts/PresicavRg-Regular.woff') format('woff'),
        url('../fonts/PresicavRg-Regular.ttf') format('truetype'),
        url('../fonts/PresicavRg-Regular.svg#PresicavRg-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* 
@font-face {
    font-family: 'TTHovesDemiBd', 'sans-serif';
    src: url('../fonts/TTHoves-DemiBold.eot');
    src: url('../fonts/TTHoves-DemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTHoves-DemiBold.woff2') format('woff2'),
        url('../fonts/TTHoves-DemiBold.woff') format('woff'),
        url('../fonts/TTHoves-DemiBold.ttf') format('truetype'),
        url('../fonts/TTHoves-DemiBold.svg#TTHoves-DemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TTHovesRg', 'sans-serif';
    src: url('../fonts/TTHoves-Regular.eot');
    src: url('../fonts/TTHoves-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTHoves-Regular.woff2') format('woff2'),
        url('../fonts/TTHoves-Regular.woff') format('woff'),
        url('../fonts/TTHoves-Regular.ttf') format('truetype'),
        url('../fonts/TTHoves-Regular.svg#TTHoves-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */








html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

body {
    line-height: 1;
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}


::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a6a6a6;
   font-family: 'TTHovesRg', 'sans-serif';
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #a6a6a6;
    font-family: 'TTHovesRg', 'sans-serif';
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #a6a6a6;
    font-family: 'TTHovesRg', 'sans-serif';
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #a6a6a6;
    font-family: 'TTHovesRg', 'sans-serif';
}

ul,
li {
    font-family: 'TTHovesRg', 'sans-serif';
}



input,
select {
    vertical-align: middle;
}

body {
    font-family: 'TTHovesRg', 'sans-serif';
    margin: 0;
    padding: 0;
    color: #1c5a7d;
    font-size: 14px;
}

h2,
h3,
h4 {
    font-family: 'PresicavLt';
    color: #3D4543;
}





p {
    font-family: 'TTHovesRg', 'sans-serif';
    font-size: 16px;
    line-height: 28px;
    color: #3D4543;
}

p > span{font-weight: 600;}


h2 {
    font-size: 45px;
    line-height: 60px;
    font-weight: 300;
    color: #3D4543;
}

h3 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    color: #3D4543;
}



img {
    margin: 0;
    padding: 0;
    border: 0;
}




*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 0 20px 0;
    font-size: 20px;
}

label {
    font-size: 14px;
    color: #000;
    margin: 0 0 10px;
}



.top-bar,
.header {
    display: block;
}

.header{background: #fff;}

.sticky-fixed{position: fixed; left:0; width:100%; box-shadow: 0 0 10px rgba(0, 0, 0, .1)}
.header.sticky-fixed {
    padding: 10px 0 10px 0; z-index: 999;
}
.header.sticky-fixed .navigation-section .logo img{height: 60px;}




.top-bar {
    color: #000;
    padding: 10px 0;
}

.top-bar ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-bar ul li {
    padding: 0 0 0 20px;
    display: flex;
    align-items: center;
    font-family: 'TTHovesRg', 'sans-serif';
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
    color: #1c5a7d
}

.top-bar ul li span {
    margin-right: 5px;
}

.top-bar ul li a {
    color: #1c5a7d;
    text-decoration: none;
}

.top-bar ul li a:hover {
    text-decoration: underline;
    color: #38a8db;
}

.top-bar ul li img {
    margin: 0 6px 0 0;
}

.header {
    padding: 18px 0 18px 0;
}

.header .navigation-section,
.header .nav {
    display: flex;
    padding: 10px 0 0;
}

.fixed-left-image{position:sticky; top:103px;}

.header .navigation-section {
    justify-content: space-between;
}

.header .nav {
    justify-content: flex-end;
    align-items: center;
}

.header .nav li a {
    color: #333;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 18px;
    font-family: 'TTHovesRg', 'sans-serif';
    font-size: 13px;
    transition: all .5s ease;
    position: relative;
    display: block;
    
    
}

.header .nav li.current a {color: #F58B75;}


.header .nav li a:hover {
    color: #F58B75;
}

.header .nav li.fill-button a {
    background: #F58B75;
    margin: 0 0 0 30px;
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 12px 26px;
    font-family: 'TTHovesDemiBd', 'sans-serif';
}

.header .nav li.fill-button a:hover {
    background: #000;
    color: #fff;
}

.header .nav li.fill-button a:hover:before {
    background: none;
}

.two-col-section {
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
}

.two-col-section img {
    margin-right: 20px;
}

.two-col-section .for-parents {
    background: #f0edea;
    padding: 0 10px 15px 0;
    width: 47%;
    display: flex;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.two-col-section .for-therapists {
    background: #f0edea;
    padding: 0 10px 15px 0;
    width: 47%;
    display: flex;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.parent-therapists .button-panel .btn {
    padding-left: 0;
}





.container-xxl {
    max-width: 1920px;
    margin: 0 auto;
}

.container-xl {
    max-width: 1570px;
    margin: 0 auto;
}

.container-lg {
    max-width: 1470px;
    margin: 0 auto;
}

.container-md {
    max-width: 1200px;
    margin: 0 auto;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
}


.banner-home {
    background: url("../images/banner-img.jpg") no-repeat left top;
    height: 800px;
    background-size: cover;
}

.banner-home .container-md {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.banner-home .banner-info {
    text-align: left;
    padding-left: 74px;
}

.banner-home .banner-info h1 {
    font-size: 60px;
    line-height: 66px;
    color: #3D4543;
    font-weight: 400;
    font-family: 'PresicavRg';
}

.banner-home .button-panel {
    margin-top: 80px;
    display: block;
}

.btn {
    font-size: 20px;
    font-family: 'TTHovesDemiBd', 'sans-serif';
    background: #F58B75;
    color: #fff;
    padding: 25px 40px;
    font-weight: 600;
    text-decoration: none;
    line-height: 24px;
    outline: none;
    -webkit-appearance: none;
    transition: all .5s ease;
	cursor:pointer;


}

.btn-lg {
    padding: 24px 80px;
}

.btn:hover {
    background: #ff6747;
}

.testimonials-section {
    background: #fff;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}


.testimonials-section .content {
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    display: block;
    padding: 70px 80px 120px 70px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow-x: hidden;
}

.testimonials-content {
    position: relative;
    padding-left: 180px;
    text-align: right;
	transition:all ease 0.3s;
}

.testimonials-content:hover{transform:scale(1.05);}

.testimonials-content img {
    position: absolute;
    left: 0;
    top: 0;
}


.testimonials-section p {
    font-size: 24px;
    line-height: 34px;
    padding-right: 40px;
    color: #3D4543;
    text-align: right;
}

.testimonials-section p.name {
    margin-top: 20px;
    text-align: right;
    font-style: italic;
}

.testimonials-section.lightbg .container-md {
    background: #fef7f5;
}



.about-doctor {
    position: relative;
}

.about-doctor:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    content: "";
    height: 100%;
    z-index: -1;
    background: url("../images/home-background-img-1.jpg") no-repeat right top;
    background-size: cover;
}

.about-doctor .container-md {
    position: relative;
    background: url("../images/home-background-img-1.png") no-repeat right top;
    background-size: cover;
}

.about-doctor .doctor-img {
    max-height: 475px;
    margin-top: -70px;
    position: relative;
    display: flex;
}

#about{margin-top: -120px; position:absolute;}

.about-doctor .content {
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #333333;
}

.about-doctor h2 {
    font-size: 50px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    padding-left: 120px;
    margin-right: -100px;
    position: relative;
}

.about-doctor .container-md {
    position: relative;
}

.about-doctor .container-md:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -35px;
    width: 100%;
    height: 35px;
    background: #F58B75;
    z-index: 1;
}


.ditmas-info {
    width: 100%;
    display: block;
    margin: 130px 0;
}

.ditmas-info .flex-col-two {
    display: flex;
    justify-content: space-between
}


.ditmas-info .flex-col-two .cols {
    width: 48%;
}

.ditmas-info .flex-col-two .icon-panel {}

.ditmas-info .flex-col-two .relDiv {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ditmas-info .flex-col-two .icon-panel img {
    margin: 0 30px 0 0;
    height: 150px;
}

.ditmas-info p {
    font-size: 20px;
    line-height: 28px;
}



.main-heading-section {
    display: block;
    width: 100%;
    padding: 0;
}

.main-heading-section .container-md {
    border-right: 1px solid #333333;
}

.main-heading-section {
    border-top: 1px solid #333333;
}

.main-heading-section .flex-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-heading-section img {
    height: 400px;
    display: flex;
    align-items: center;
}


.main-heading-section h2 {
    font-size: 50px;
    line-height: 65px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 0 -240px;
}



.treating-patient {
    display: block;
    width: 100%;
}

.treating-patient .side-section-img {
    height: 600px;
}


.treating-patient .flex-col {
    display: flex;
    justify-content: space-between;
}

.treating-patient .flex-col .cols {
    width: 45%;
}

.treating-patient .flex-col .cols.col-lg {
    width: 55%;
}

.treating-patient h2 {
    border-left: 1px solid #333333;
    padding: 100px 0 100px 60px;
}

.treating-patient h3 {
    margin: 50px 0 10px 0;
    display: block;
}

.treating-patient ul li {
    position: relative;
    padding-left: 35px;
    font-family: 'TTHovesDemiBd', 'sans-serif';
    color: #333;
    font-size:18px;
}

.treating-patient ul li img {
    height: 21px;
    position: absolute;
    left: 0;
    top: 0;
}

.treating-patient p {
    padding-right: 60px;
}


.treating-patient .content-detail {
    margin-top: 60px;
}


.treating-patient .internal-area {
    max-width: 700px;
}



.treating-patient ul {
    margin: 40px 0 0 0;
}

.orange-heading-section {
    background: #F58B75;
    color: #fff;
    padding: 80px 0;
    margin: 80px 0 0 0;
}
.orange-heading-section.narrow{padding:50px 0;}
.orange-heading-section h2 {
    font-size: 80px;
    color: #fff;
    font-weight: 300;
    line-height: 90px;
}
.orange-heading-section.narrow h2{font-size: 60px; line-height: 70px;}
.transplant-section .flex-col {
    display: flex;
    justify-content: space-between
}

.transplant-section .flex-col .image-panel {
    width: 45%; position: relative;
}

.transplant-section .flex-col .heading-section {
    width: 55%;
}

.transplant-section .flex-col img.full-img {
    width: 100%;
    max-width: 100%;
    display: flex;
    border-right: 1px solid #333333;
    
}

.transplant-section .flex-col .image-panel:before{content:""; position: absolute; left:0; bottom: -26px; width:95%; height: 26px; background: #F58B75;}

.transplant-section .flex-col h2 {
    padding: 80px 0 0 60px;
}


.ipadImage{display: none;}
.hideipadimage{display: none;}

.full-image-width.hidedesktop{display: none;}
.ipadimagebuilding{display: none;}



.testimonials-bar {
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    position: relative;
}

.testimonials-bar:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
    height: 100%;
    background: #fef7f5;
}

.testi-section {
    background: #fef7f5;
    border-bottom: 1px solid #333333;
}


.testi-section .content {
    border-left: 1px solid #333333;
    display: block;
    padding: 60px 80px 60px 70px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.testimonials-content {
    position: relative;
    padding-left: 125px;
    text-align: left;
}

.testimonials-content img {
    position: absolute;
    left: 0;
    top: 0;
}


.testi-section p {
    font-size: 23px;
    line-height: 32px;
    padding-right: 0;
    color: #3D4543;
}

.testi-section p.name {
    margin-top: 20px;
    font-style: italic;
}

/*.testi-section.lightbg .container-md{background: #fef7f5;}*/

.testi-section .transplant-section .flex-col img {
    width: 80px;
    max-width: 100%;
}

.testimonials-bar {
    position: relative;
    width: 100%;
    transform: translateY(-100%);
}

.testimonials-bar .blank-section {
    width: 45%;
}

.testimonials-bar .testi-section {
    width: 55.2%;
}

.testimonials-bar .flex-col {
    display: flex;
    justify-content: space-between;
}





.ditmas-about {
    width: 100%;
    display: block;
    margin-top: -100px;
    margin-bottom: 100px;
}

.ditmas-about .flex-col-two {
    display: flex;
    justify-content: space-between;
}




.ditmas-about .image-panel {
    margin: 20px 40px 0 0;
}

.ditmas-about .flex-col-two .icon-panel {}

.ditmas-about .flex-col-two .relDiv {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ditmas-about .flex-col-two .icon-panel img {
    margin: 0 30px 0 0;
}

.ditmas-about h3 {
    margin-bottom: 60px;
    margin-left: 190px;
    font-size:23px; line-height:36px;
}


.ditmas-about p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}


.flex-col-two.flex-start{justify-content: flex-start;}

.ditmas-about .internal-content{max-width: 700px;}



.black-heading-section {
    position: relative;
}

.black-heading-section .container {
    background: #3D4543;
    color: #F58B75;
    padding: 80px 0;
}

.black-heading-section h2 {
    font-size: 80px;
    color: #F58B75;
    font-weight: 300;
    line-height: 90px;
}

.black-heading-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #3D4543;
    z-index: -1;
}


.support-services {
    width: 100%;
    display: block;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.support-services .container {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

.support-services h2 {
    margin-left: 150px;
    padding: 80px 0 80px 115px;
    border-left: 1px solid #333;
}












.testimonials-small {
    border-bottom: 1px solid #333333;
    position: relative;
	overflow:hidden;
}

.testimonials-small:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #fef7f5;
    z-index: -1;
}

.testimonials-small .content {
    border-left: 1px solid #333333;
    display: block;
    padding: 50px 0 50px 70px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-right: -200px;
    background:#fef7f5;
}

.testimonials-content {
    position: relative;
    padding-left: 140px;
    text-align: left;
}

.testimonials-content img {
    position: absolute;
    left: 0;
    top: 0;
}


.testimonials-small p {
    font-size: 24px;
    line-height: 34px;
    padding-right: 80px;
    color: #3D4543;
}

.testimonials-small p.name {
    margin-top: 20px;
    color: #F58B75;
    font-style: italic;
}

.testimonials-small.lightbg .container-md {
    background: #fef7f5;
}

.our-services {
    margin-bottom: 300px;
}

.our-services .flex-col {
    display: flex;
    justify-content: space-between;
     align-items: flex-start;
}



.our-services h3 {
    font-size: 25px;
    line-height: 34px;
}

.our-services .service-list-section {
    margin-left: 300px;
    margin-top: 70px;
    width: 60%;
}

.our-services .service-list-section h3 {
    max-width: 650px;
}

.service-list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    margin-right: 70px;
}

.service-list .icon-panel img {
    height: 65px;
    margin-bottom: 20px;
}

.service-list .col-list {
    width: 31%;
    padding: 20px;
    background: #fef7f5;
    padding: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	transition:all ease 0.3s !important;
}

.service-list .col-list:hover{
	transform: scale(1.04) !important;
	background: #f7e9e5;
}
.service-list .col-list .icon-panel {
    display: flex;
    justify-content: center;
}

.service-list p {
    color: #000;
    font-size: 16px;
}

.our-services .full-img {
    width: 100%;
}


.our-services .image-panel {
    width: 40%;
    position: relative;
}

.our-services .image-panel:before {
    content: "";
    position: absolute;
    right: 0;
    width: 93%;
    height: 20px;
    background: #F58B75;
    bottom: -17px;
}






.help-section {
    background: #F58B75;
    color: #fff;
    padding: 0;
    margin: 80px 0 0 0;
}

.help-section h2 {
    font-size: 80px;
    color: #fff;
    font-weight: 300;
    line-height: 90px;
}

.help-section .flex-col {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.help-section img {
    height: 741px;
}

.help-section .image-panel {
    margin-top: -200px;
    margin-bottom: -100px;
}

.help-section h2 {
    font-size: 80px;
}


.calltoactionsection {
    padding: 80px 0;
}

.calltoactionsection .button-section {
    display: flex;
    justify-content: center;
}

.calltoactionsection .button-section a {
    margin: 0 20px;
}



.contact-section .contact-head {
    border: 1px solid #333;
    padding: 20px;
    font-size: 16px;
    background: #fef7f5;
    text-align: center;
    line-height: 22px;
}

.contact-section .contact-head span{font-weight: 700;}

.contact-section .form-section {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 80px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.contact-section label {
    font-size: 16px;
    display: flex;
    align-items: flex-end;
}

.contact-section input,
.contact-section textarea,
.contact-section select {
    font-size: 16px;
    color: #000;
    border: 0;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-bottom: 1px solid #333;
    padding: 5px;
    font-family: 'TTHovesRg', 'sans-serif';
}

.contact-center .full {
    display: flex;
    margin-bottom: 30px;
}

.contact-center .full input {
    width: 100%;
    align-items: flex-end;
}

.contact-center .full textarea {
    width: 100%;
    align-items: flex-end;
}

.contact-center .two-col {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
}

.contact-center .two-col input {
    width: 50%;
    align-items: flex-end;
}

.contact-center label {
    white-space: nowrap;
    align-items: flex-end;
    margin: 0;
    margin-right: 10px;
    font-size: 16px;
}

.contact-center .two-col textarea {
    align-items: flex-end;
}

.contact-center label.besttime {
    margin-left: 10px;
}

.contact-center textarea {
    height: 100px;
    border: 1px solid #333;
}

.contact-center .messagefull {
    margin-top: 60px;
}

.contact-center .messagefull label {
    display: flex;
    align-items: flex-start;
}

.contact-para {
    font-size: 20px;
    padding: 20px 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    font-family: 'PresicavLt';
    line-height: 40px;
margin-bottom: 30px;
}

.contact-center .btn {
    border: 0;
}

.contact-center .button-panel {
    display: block;
    text-align: center;
    margin-top: 20px;
}



.admission-assistance {
    position: relative;
    margin: 80px 0 0;
	border-bottom:1px solid #3c4543;
}

.admission-assistance .container-md {
    background: #3D4543;
    color: #fff;
    padding: 0;
}

.admission-assistance .flex-col {
    display: flex;
    align-items: center;
}

.admission-assistance h2 {
    font-size: 80px;
    color: #fff;
    font-weight: 300;
    line-height: 90px;
	margin-left: 100px;
}

.admission-assistance:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #3D4543;
    z-index: -1;
}


.admission-assistance .image-panel img {
    height: 350px;
    margin-top: -88px;
    display: flex;
    margin-left: -128px;
}


.aboutus {
    width: 100%;
    display: block;
    padding: 100px 0;
}

.aboutus .flex-col-two {
    display: flex;
    justify-content: space-between;
}

.aboutus h3 {
    margin-bottom: 60px;
}

.aboutus p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    display: block;
}

.aboutus .button-panel {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}



.google-map-section {
    display: block;
    width: 100%;
    background: #3D4543
}

.google-map-section .flex-col {
    display: flex;
    justify-content: space-between;
}

.google-map-section .googlemap {
    width: 50%;
    display: flex;
}

.google-map-section .full-img {
    width: 100%;
}


.google-map-section .google-map-info {
    width: 50%; display: flex;
    align-items: center;
}


.google-map-section .google-map-info .internal-content {
    padding-left: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
}


.google-map-section ul li img {
    height: 21px;
    position: absolute;
    left: 0;
    top: 0;
}

.google-map-section ul li {
    position: relative;
    padding-left: 38px;
    font-size: 16px;
    margin-bottom: 20px
}






.footer {
    display: block;
    width: 100%;
    background: #fef7f5;
    padding-bottom: 20px;
    overflow: hidden;
}

.footer .container-md {
    border-left: 1px solid #333;
}

.footer .logo-section {
    padding-left: 70px;
    padding-top: 100px;
}

.footer .logo-section img {
    width: 192px;
}

.footer .contact-us-section {
    margin-left: 74px;
    margin-top: 60px;
}

.footer .quick-links {
    margin-left: 120px;
    margin-top: 34px;
}

.footer .flex-col {
    display: flex;
}

.footer h3 {
    font-size: 15px;
    color: #CDA176;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 24px;
    font-family: 'TTHovesDemiBd', 'sans-serif';
}

.footer h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 1px;
    background: #AD7F66;
}

.footer ul {
    margin-top: 18px;
}

.footer ul li {
    font-size: 16px;
    margin-bottom: 20px;
}

.footer ul li a {
    text-decoration: none;
    color: #333;
    position: relative;
}




.quick-links li a:hover:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width:100%;
    height: 1px;
    background: #AD7F66; 
}



.footer ul li a:hover {
    color: #CDA176; 
}

.footer .copyright-section {
    font-size: 16px;
    display: block;
    text-align: right;
    margin-top: -50px;
    position: relative;
}


.footer .copyright-section p {
    position: relative;
    margin: 0 160px 0 0;
}

/*........toogle menu .................*/

#nav-icon1 {
    width: 28px;
    height: 22px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-top: 4px;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;

}



#nav-icon1.open span {
    background: #000;
}




#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 10px;
}

#nav-icon1 span:nth-child(3) {
    top: 20px;
}

#nav-icon1.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.menu-icon {
    padding: 10px;
    background: none;
    display: inline-block;
    float: right;
    z-index: 4;
    position: relative;
    display: none;
}



.dropdown-nav {
    margin-top: 6px;
}


label.error{display: none!important;}

.form-control.error{border-color:red;}



#contact-us-form .success_message,
#contact-us-form .dynamic {
    width: 100%;
    background: #000;
    padding: 20px 20px;
    display: none;
    color: #fff;
    text-align: center;
    font-size: 16px;
    display: none;
    border: 1px solid #e4e3e0;
}

#contact-us-form .success_message h5,
#contact-us-form .dynamic h5 {
    padding: 0;
    margin: 0;
}

.contact-section{padding:100px 0;}
.custom_radio_btns{display: flex; width: 40%;}
.custom_radio_btns .custom_radio_btn_single{width:50%; position:relative;}
.custom_radio_btns .custom_radio_btn_single input[type="radio"]{position:absolute; margin:0; left:0; opacity:0;}
.custom_radio_btns .custom_radio_btn_single label{margin: 0;
    background: #ffe6e1;
    text-align: center;
    display: block;
    padding: 6px 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px; border-radius:2px 0 0 2px;}
.custom_radio_btns .custom_radio_btn_single:nth-child(2) label	{border-radius:0 2px 2px 0;}
.custom_radio_btns .custom_radio_btn_single input[type="radio"]:checked + label{background:#f58b75; color:#ffffff;}

#contact-us-form-contact{margin: 60px auto 100px auto;
    width: 100%;
    max-width: 1000px;
    padding: 80px;
    border: 1px solid #333333;}
#contact-us-form-contact .form_row{display:flex; flex-wrap:wrap; justify-content:space-between;}
#contact-us-form-contact .form_row .sub{width:100%; display:flex; align-items:flex-end; margin:0 0 30px 0; }
#contact-us-form-contact .form_row.half .sub{width:49%;}
#contact-us-form-contact .form_row .sub label{margin:0; padding:0 10px 0 0; white-space:nowrap; font-size: 16px;}

#contact-us-form-contact .form_row .sub input[type="text"],
#contact-us-form-contact .form_row .sub input[type="email"]
{border: none;
    border-bottom: 1px solid #333;
    width: 100%;
    padding: 15px 0 5px 0;
	outline:none;
	}
	
	
#contact-us-form-contact .form_row .sub input[type="text"].error,
#contact-us-form-contact .form_row .sub input[type="email"].error,
#contact-us-form-contact .form_row .sub textarea.error
{
    border-color: red;
	}	
	
#contact-us-form-contact .form_row .sub textarea
{
    border: 1px solid #333;
    width: 100%;
    padding: 15px;
	outline:none;
	height:100px;
	}	

#contact-us-form-contact .button-panel{text-align:center;}
#contact-us-form-contact .button-panel .btn{outline: none;
    box-shadow: none;
    border: none;}
	
#contact-us-form-contact .success_message h5{    text-align: center;  margin: 25px 0 0 0; font-size: 18px;}
