@import url("https://fonts.googleapis.com/css?family=Hind+Siliguri:400,500,700");

body {
    font-family: 'Hind Siliguri';
}

body p {
    font-size: 1.12em;
}

/***********************************/
/** Common text colors            **/

.color-black {
    color: #000;
}

.color-pink-brown {
    color: #B99A9A;
}

.color-pink-peach {
    color: #D7CCC8;
}

.color-pink-light {
    color: #E8E1D9;
}

.color-blue-dark {
    color: #62727B;
}

.color-gray {
    color: #94A0AA;
}

.color-turquoise {
    color: #92C3B3;
}

.color-white {
    color: #FFFFFF;
}


/***********************************/
/** Common background colors      **/

.background-pink-brown {
    background: #B99A9A;
}

.background-pink-peach {
    background: #D7CCC8;
}

.background-pink-light {
    background: #E8E1D9;
}

.background-blue-dark {
    background: #62727B;
}

.background-gray {
    background: #94A0AA;
}

.background-turquoise {
    background: #92C3B3;
}

.background-white {
    background: #FFFFFF;
}

.background-white-50 {
    background: rgba(255, 255, 255, .5);
}

/***********************************/
/** Background cover              **/
.background-size-cover{
    background-size: cover;
}

/***********************************/
/** Common border colors          **/

.border-top-pink-peach-4{
    border-top: 4px solid #D7CCC8;
}

.border-pink-brown-4 {
    border: 4px solid #B99A9A;
}

.border-pink-light-4 {
    border: 4px solid #E8E1D9;
}

.border-turquoise-4 {
    border: 4px solid #92C3B3;
}

.border-left-turquoise-2 {
    border-left: 2px solid #92C3B3;
}

.border-bottom-turquoise-2{
    border-bottom: 2px solid #92C3B3;
}

.border-bottom-blue-dark-4 {
    border-bottom: 4px solid #62727B;
}

.border-gray-4{
    border: 4px solid #94A0AA !important;
}

.border-bottom-gray-4 {
    border-bottom: 4px solid #94A0AA;
}


/***********************************/
/** Height                          */

.max-height-256{
    max-height: 256px;
}


/***********************************/
/** z-index                        */

.z-index-99{
    z-index: 99;
}


/***********************************/
/** Links                          */

.link-border-pink-brown,
.link-border-pink-brown:active,
.link-border-pink-brown:focus,
.link-border-pink-brown:hover {
    border-bottom: 3px solid #B99A9A;
    color: #2c3e50;
    font-weight: bold;
    padding: 8px;
    text-decoration: none;
}

.link-gray:hover {
    color: #94A0AA;
}

.link-black:hover {
    color: #000;
}


/***********************************/
/** Common utility classes        */

.background-size-cover-center {
    background-size: cover;
    background-position: center center;
}

.full-width {
    width: 100%;
}

.text-bold-ignore {
    font-weight: normal;
}

.text-bold {
    font-weight: bold;
}

.text-italic {
    font-style: italic;
}

.left-0 {
    left: 0;
}


/***********************************/
/** cursors                        */

.cursor-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}


/***********************************/
/** Margin common reusable styles */

.margin-none{
    margin:  0;
}

.margin-16 {
    margin: 16px;
}

.margin-bottom-none{
    margin-bottom: 0;
}

.margin-top--80{
    margin-top: -80px;
}

.margin-bottom-4 {
    margin-bottom: 4px;
}

.margin-bottom-8 {
    margin-bottom: 8px;
}

.margin-bottom-16 {
    margin-bottom: 16px;
}

.margin-bottom-32 {
    margin-bottom: 32px;
}

.margin-bottom-24 {
    margin-bottom: 24px;
}

.margin-bottom-48 {
    margin-bottom: 48px;
}

.margin-bottom-64 {
    margin-bottom: 64px;
}

.margin-bottom-72 {
    margin-bottom: 72px;
}

.margin-bottom-152 {
    margin-bottom: 152px;
}

.margin-bottom-192 {
    margin-bottom: 192px;
}

.margin-left-8 {
    margin-left: 8px;
}

.margin-left-16 {
    margin-left: 16px;
}

.margin-right-4 {
    margin-right: 4px;
}

.margin-right-16{
    margin-right: 16px;
}

.margin-top-4 {
    margin-top: 4px;
}

.margin-top-8 {
    margin-top: 8px;
}

.margin-top-16 {
    margin-top: 16px;
}

.margin-top-24 {
    margin-top: 24px;
}

.margin-top-32 {
    margin-top: 32px;
}

.margin-top-48 {
    margin-top: 48px;
}

.margin-top-128 {
    margin-top: 128px;
}


/***********************************/
/** Padding common reusable styles */

.padding-none {
    padding: 0;
}

.padding-8 {
    padding: 8px;
}

.padding-16 {
    padding: 16px;
}

.padding-24 {
    padding: 24px;
}

.padding-48 {
    padding: 48px;
}

.padding-top-32 {
    padding-top: 32px;
}

.padding-top-64 {
    padding-top: 64px;
}

.padding-top-104{
    padding-top: 104px;
}

.padding-bottom-16 {
    padding-bottom: 16px;
}

.padding-bottom-24 {
    padding-bottom: 24px;
}

.padding-bottom-40{
    padding-bottom: 40px;
}

.padding-bottom-64 {
    padding-bottom: 64px;
}

.padding-bottom-128 {
    padding-bottom: 128px;
}

.padding-bottom-152 {
    padding-bottom: 152px;
}

.padding-bottom-192 {
    padding-bottom: 192px;
}

.padding-left-none {
    padding-left: 0;
}

.padding-left-4 {
    padding-left: 4px;
}

.padding-left-16 {
    padding-left: 16px;
}

.padding-left-32{
    padding-left: 32px;
}

.padding-left-48 {
    padding-left: 48px;
}

.padding-left-128 {
    padding-left: 128px;
}

.padding-right-none {
    padding-right: 0;
}

.padding-right-4 {
    padding-right: 4px;
}

.padding-right-16 {
    padding-right: 16px;
}

.padding-right-48 {
    padding-right: 48px;
}

.padding-top-8 {
    padding-top: 8px;
}

.padding-top-16 {
    padding-top: 16px;
}

.padding-top-24 {
    padding-top: 24px;
}

.padding-top-48 {
    padding-top: 48px;
}


/***********************************/
/** Dash decorators                */

.dash {
    height: 5px;
    margin: auto;
    width: 75px;
}


/***********************************/
/** Navbar                         */

.section-header-navbar {
    list-style-type: none;
    padding: 0 8px 8px 8px;
}

.section-header-navbar > li {
    display: inline;
}

.section-header-navbar > li > a,
.section-header-navbar > li > a:focus,
.section-header-navbar > li > a:hover {
    padding-bottom: 4px;
}

.section-header-navbar > li > a:focus,
.section-header-navbar > li > a:hover {
    border-bottom: none;
}

.section-header-contact,
.section-header-semblance,
.section-header-specialties {
    background-size: 100%;
    background-position: 0 43%;
}


/************************************/
/** Buttons                         */

.btn-primary,
.btn-primary:active:focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background: transparent;
    border: 3px solid #92C3B3;
    border-radius: 0;
    /*box-shadow: none;*/
    /*color: #94A0AA;*/
    color: #000;
    letter-spacing: 1px;
    outline: none;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
}

.btn-success,
.btn-success:active:focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    background: transparent;
    border: 3px solid #94A0AA;
    border-radius: 0;
    /*box-shadow: none;*/
    color: #000;
    letter-spacing: 1px;
    outline: none;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
}


/************************************/
/** Circular images                 */

.img-circle {
    border-radius: 50%;
    height: 250px;
    width: 250px;
}

.img-circle.alt {
    border-radius: 10px;
    height: 270px;
    width: 270px;
}

.img-circle-responsive {
    border-radius: 50%;
    height: 200px;
    width: 200px;
}

/** Post images are divs */
.post-img-circle-responsive {
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    height: 236px;
    margin: auto;
    width: 236px;
}


/************************************/
/** Speciality sections             */

.specialty-title {
    border-bottom: 3px solid #B99A9A;
    margin: auto;
    padding-bottom: 8px;
}

.specialty-description {
    padding-top: 56px;
}

.specialty-min-surgery-description {
    padding-top: 40px;
    padding-right: 50px;
}

.speciality-images-container {
    position: relative;
}

.speciality-images-wrapper {
    position: absolute;
    left: 0;
    top: -88px;
}

.specialities-home-title-image-wrapper {
    bottom: 145px;
    position: relative;
    width: 100%;
}

.speciality-images-bottom-wrapper {
    bottom: -80px;
    position: relative;
    left: 0;
}

.speciality-bottom-image {
    margin: auto;
    width: 100%;
}

.specialities-title-image-wrapper {
    bottom: -100px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}


/***********************************/
/** Form controls */

.form-control, .form-control:focus {
    border: none;
    border-bottom-color: #62727B;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    box-shadow: none;
    -webkit-transition: none;
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #62727B;
}

.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #62727B;
    opacity:  1;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #62727B;
    opacity:  1;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #62727B;
}

.form-control:-ms-input-placeholder { /* Microsoft Edge */
    color:    #62727B;
}

.btn-submit-form {
    border: 4px solid #94A0AA;
}


/***********************************/
/** Section footer */

.section-footer {
    padding: 16px;
}


/***********************************/
/** Map section                    */

.section-map {
    position: relative;
}

.section-map .btn-route {
    bottom: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 180px;
}


/***********************************/
/** Semblance specialties section  */

.section-semblance-specialties .header {
    border-bottom: 2px solid #62727B;
    letter-spacing: 2px;
    margin: auto;
    padding-bottom: 8px;
    width: 90%;
}

.section-semblance-specialties .title {

    line-height: 1.3;
}

.section-semblance-specialties .value {
    letter-spacing: 2px;
}


/***********************************/
/** Contact info section */

.contact-info-container {
    background: rgba(255, 255, 255, .7);
    padding: 24px;
}


/***********************************/
/** Top floated section            */

.floated-top {
    top: -50px;
    position: relative;
    width: 100%;
}


/***********************************/
/** Hover effects                  */

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #92C3B3;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}


/***********************************/
/** Blog article                   */

.blog-post-article .header-image {

    /** PhpStorm optimization breaks the cover size */
    background-position: center center;
    background-repeat: no-repeat;

    background-size: cover;
    height: 320px
}


/***********************************/
/** Blog pagination                */

.blog-post-page-item .overview {
    height: 110px;
    max-height: 110px;
    min-height: 110px;
}

.blog-post-page-item .header-image {

    /** PhpStorm optimization will destroy size cover */
    background-repeat: no-repeat;
    background-position: center center;

    background-size: cover;
    margin: auto;
    max-height: 204px;
    min-height: 204px;
    position: relative;
    z-index: 1;
    width: 90%;
}

.paginator .page-link {
    border: none;
    background: transparent;
    color: #62727B;
    font-size: 1.4em;
    height: 30px;
    margin-left: 4px;
    margin-right: 4px;
    outline: none;
    width: 30px;
}

.paginator .page-link.active {
    border: 2px solid #D7CCC8;
    border-radius: 50%;
    cursor: default;
}

.paginator .previous,
.paginator .next {
    border: none;
    background: transparent;
    font-size: 1.4em;
    height: 30px;
    margin-left: 4px;
    margin-right: 4px;
    outline: none;
    width: 30px;
}


/**************************************************************/
/*****         hr info courses and Graduates                  */

.courses_graduate {
    margin-top: 0px;
    border-top: 4px solid #FFFFFF;
    width: 8%;
}


/**************************************************************/
/*****         Overflow                                     */

.overflow-hidden{
    overflow: hidden;
}


@media screen and (max-width: 424px) {

    .floated-top {
        top: -80px;
    }

    .img-logo {
        width: 80px;
    }

    .section-header-home {
        background-size: 380%;
        background-position: center 50%;
    }

    .section-header-vertical-space-before-title {
        height: 15px;
    }

    .section-header-vertical-space-after-title {
        height: 350px;
    }

    .section-header-vertical-space-no-title {
        height: 150px;
    }

    .contact-info-container {
        padding: 24px;
    }

    .contact-info-container-wrapper {
        background-image: url('./../../../img/background_contact_info.jpg');
        background-size: 340% auto;
        background-position: 89% 50%;
    }
}

@media screen and (max-width: 767px) {

    /*****************************************************/
    /** Padding  for extra small devices only            */

    .padding-xs-24 {
        padding: 24px;
    }

    .padding-bottom-xs-16 {
        padding-bottom: 16px;
    }

    .padding-bottom-xs-0 {
        padding-bottom: 0;
    }

    /*****************************************************/
    /** Margin for extra small devices only              */

    .margin-top-xs-80{
        margin-top: 80px;
    }

    .margin-top-xs-104{
        margin-top: 104px;
    }

    .margin-bottom-xs-64 {
        margin-bottom: 64px;
    }

    .no-margin-bottom-xs {
        margin-bottom: 0;
    }

    .no-margin-top-xs {
        margin-top: 0;
    }


    /*****************************************************/
    /**background header      */

    .section-header-contact,
    .section-header-semblance,
    .section-header-specialties {
        background-size: 280%;
        background-position: 10% 43%;
    }

    .btn-primary:active:hover{
        background: transparent;
        border: 3px solid #92C3B3;
        border-radius: 0;
    }
    /*****************************************************/
    /**dropdown menu      */

    .dropdown-menu-mobile{
        width: 100%;
        text-align: center;
    }

    .owl-carousel .owl-item img {
        margin-top: 32px;
    }
    
    .owl-carousel .owl-item .endometriosis-summary img {
        margin-top: 0 !important;
    }

    .text-center-xs {
        text-align: center;
    }

    .specialities-title-image-wrapper {
        bottom: -140px;
    }

    .specialty-description {
        padding-right: 15px;
        padding-top: 20px;
    }

    .specialty-min-surgery-description {
        padding-top: 20px;
        padding-right: 15px;
    }

    .img-circle {
        margin-top: 16px;
    }

    .img-circle-responsive {
        margin: 0 auto;
        width: 200px !important;
    }

    .post-img-circle-responsive {
        height: 200px;
        width: 200px;
    }
}

@media screen and (min-width: 425px) {

    .floated-top {
        top: -115px;
    }

    .img-logo {
        width: 120px;
    }

    .section-header-home {
        background-size: 300%;
        background-position: center 50%;
    }

    .section-header-vertical-space-before-title {
        height: 10px;
    }

    .section-header-vertical-space-after-title {
        height: 370px;
    }

    .section-header-vertical-space-no-title {
        height: 150px;
    }

    .contact-info-container {
        padding: 48px;
    }

    .contact-info-container-wrapper {
        background-image: url('./../../../img/background_contact_info.jpg');
        background-size: 250% auto;
        background-position: 100% 100%;
    }
}

@media screen and (min-width: 768px) {

    .contact-info-container {
        background: rgba(255, 255, 255, .7);
        padding: 48px;
    }

    .contact-info-container-wrapper {
        background-image: url('./../../../img/background_contact_info.jpg');
        background-size: 100% auto;
        background-position: 100% auto;
    }

    .img-logo {
        margin-right: 10px;
        width: 110px;
    }

    .floated-top {
        top: -50px;
    }

    .section-header-home {
        background-size: 100%;
        background-position: 100% 100%;
    }

    .section-header-vertical-space-before-title {
        height: 20px;
    }

    .section-header-vertical-space-after-title {
        height: 80px;
    }

    .section-header-vertical-space-no-title {
        height: 150px;
    }

    .specialities-title-image-wrapper {
        bottom: -140px;
    }

    .post-img-circle-responsive {
        height: 208px;
        width: 208px;
    }
}

@media screen and (min-width: 992px) {

    .contact-info-container {
        padding-left: 64px;
    }

    .img-circle-responsive {
        height: 250px;
        width: 250px;
    }

    .post-img-circle-responsive {
        height: 236px;
        width: 236px;
    }

    .img-logo {
        margin-right: 20px;
        width: 135px;
    }

    .section-header-vertical-space-before-title {
        height: 60px;
    }

    .section-header-vertical-space-after-title {
        height: 140px;
    }

    .section-header-vertical-space-no-title {
        height: 200px;
    }
}

@media screen and (min-width: 1200px) {

    .img-logo {
        width: 170px;
    }

    .section-header-navbar {
        padding: 0 16px 16px 64px;
    }

    .section-header-vertical-space-before-title {
        height: 140px;
    }

    .section-header-vertical-space-after-title {
        height: 170px;
    }

    .specialty-description {
        padding-right: 85px;
    }
}

@media screen and (min-width: 1400px) {

    .section-header-vertical-space-before-title {
        height: 100px;
    }

    .section-header-vertical-space-after-title {
        height: 250px;
    }
}

@media screen and (min-width: 1600px) {

    .section-header-vertical-space-before-title {
        height: 150px;
    }

    .specialty-title {
        width: 90%;
    }

    .specialty-description {
        padding-right: 150px;
    }

    .specialty-min-surgery-description {
        padding-right: 100px;
    }
}

@media screen and (min-width: 1800px) {

    .section-header-vertical-space-before-title {
        height: 200px;
    }

    .section-header-vertical-space-after-title {
        height: 300px;
    }
}

@media screen and (min-width: 2150px) {

    .section-header-vertical-space-after-title {
        height: 400px;
    }

    .specialty-description {
        padding-right: 248px;
        padding-top: 86px;
    }
}

.endometriosis-summary {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 30px calc(100% - 40px);
    grid-column-gap: 10px;
    justify-items: center;
    text-align: justify;
}

.endometriosis-summary img {
    height: 35px;
}

.endometriosis-summary a,
.endometriosis-summary a:visited,
.endometriosis-summary a:hover,
.endometriosis-summary a:active {
    color: #776170;
    font-weight: bold;
    text-decoration: none;
    font-style: italic;
}

.link-text,
.link-text:visited,
.link-text:hover,
.link-text:active {
    color: #776170;
    font-weight: bold;
    text-decoration: none;
}

.endometriosis-bar {
    background-color: #776170;
}

.endometriosis-bar-wrapper {
    color: #fff;
    text-align: center;
}

.endometriosis-bar img {
    height: 25px;
    vertical-align: middle;
}

.endometriosis-bar h3 {
    margin: 8px 0;
}

.endometriosis-bar a,
.endometriosis-bar a:visited,
.endometriosis-bar a:hover,
.endometriosis-bar a:active {
    color: #fff;
    text-decoration: none;
}