﻿


@font-face {
    font-family: 'AvenirLTStd-Black';
    src: url('../font/AvenirLTStd-Black.woff') format('woff');
    src: url('../font/AvenirLTStd-Black.ttf') format('truetype'), url('../font/AvenirLTStd-Black.otf') format('opentype'), url('../font/AvenirLTStd-Black.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'AvenirLTStd-Medium';
    src: url('../font/AvenirLTStd-Medium.woff') format('woff');
    src: url('../font/AvenirLTStd-Medium.eot') format('embedded-opentype'), url('../font/AvenirLTStd-Medium.otf') format('opentype'), url('../font/AvenirLTStd-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Futura-T-OT-Book_19064';
    src: url('../font/Futura-T-OT-Book_19064.eot') format('embedded-opentype'), url('../font/Futura-T-OT-Book_19064.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../font/HelveticaNeue.eot') format('embedded-opentype'), url('../font/HelveticaNeue.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font/OpenSans-Regular.eot') format('embedded-opentype'), url('../font/OpenSans-Regular.ttf') format('truetype');
}

body {
}

p {
    margin: 0;
}

.hoverbounce:hover {
    transform: translateY(-30px);
}

#imagebanner {
    width: 100%;
    position: relative;
}

#imagebannersize {
    position: relative;
    width: 100%;
    background: url('../images/ContactUs/contactusbanner.jpg') center center no-repeat;
    background-position-y: 25%;
    background-size: cover;
    padding-top: 23%;
    min-height: 200px;
    box-sizing: border-box;
}

#imagebannertext {
    position: absolute;
    height: 100%;
    width: 95%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    max-width: 85%;
}

#imgbannertable {
    height: 100%;
    width: 100%;
    display: table;
}

#imgbannercell {
    display: table-cell;
    vertical-align: middle;
}

#imgtext {
    font-family: AvenirLTStd-Black;
    color: white;
    font-size: 48px;
}

#contact {
    width: 100%;
}

#contactdiv {
    height: 100%;
    width: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}

#mailing {
    /*display:inline-block;*/
    /*width:57.3%;*/
    vertical-align: top;
    background-color: #164071;
}

#mailingdiv {
    height: 100%;
    width: 95%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    max-width: 75%;
    padding: 38px 0;
}

#contactinfo {
    display: inline-block;
    width: 42.26%;
    background-color: #164071;
    display: inline-block;
}

#contactinfodiv {
    height: 100%;
    width: 70%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    max-width: 85%;
    padding: 50px 0 50px 0;
}

.heading {
    font-family: AvenirLTStd-Black;
    font-size: 24px;
    color: white;
    line-height: 36px;
}

.info {
    font-family: AvenirLTStd-Medium;
    font-size: 17px;
    color: white;
    line-height: 36px;
    padding: 25px 0;
    margin-left: 10px;
}

.infobold {
    font-family: AvenirLTStd-Black;
}

.infoicon {
    width: 27px;
    vertical-align: middle;
}

.conicon {
    width: 10%;
    margin-right: 10px;
    vertical-align: top;
    display: inline-block;
}

.detail {
    width: 84%;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
}

#mailheader {
    padding: 10px 0;
    font-family: AvenirLTStd-Black;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    color: white;
    width: 100%;
}

.row {
    width: 100%;
    text-align: center;
}

.inputdiv {
    width: 45%;
    display: inline-block;
}

.subtext {
    font-family: AvenirLTStd-Medium;
    font-size: 18px;
    line-height: 36px;
    padding-top: 30px;
}

#messagehead {
    width: 100%;
}

#message {
    width: 95.5%;
    height: 150px;
    margin: 0 auto;
    /* margin-left: 25px; */
    margin-left: auto-2px;
}

.messagearea {
    resize: none;
    width: 97%;
    padding: 20px;
    height: 60%;
    border-radius: 10px;
    border: none;
    background-color: #f8f8f8;
    column-count: 2;
}

.inputdetails {
    width: 97%;
    height: 30px;
    padding: 10px;
    border-radius: 10px;
    border: none;
    background-color: #f8f8f8;
}

    .messagearea.invalid,
    .inputdetails.invalid {
        background-image: url('../images/ContactUs/cross.png');
        background-repeat: no-repeat;
        background-position: center right 5%;
    }

    .messagearea.valid,
    .inputdetails.valid {
        background-image: url('../images/ContactUs/tick.png');
        background-repeat: no-repeat;
        background-position: center right 5%;
    }


#map {
    height: 500px;
    width: 100%;
}

#send {
    padding-top: 10px;
    width: 98%;
    margin: 0 auto;
}

.submitbutton {
    border-radius: 40px;
    border: none;
    width: 100%;
    margin: 0 auto;
    height: 60px;
    background-color: #fcc31f;
    font-family: AvenirLTStd-Black;
    color: white;
    line-height: 36px;
    font-size: 20px;
    display: block;
    margin-left: auto;
    letter-spacing: 5px;
}

    .submitbutton:hover {
        background-color: #f3bc1e;
    }

.paddding {
    width: 5%;
    display: inline-block;
}

.maillink {
    text-decoration: none;
    color: white;
}


    .maillink:hover {
        text-decoration: none;
        color: black;
    }

.hide {
    display: none;
}




#contactflex {
    display: flex;
}

#contactflexleft {
    width: 60%;
    /* height: 0px; */
    /* background:black; */
}

#contactflexright {
    width: 40%;
    background: url("../images/ImageRight.jpeg") center center no-repeat;
    background-size: cover;
    background-position: calc(50% - 60px) 50%;
    background-position-x: (center-50px);
}

div#contactflexright {
}

#contactflexleftwrapper {
    width: 85%;
    margin: 0 auto;
}

#ContactInnerFlex {
    display: flex;
    padding-top: 5%;
    padding-bottom: 5%;
    /* justify-content: start; */
    /* justify-content: space-between; */
}

#ContactInnerFlexFlex1 {
    display: flex;
    width: 42%;
    padding-right: 0%;
    /* justify-content: space-around; */
}

#ContactInnerFlexFlex2 {
    display: flex;
    WIDTH: 50%;
    JUSTIFY-CONTENT: FLEX-END;
}











@media screen and (max-width: 1023px) {
    .submitbutton:hover {
        background-color: #fcc31f;
    }

    #mailing,
    #contactinfo {
        width: 100%;
        display: block;
    }

    .submitbutton {
        margin: 0 auto;
    }

    #contactinfodiv {
        padding: 50px 0;
    }
}

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

    .inputdiv,
    .paddding,
    .inputdetails {
        width: 95%;
        margin: 0 auto;
        display: block;
    }

    .inputdiv,
    #messagehead {
        padding-top: 6%;
    }

    #message {
        width: 95%;
    }

    .messagearea {
        padding: 10px;
        width: 95%;
    }

    #contactinfodiv {
        width: 85%;
    }

    .info {
        font-size: 15px;
    }
}


.invalid {
    border: solid 1px #d86a6a;
    box-shadow: 0 0 20px rgba(216,106,106, 0.7);
}

.valid {
    border: solid 1px #71d766;
    box-shadow: 0 0 20px rgba(113,215,102, 0.7);
}



#ContactHeader {
    padding-top: 5%;
    font-family: AvenirLTStd-Black;
    color: #164071;
    padding-bottom: 1%;
    font-size: 27px;
}


#ContactSubHeader {
    padding-bottom: 4%;
    font-family: AvenirLTStd-black;
}


.innerflexContentMedicineCOntentclass {
    padding-top: 3%;
    font-size: 15px;
    font-family: HelveticaNeue;
}

#ContactInnerFlexFlex1Left {
    padding-right: 10%;
}


#ContactInnerFlexFlex1Right {
}


#ContactInnerFlexFlex2 {
}

#ContactInnerFlexFlex2Left {
    padding-right: 10%;
}

#ContactInnerFlexFlex2Right {
}

#innerflexContentMedicineHEader {
    /* padding-top: 4%; */
    padding-top: 2%;
    font-family: AvenirLTStd-black;
    font-size: 18px;
}

#PhonenumberHeader {
    padding-top: 4%;
    font-family: AvenirLTStd-black;
    font-size: 18px;
}

#phonenumberContact {
    /* padding-top: 3%; */
    padding-top: 7%;
    font-size: 15px;
    font-family: HelveticaNeue;
}


#ContactInnerFlex2 {
    display: flex;
}

#ContactInnerFlexFlex12 {
    display: flex;
    width: 42%;
    /* text-align:  left; */
    padding-right: 0%;
    justify-content: safe;
}

#ContactInnerFlexFlex1Left2 {
    text-align: left;
    float: left;
    padding-right: 10%;
}

#ContactInnerFlexFlex1Right2 {
}

#innerflexContentMedicineHEader2 { /* padding-top: 4%; */
    padding-top: 4%;
    font-family: AvenirLTStd-black;
    font-size: 18px;
}

#innerflexContentMedicineCOntent21 {
    padding-top: 3%;
    font-size: 15px;
    font-family: HelveticaNeue;
}

#ContactInnerFlexFlex22 {
    display: flex;
    WIDTH: 50%;
    JUSTIFY-CONTENT: FLEX-END;
}

#ContactInnerFlexFlex2Right2 {
}

#ContactInnerFlexFlex2Left2 {
    padding-right: 12%;
}

#PhonenumberHeader2 {
    padding-top: 4%;
    font-family: AvenirLTStd-black;
    font-size: 18px;
}


#phonenumberContact2 {
    /* padding-top: 3%; */
    padding-top: 7%;
    font-size: 15px;
    font-family: HelveticaNeue;
}


#bordercontactline {
    width: 100%;
    border-bottom: 1px solid lightgrey;
    padding-top: 5%;
    padding-bottom: 5%;
}

#lasttextcontact {
    padding-top: 5%;
    /* width: 85%; */
    text-align: center;
    /* margin: 0 auto; */
}


#contactTextlast {
    line-height: 28px;
    font-size: 15px;
    padding-bottom: 5%;
}

@media screen and (max-width: 1080px) {
    #contactflex {
        display: block;
    }

    #contactflexleft {
        width: 100%;
        /* height: 800px; */
        /* background: black; */
    }
}





@media SCREEN AND (MAX-WIDTH:610PX) {






    @font-face {
        font-family: 'AvenirLTStd-Black';
        src: url('../font/AvenirLTStd-Black.woff') format('woff');
        src: url('../font/AvenirLTStd-Black.ttf') format('truetype'), url('../font/AvenirLTStd-Black.otf') format('opentype'), url('../font/AvenirLTStd-Black.eot') format('embedded-opentype');
    }

    @font-face {
        font-family: 'AvenirLTStd-Medium';
        src: url('../font/AvenirLTStd-Medium.woff') format('woff');
        src: url('../font/AvenirLTStd-Medium.eot') format('embedded-opentype'), url('../font/AvenirLTStd-Medium.otf') format('opentype'), url('../font/AvenirLTStd-Medium.ttf') format('truetype');
    }

    @font-face {
        font-family: 'Futura-T-OT-Book_19064';
        src: url('../font/Futura-T-OT-Book_19064.eot') format('embedded-opentype'), url('../font/Futura-T-OT-Book_19064.ttf') format('truetype');
    }

    @font-face {
        font-family: 'HelveticaNeue';
        src: url('../font/HelveticaNeue.eot') format('embedded-opentype'), url('../font/HelveticaNeue.ttf') format('truetype');
    }


    body {
    }

    p {
        margin: 0;
    }

    .hoverbounce:hover {
        transform: translateY(-30px);
    }

    #imagebanner {
        width: 100%;
        position: relative;
    }

    #imagebannersize {
        position: relative;
        width: 100%;
        background: url('../images/ContactUs/contactusbanner.jpg') center center no-repeat;
        background-position-y: 25%;
        background-size: cover;
        padding-top: 23%;
        min-height: 200px;
        box-sizing: border-box;
    }

    #imagebannertext {
        position: absolute;
        height: 100%;
        width: 95%;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        max-width: 85%;
    }

    #imgbannertable {
        height: 100%;
        width: 100%;
        display: table;
    }

    #imgbannercell {
        display: table-cell;
        vertical-align: middle;
    }

    #imgtext {
        font-family: AvenirLTStd-Black;
        color: white;
        font-size: 48px;
    }

    #contact {
        width: 100%;
    }

    #contactdiv {
        height: 100%;
        width: 100%;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
    }

    #mailing {
        /*display:inline-block;*/
        /*width:57.3%;*/
        vertical-align: top;
        background-color: #164071;
    }

    #mailingdiv {
        height: 100%;
        width: 95%;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        max-width: 75%;
        padding: 38px 0;
    }

    #contactinfo {
        display: inline-block;
        width: 42.26%;
        background-color: #164071;
        display: inline-block;
    }

    #contactinfodiv {
        height: 100%;
        width: 70%;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        max-width: 85%;
        padding: 50px 0 50px 0;
    }

    .heading {
        font-family: AvenirLTStd-Black;
        font-size: 24px;
        color: white;
        line-height: 36px;
    }

    .info {
        font-family: AvenirLTStd-Medium;
        font-size: 17px;
        color: white;
        line-height: 36px;
        padding: 25px 0;
        margin-left: 10px;
    }

    .infobold {
        font-family: AvenirLTStd-Black;
    }

    .infoicon {
        width: 27px;
        vertical-align: middle;
    }

    .conicon {
        width: 10%;
        margin-right: 10px;
        vertical-align: top;
        display: inline-block;
    }

    .detail {
        width: 84%;
        top: 0;
        left: 0;
        right: 0;
        display: inline-block;
    }

    #mailheader {
        padding: 10px 0;
        font-family: AvenirLTStd-Black;
        font-size: 22px;
        line-height: 36px;
        text-align: center;
        color: white;
        width: 100%;
    }

    .row {
        width: 100%;
        text-align: center;
    }

    .inputdiv {
        width: 45%;
        display: inline-block;
    }

    .subtext {
        font-family: AvenirLTStd-Medium;
        font-size: 18px;
        line-height: 36px;
        padding-top: 30px;
    }

    #messagehead {
        width: 100%;
    }

    #message {
        width: 95%;
        height: 150px;
        margin: 0 auto;
    }

    .messagearea {
        resize: none;
        width: 97%;
        padding: 20px;
        height: 60%;
        border-radius: 10px;
        border: none;
        background-color: #f8f8f8;
        column-count: 2;
    }

    .inputdetails {
        width: 90%;
        height: 30px;
        padding: 10px;
        border-radius: 10px;
        border: none;
        background-color: #f8f8f8;
    }

        .messagearea.invalid,
        .inputdetails.invalid {
            background-image: url('../images/ContactUs/cross.png');
            background-repeat: no-repeat;
            background-position: center right 5%;
        }

        .messagearea.valid,
        .inputdetails.valid {
            background-image: url('../images/ContactUs/tick.png');
            background-repeat: no-repeat;
            background-position: center right 5%;
        }


    #map {
        height: 500px;
        width: 100%;
    }

    #send {
        padding-top: 10px;
        width: 98%;
        margin: 0 auto;
    }

    .submitbutton {
        border-radius: 40px;
        border: none;
        width: 100%;
        margin: 0 auto;
        height: 60px;
        background-color: #fcc31f;
        font-family: AvenirLTStd-Black;
        color: white;
        line-height: 36px;
        font-size: 20px;
        display: block;
        margin-left: auto;
        letter-spacing: 5px;
    }

        .submitbutton:hover {
            background-color: #f3bc1e;
        }

    .paddding {
        width: 8%;
        display: inline-block;
    }

    .maillink {
        text-decoration: none;
        color: white;
    }


        .maillink:hover {
            text-decoration: none;
            color: black;
        }

    .hide {
        display: none;
    }




    #contactflex {
        display: flex;
    }

    #contactflexleft {
        width: 60%;
        /* height: 800px; */
        /* background:black; */
    }

    #contactflexright {
        width: 40%;
        background: url("../images/ImageRight.jpeg") center center no-repeat;
        background-size: cover;
    }

    #contactflexleftwrapper {
        width: 85%;
        margin: 0 auto;
    }

    #ContactInnerFlex {
        display: BLOCK;
        padding-bottom: 5%;
        /* justify-content: start; */
        /* justify-content: space-between; */
    }

    #ContactInnerFlexFlex1 {
        display: flex;
        width: 100%;
        padding-right: 0%;
        justify-content: INITIAL;
    }

    #ContactInnerFlexFlex2 {
        display: flex;
        PADDING-TOP: 5%;
        JUSTIFY-CONTENT: INTITIAL;
        JUSTIFY-CONTENT: INITIAL;
    }











    @media screen and (max-width: 1023px) {
        .submitbutton:hover {
            background-color: #fcc31f;
        }

        #mailing,
        #contactinfo {
            width: 100%;
            display: block;
        }

        .submitbutton {
            margin: 0 auto;
        }

        #contactinfodiv {
            padding: 50px 0;
        }
    }

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

        .inputdiv,
        .paddding,
        .inputdetails {
            width: 95%;
            margin: 0 auto;
            display: block;
        }

        .inputdiv,
        #messagehead {
            padding-top: 6%;
        }

        #message {
            width: 95%;
        }

        .messagearea {
            padding: 10px;
            width: 95%;
        }

        #contactinfodiv {
            width: 85%;
        }

        .info {
            font-size: 15px;
        }
    }


    .invalid {
        border: solid 1px #d86a6a;
        box-shadow: 0 0 20px rgba(216,106,106, 0.7);
    }

    .valid {
        border: solid 1px #71d766;
        box-shadow: 0 0 20px rgba(113,215,102, 0.7);
    }



    #ContactHeader {
        padding-top: 5%;
        font-family: AvenirLTStd-Black;
        color: #164071;
        padding-bottom: 1%;
        font-size: 27px;
    }


    #ContactSubHeader {
        padding-bottom: 4%;
        font-family: AvenirLTStd-black;
    }


    .innerflexContentMedicineCOntentclass {
        padding-top: 3%;
        font-size: 14px;
        font-family: HelveticaNeue;
    }

    #ContactInnerFlexFlex1Left {
        padding-right: 10%;
    }


    #ContactInnerFlexFlex1Right {
    }


    #ContactInnerFlexFlex2 {
        width: 100%;
    }

    #ContactInnerFlexFlex2Left {
        padding-right: 10%;
    }

    #ContactInnerFlexFlex2Right {
    }

    #innerflexContentMedicineHEader {
        /* padding-top: 4%; */
        padding-top: 2%;
        font-family: AvenirLTStd-black;
        font-size: 18px;
    }

    #PhonenumberHeader {
        padding-top: 4%;
        font-family: AvenirLTStd-black;
        font-size: 18px;
    }

    #phonenumberContact {
        /* padding-top: 3%; */
        padding-top: 7%;
        font-size: 14px;
        font-family: HelveticaNeue;
    }


    #ContactInnerFlex2 {
        display: BLOCK;
    }

    #ContactInnerFlexFlex12 {
        display: flex;
        width: 100%;
        /* text-align:  left; */
        padding-right: 0%;
        PADDING-BOTTOM: 5%;
        PADDING-TOP: 5%;
        justify-content: safe;
    }

    #ContactInnerFlexFlex1Left2 {
        text-align: left;
        float: left;
        padding-right: 10%;
    }

    #ContactInnerFlexFlex1Right2 {
    }

    #innerflexContentMedicineHEader2 { /* padding-top: 4%; */
        padding-top: 4%;
        font-family: AvenirLTStd-black;
        font-size: 18px;
    }

    #innerflexContentMedicineCOntent21 {
        padding-top: 3%;
        font-size: 14px;
        font-family: HelveticaNeue;
    }

    #ContactInnerFlexFlex22 {
        display: flex;
        WIDTH: 100%;
        PADDING-TOP: 5%;
        JUSTIFY-CONTENT: INITIAL;
    }

    #ContactInnerFlexFlex2Right2 {
    }

    #ContactInnerFlexFlex2Left2 {
        padding-right: 12%;
    }

    #PhonenumberHeader2 {
        padding-top: 4%;
        font-family: AvenirLTStd-black;
        font-size: 18px;
    }


    #phonenumberContact2 {
        /* padding-top: 3%; */
        padding-top: 7%;
        font-size: 14px;
        font-family: HelveticaNeue;
    }


    #bordercontactline {
        width: 100%;
        border-bottom: 1px solid lightgrey;
        padding-top: 5%;
        padding-bottom: 5%;
    }

    #lasttextcontact {
        padding-top: 5%;
        /* width: 85%; */
        text-align: center;
        /* margin: 0 auto; */
    }


    #contactTextlast {
        line-height: 28px;
        WIDTH: 85%;
        MARGIN: 0 AUTO;
    }

    @media screen and (max-width: 1080px) {
        #contactflex {
            display: block;
        }

        #contactflexleft {
            width: 100%;
            /* height: 800px; */
            /* background: black; */
        }
    }
}


#hideONWebImage {
    display: none;
}

@media screen and (max-width: 1080px) {
    #hideONWebImage {
        display: block;
        height: 500px;
        /* padding-right: 32px; */
        /* width: 110%; */
        /* margin-right: 116%; */
        background: url("../images/ImageRight.jpeg") center center no-repeat;
        background-size: cover;
    }
}

.hoverContact {
    transition: 0.3s;
}
    .hoverContact:hover {
   
    color: #56a9d9 !important;
}


@media screen and (max-width: 1182px) {
    #map {
    
    height:304px;
    }

}