﻿body, #form1 {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    font-family: Arial;
    background: url(../images/main_bg.jpg) repeat-x;
    background-color: #fff;
}

.container-small {
    margin-left: 70px;
    margin-right: 70px;
}

.padd-right {
    padding-right: 0px;
}

.padd-left {
    padding-left: 0px;
}

.pad-both {
    padding: 0px;
}

.section {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

/********************Header-menu************************/
.header-menu-sec {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
}

.header-menu {
    padding: 15px 0px 15px 0px;
    margin: 0px 0px 0px 0px;
    height: auto;
    width: auto;
    text-align: center;
    border-radius: 17px;
    border: 0px solid #c8c8c8;
    background: rgb(226,226,226);
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
    position: fixed;
    z-index: 999999;
    left: 92%;
}

.header-menu-ul {
    padding: 15px 0px 15px 0px;
    margin: 0px 0px 0px 0px;
    height: auto;
    width: auto;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
}

    .header-menu-ul li {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        list-style-type: none;
        display: inline;
    }

        .header-menu-ul li a {
            line-height: 24px;
            font-size: 16px;
            text-shadow: 2px 2px 2px #dcdcdc;
            margin: 0px 0px 0px 0px;
            text-decoration: none;
            color: #000;
        }


/*****************************Header Section***********************************/

.header-sec {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
}

.header-sec-iner {
    padding: 10px 10px 5px 10px;
    margin: 15px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
    background-color: #fff;
}

.logo {
    padding: 0px 45px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
}

.header-image {
    padding: 0px 0px 0px 0px;
    margin: 27px 0px 0px -60px;
    height: auto;
    width: 116%;
    float: left;
}
/****************Social Icon******************/
.social-sec {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
}

.social_ul {
    margin: 7px 0px 5px 0px;
    padding: 0px 0px;
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

    .social_ul li {
        margin: 0px;
        padding: 0px 2px;
        display: inline;
        list-style-type: none;
    }

        .social_ul li a {
            margin: 0px;
            padding: 0px 0px;
            text-decoration: none;
            font-size: 15px;
        }

.fb {
    color: #ffffff;
    background-color: #1458AB;
    padding: 5px 8px 5px 8px;
    border-radius: 3px;
}

    .fb:hover {
        color: #1458AB;
        background-color: #ffffff;
    }

.tw {
    color: #ffffff;
    background-color: #519BD2;
    padding: 5px 5px 5px 5px;
    border-radius: 3px;
}

    .tw:hover {
        color: #519BD2;
        background-color: #ffffff;
    }

.you {
    color: #ffffff;
    background-color: #D32121;
    padding: 5px 6px 5px 6px;
    border-radius: 3px;
}

    .you:hover {
        color: #D32121;
        background-color: #ffffff;
    }

.goo {
    color: #ffffff;
    background-color: #DD4C40;
    padding: 5px 5px 5px 6px;
    border-radius: 3px;
}

    .goo:hover {
        color: #DD4C40;
        background-color: #ffffff;
    }

/***********************Login Section*************************/
.login_ul {
    margin: 9px 13px 0px 0px;
    padding: 0px 0px 8px 0px;
    height: auto;
    width: auto;
    text-align: center;
}

    .login_ul li {
        margin: 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
        display: inline;
    }

        .login_ul li a {
           margin: 0px;
    padding: 9px 13px 9px 10px;
    color: #fcf8e3;
    line-height: 20px;
    font-size: 18px;
    border-right: 0px solid #f16122;
    text-decoration: none !important;
    font-weight: 600;
    background: #f16122;
        border-radius: 20px 0px;
        }

            .login_ul li a:hover {
                background: #f1482b;
                text-decoration: none !important;
                color:#e4e4e4;
            }

.login {
    margin: 9px 13px 0px 0px;
    padding: 0px 0px 8px 0px;
    height: auto;
    width: auto;
    text-align: center;
}

    .login li {
        margin: 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
        display: inline;
    }

        .login li a {
            margin: 0px;
            padding: 0px 2px 0px 8px;
            color: #fff;
            line-height: 20px;
            font-size: 14px;
            border-right: 1px solid #f16122;
            text-decoration: none !important;
        }

            .login li a:hover {
                color: #e1e1e1;
                text-decoration: none !important;
            }
/*******************Menu sec*******************/
.menu-sec {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
}

.menu_iner {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    height: auto;
    width: 100%;
    float: left;
    background-color: #F16122;
}
/*****************Slider sec***********************/
.slider {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
}

.slider-sec-wraper {
    margin: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
}

.slider-iner {
    margin: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
}

.carousel-control.left {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
}
/*****************News Section*****************/
.slider-right-sec {
    margin: 10px 0px 0px -8px;
    padding: 0px 10px 0px 0px;
    width: 104%;
    height: auto;
    float: left;
}

.content-box {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #d7d7d7;
    box-shadow: 0 1px 0 rgba(84,84,84,.28), inset 0 -1px 0 #fff;
}

.news-h {
    margin: 0px;
    padding: 0px 0px 0px 11px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    line-height: 24px;
    background-color: #ed3627;
    color: #fff;
}

.news-wraper {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}



.news_ul {
    margin: 0px;
    padding: 7px 0px 7px 35px;
    height: auto;
    width: 100%;
    list-style-type: none;
    color: #424242;
    background: url(../images/icon/new_icon.gif) no-repeat;
    background-position: 2px 11px;
}

.nws_arrow {
    background-position: left center;
    padding: 10px 7px 10px 7px;
    margin-left: 0px;
    line-height: 20px;
    text-decoration: none;
    font-size: 13px;
    width: 100%;
    color: #f16122;
    text-transform: capitalize;
}

    .nws_arrow:hover {
        transition: 0.35s;
        color: #000000;
        text-decoration: none;
    }

.news_sec_height {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    width: 100%;
    height: 350px;
    float: left;
}

/************************Mid Menu*************************/
.mid-icon-link-sec {
    margin: 10px 0px 5px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

.mid-icon-link-wraper {
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    width: 100%;
    height: auto;
    float: left;
}

.mid-icon-link-iner {
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #f26122;
    box-shadow: 0 0 6px rgba(0,0,0,.73), inset 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #e2e2e2 0%, #fff 16.19%, #fff 100%);
}

    .mid-icon-link-iner:hover {
        box-shadow: 1px 3px 5px #333333;
        -webkit-box-shadow: 1px 3px 5px #333333;
        -moz-box-shadow: 1px 3px 5px #333333;
    }

.mid-icon-link-img {
    margin: 0px;
    padding: 10px;
    width: 100%;
    height: auto;
    float: left;
}

.mid-icon-link-p {
    margin: -4px 0px 0px 0px;
    width: 100%;
    padding: 8px 0px 8px 0px;
    height: auto;
    float: left;
    font-size: 13px;
    background-color: #f26122;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.mid-icon-bot-shadow {
    margin: -5px 0px 0px 0px;
    padding: 0px;
    float: left;
    width: 100%;
    height: 17px;
    background: url(../images/icon/blocks-shadow.gif) no-repeat;
    background-size: 100%;
}

.mid-icon-pad {
    padding-left: 6px;
    /*padding-right: 0px;*/
}

.at-home-img-sec {
    margin: 4px 0px 0px -6px;
    padding: 0px 10px 0px 0px;
    width: 103%;
    height: auto;
    float: left;
}

.at-home-img {
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    width: 100%;
    height: auto;
    float: left;
}

/*************************Mid Sec******************************/
.welcome-sec {
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    float: left;
}


.welcome-sec-iner {
    margin: 0px 0px 0px 0px;
    padding: 15px;
    width: 100%;
    height: auto;
    float: left;
    background-color: #FFFFFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #fff;
}

.welcome-left-iner {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

.welcome-right-iner {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

.welcome-h {
    margin: 0px;
    padding: 5px 0px;
    width: 100%;
    height: auto;
    float: left;
    font-family: Arial;
    font-size: 25px;
    font-weight: bolder;
    line-height: 30px;
    color: #1361a1;
    text-shadow: 0px 2px 0px #ccc;
    background-image: url(../images/icon/head_border.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}


.welcome-p {
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    line-height: 25px;
    color: #303030;
    text-align: justify;
}

/*****************************Footer*******************************/
.footer_top {
    margin: 15px 0px 0px 0px;
    padding: 5px 0px 20px 0px;
    height: auto;
    width: 100%;
    float: left;
    /*background-color: #d8540c;*/
    background:#313131;
}

    .footer_top ul li a {
        color: #fff;
    }

    .footer_top ul li:hover a {
        color: #c3c3c3;
    }

    .footer_top ul li {
        margin: 0px 0px 0px -33px;
        padding: 4px 0px 4px 0px;
        height: auto;
        width: 300px;
        float: left;
        list-style-type: none;
        font-size: 16px;
        line-height: 25px;
        color: #fff;
        max-width:300px;
    }

.footer {
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
    background-color: #f16122;
}

.footer-iner {
    margin: 0px 0px 0px 0px;
    padding: 0px 15px;
    height: auto;
    width: 100%;
    float: left;
}

.footer-h {
    margin: 0px;
    padding: 5px 0px;
    width: 100%;
    height: auto;
    float: left;
    font-family: Arial;
    font-size: 20px;
    font-weight: bolder;
    line-height: 22px;
    color: #fff;
    background-image: url(../images/icon/head_border.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.copyright_p {
    width: 100%;
    margin: 8px 0px 5px 0px;
    padding: 0px;
    float: left;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
}

.designer_link {
    width: 100%;
    height: auto;
    margin: 5px 0px 5px 0px;
    padding: 0px;
    float: left;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    text-align: right;
}

.therapy-ul {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    height: auto;
    width: 100%;
    float: left;
}

    .therapy-ul li {
        margin: 0px 0px 0px 0px;
        padding: 4px 0px 4px 25px;
        height: auto;
        width: 100%;
        float: left;
        list-style-type: none;
        font-size: 16px;
        line-height: 25px;
        color: #303030;
        text-align: justify;
        background: url(../images/ul.png) no-repeat;
        background-position: 0px 8px;
    }

.conditions-page {
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
}

.conditions-iner {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
}

.conditions-h {
    margin: 0px;
    padding: 0px 0px 0px 11px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    line-height: 24px;
    background-color: #ed3627;
    color: #fff;
}

.weight-page {
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
}

.join_us {
    margin: 0px;
    padding: 5px 0px;
    width: 100%;
    height: auto;
    font-size: 26px;
    font-weight: bolder;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #005ead;
    box-shadow: 2px 3px 8px 2px #929292;
}

.feedback {
    padding: 15px;
    position: fixed;
    color: #fff;
    border-radius: 0px 30px 30px 0px;
    font-size: 16px;
    text-shadow: 2px 2px 2px #6d6d6d;
    background: -webkit-linear-gradient(left, #000000, #1a82f7, #000000, #1a82f7, #000000);
    z-index: 999999;
    top: 50%;
}

@media (min-width: 1200px) {
    .mid-icon-pad {
        width: 20% !Important;
    }
}

/*****************************Form design*******************************/
.form-style-9 {
    max-width: 450px;
    background: #FAFAFA;
    padding: 30px;
    margin: 50px auto;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    border: 6px solid #305A72;
}

    .form-style-9 ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .form-style-9 ul li {
            display: block;
            margin-bottom: 10px;
            min-height: 35px;
        }

            .form-style-9 ul li .field-style {
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                padding: 8px;
                outline: none;
                border: 1px solid #B0CFE0;
                -webkit-transition: all 0.30s ease-in-out;
                -moz-transition: all 0.30s ease-in-out;
                -ms-transition: all 0.30s ease-in-out;
                -o-transition: all 0.30s ease-in-out;
            }

                .form-style-9 ul li .field-style:focus {
                    box-shadow: 0 0 5px #B0CFE0;
                    border: 1px solid #B0CFE0;
                }

            .form-style-9 ul li .field-split {
                width: 49%;
            }

            .form-style-9 ul li .field-full {
                width: 100%;
            }

            .form-style-9 ul li input.align-left {
                float: left;
            }

            .form-style-9 ul li input.align-right {
                float: right;
            }

            .form-style-9 ul li textarea {
                width: 100%;
                height: 100px;
            }

            .form-style-9 ul li input[type="button"],
            .form-style-9 ul li input[type="submit"] {
                -moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
                -webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
                box-shadow: inset 0px 1px 0px 0px #3985B1;
                background-color: #216288;
                border: 1px solid #17445E;
                display: inline-block;
                cursor: pointer;
                color: #FFFFFF;
                padding: 8px 18px;
                text-decoration: none;
                font: 12px Arial, Helvetica, sans-serif;
            }

                .form-style-9 ul li input[type="button"]:hover,
                .form-style-9 ul li input[type="submit"]:hover {
                    background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
                    background-color: #28739E;
                }

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
        margin: 0px auto !important;
        height: auto !important;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr {
        border: 0px solid #ccc;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 0%;
    }

        td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }
}

@media only screen and (max-width: 800px) {
    .header-menu {
        left: 73%;
            top: 10%;
    }
   
    .padding_bottom {
            padding: 10px 0px 30px 0px;
    }
}