/*@import url('https://fonts.googleapis.com/css?family=cabinsemibold');*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/**********
RESET CSS
**************/
body {
    font-family: 'montserratregular';
    width: 100%;
    letter-spacing: 1px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0px !important;
    font-size: 17px;
    line-height: 1.5;
}

body,
html,
ul,
li,
a {
    padding: 0;
    margin: 0;
    list-style: none;
}

html,
body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-transform: capitalize;
}

a:focus,
a:hover {
    outline: 0 solid;
    text-decoration: none;
}

h2 small {
    font-size: 15px;
}

button:focus,
input:focus {
    outline: 0 !important;
}

img {
    max-width: 100%;
    height: auto;
    /*border-radius: 20px;*/
}

p {

    letter-spacing: 0px;
}

marquee {
    color: #004483;
    font-weight: 600;
    font-size: 17px;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

ul,
li {
    padding: 0px;
    margin: 0px;
}

/*--------------------
   Reset Css End
----------------------*/
small {
    font-size: 12px;
}

.btn {
    border-radius: 0px;
    font-weight: 600;
    /*padding: 15px 20px;*/
    /*letter-spacing: 1px;*/
}

.pdlr {
    padding: 0;
}

/*--------------------
   Navbar css
----------------------*/

#toTop {
    padding: 7px 15px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 25px;
    position: fixed;
    bottom: 40px;
    cursor: pointer;
    right: 10px;
}

#call {
    padding: 7px 15px;
    border-radius: 50%;
    background: #004483;
    color: #fff;
    position: fixed;
    bottom: 150px;
    cursor: pointer;
    right: 10px;
}

#call a {
    color: #fff;
    font-size: 25px;
}

header {
    z-index: 9;
    position: relative;
}

.top-bar {
    background: #004483;
    color: #fff;
    padding: 10px;
}

.social-icons a .fa {
    color: #fff;
    padding: 0 5px;
}

.navbar-brand>img {
    display: block;
    height: 200px;
    padding: 0;
}

.nav-menu {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    background: #ffebed;
    display: inline-block;
    width: 100%;
    padding: 0px;
}

.navigation-menu {
    background: #ffebed;
}

.navigation-menu .navbar-inverse {
    background-color: #ffebed;
    border-color: #ffebed;
    margin: 0;
}

.navigation-menu .nav.navbar-nav {
    padding: 80px 0px;
    font-size: 15px;
    float: right;
}

.navbar-inverse .navbar-brand {
    color: rgba(87, 182, 178, 1);
    line-height: 1.0;
    height: auto;
    font-size: 40px;
    float: left;
    padding: 15px;
    display: inline-block;
}

.navbar-inverse .navbar-brand small {
    font-size: 15px;
    color: #333;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #AB3EB3;
    background-color: transparent;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav>li>a {
    color: rgb(0, 68, 130);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #9f39a6;
    background-color: transparent;
}

.underline {
    border-bottom: 3px solid #50afc3;
    width: 90px;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
}

.carousel-caption {
    background: #33333391;
}

.carousel-control.left {
    background-image: transparent;
    background-image: none;
    background-image: transparent;
    background-image: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    background-image: transparent;
    background-image: none;
    background-image: transparent;
    background-image: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.psychiatry {
    display: inline-block;
    padding: 35px;
    width: 100%;
}

.psychiatry p {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 1px;
}

.dark-bg-div {
    background: #333;
    color: #ffff;
    padding: 35px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.btn:hover span {
    padding-right: 25px;
}

.btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btn:hover span:after {
    opacity: 1;
    right: 0;
}

.btn span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.dark-bg-div .btn:hover span {
    padding-right: 25px;
}

.dark-bg-div .btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.dark-bg-div .btn:hover span:after {
    opacity: 1;
    right: 0;
}

.dark-bg-div .btn span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.we-deal-in {
    background: url(../img/ways.jpg) center;
    padding: 45px 0;
    color: #fff;
    background-size: cover;
    -webkit-background-attachment: fixed;
    background-attachment: fixed;
}

.deals {
    padding: 19px;
    text-align: center;
    height: 390px;
    width: 22%;
    margin: 15px;
    position: relative;
    background: #1b313e85;
    color: #fff;
    border-radius: 30px 0;
}

#deals {
    padding: 19px;
    text-align: center;
    height: 390px;
    width: 48%;
    margin: 15px;
    position: relative;
    background: #1b313e85;
    color: #fff;
    border-radius: 30px 0;
}

.deals:hover,
#deals:hover {
    border-radius: 0;
    background: #333;
    transition: 0.5s;
    cursor: pointer;
}

.deal-area {
    text-align: center;
}

.aboutus {
    padding-top: 50px;
    padding-bottom: 50px;
    display: inline-block;
}

.aboutus h3 {
    background: #004483;
    padding: 20px;
    color: #fff;
    margin: 0;
}

.about-dr {
    padding: 20px;
    display: inline-block;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.testimonial {
    background: #ffebed;
    padding: 10px;
    height: 550px;
    margin: 10px 0;
}

footer {
    /*background: #004483;*/
    background: url(../img/footer.jpg);
    color: #fff;
    font-size: 18px;
    padding: 45px 0;
}

footer p {
    line-height: 1.3;
    letter-spacing: 0.5px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #ddd;
}

.testimonials {
    background: #022a67;
    color: #fff;
    padding: 45px;
    height: 400px;
}

.testimonial_subtitle {
    color: #0aaa7a;
    font-size: 12px;
}

.testimonial_btn {
    background-color: #373d4b !important;
    color: #fff !important;
}

.testimonials .carousel-indicators {
    top: 130px;
}

.seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: 7px 0 10px 0;
}

.banner {
    background: url(../img/call-to-action-bg.jpg) center;
    background-size: cover;
    -webkit-background-attachment: fixed;
    background-attachment: fixed;
    height: 200px;
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 50px;
    text-transform: uppercase;
}

.hospital {
    height: 250px;
    background: #ffebed;
    padding: 20px;
}

.hospital a {
    color: #333;
}

.bg-artical {
    background: url(../img/our-work.jpg)center;
    background-size: cover;
    -webkit-background-attachment: fixed;
    background-attachment: fixed;
    height: auto;
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 50px;
}

.about {
    background: #333333bf;
    display: inline-block;
    padding: 10px;
}

.form-enquiry {
    padding: 10px;
}

.form-enquiry .form-control {
    border-bottom: 1px solid #000;
    border: none;
    height: 65px;
}

.cont {
    margin: 15px;
    padding: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.team-section .avatar img.rounded-circle {
    max-width: 150px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    border-radius: 50% !important;
}

@media (max-width: 568px) {
    .navbar-inverse .navbar-toggle {
        border-color: #004483;
        background: #004483;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        line-height: 1;
        height: 280px !important;
    }

    .top-bar {
        background: #004483;
        color: #fff;
        padding: 10px;
        text-align: center;
    }

    .deals {
        padding: 19px;
        text-align: center;
        height: 390px;
        width: 90%;
        margin: 15px;
        position: relative;
        background: #1b313e85;
        color: #fff;
        border-radius: 30px 0;
    }

    #deals {
        font-size: 14px;
        padding: 19px;
        text-align: center;
        height: 390px;
        width: 90%;
        margin: 15px;
        position: relative;
        background: #1b313e85;
        color: #fff;
        border-radius: 30px 0;
    }

    .testimonials {
        background: #022a67;
        color: #fff;
        padding: 45px;
        height: auto;
    }

    .navigation-menu .nav.navbar-nav {
        padding: 0;
        font-size: 15px;
        float: left !important;
        width: 100%;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #004483;
        background-color: transparent;
    }

    .carousel-caption h1 {
        font-size: 28px;
    }

    .carousel-caption h3 {
        font-size: 18px;
    }
}

/* new style */
#whatsappNumber {
    color: #00ff00;
}

#whatsappNumber:hover {
    color: #fff;
}