@font-face {
    font-family: 'cgbold';
    src: url(../assets/fonts/cgbold.ttf)
}
@font-face {
    font-family: 'cgreg';
    src: url(../assets/fonts/cgreg.ttf)
}
html, body {
    font-family: 'cgreg';
    background-image: url(../assets/images/bg.jpg);
    background-size: cover;
    background-position: center top;
    font-size: 18px;
}
body{
    min-height: 100vh
}
h1{font-size: 32px}
h2{font-size: 24px}
h3{font-size: 18.72px}
h4{font-size: 16px}
h5{font-size: 13.28px}
h6{font-size: 12px}
.bold {
    font-family: 'cgbold';
}

.landing {
    text-align: center;
}

.landing-logo {
    width: 200px;
    margin: 40px 0;
}

.landing-text {
    font-size: 2.2em;
}

.search {
    margin-top: 70px;
    text-align: center;
}

.search-holder>form>* {
    display: inline-block;
}

.search-holder {
    max-width: 100%;
    width: 900px;
    background: #fff;
    border-radius: 100px;
    margin: 0 auto;
    padding-right: 70px;
    position: relative;
}

.search-holder .dropdown {
    width: 16%;
    text-align: left;
}

.search-holder .dropdown ul {
    width: 170px
}



.search-holder .btn-default {
    border: none;
    font-size: 18px;
    font-weight: 600;
    background: #fff !important
}

.search-holder .btn-default .caret {
    margin-left: 25px;
}

.search-holder input, .search-holder .select-options-2,
.search-holder .select2-container--default .select2-selection {
    padding: 20px 15px;
    width: 80%;
    border: none !important;
}

span.select2.select2-container.select2-container--default {
    text-align: left;
    height: 70px;
}
span.select2-selection__arrow {
    display: none;
}
span.select2-selection.select2-selection--single {
    border-radius: 100px;
}
.home-page-drop-downmenu-button span.caret {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 2px;
}
span.select2-selection.select2-selection--single {
    height: 100%;
    text-align: left
}

span.select2-dropdown.select2-dropdown--below {
    border: none;
    box-shadow: 0 8px 9px rgba(0, 0, 0, 0.33);
}

.search-btn {
    border: none;
    background: #007dc6;
    color: #fff;
    width: 70px;
    height: 70px;
    font-size: 29px;
    position: absolute;
    border-radius: 0 100px 100px 0;
    right: 0;
}

.search-holder ul.dropdown-menu li * {
    color: #007dc6;
}

.search-holder ul.dropdown-menu {
    box-shadow: none;
    border: none;
    font-size: 17px;
}

.search-holder .dropdown-menu .divider {
    height: 1px;
    margin: 9px auto;
    overflow: hidden;
    background-color: #666;
    width: 80%;
}

.links {
    text-align: center;
    margin: 30px 0;
}
.links a{
    margin: 0 10px;
}

.card-info .bold {
    margin-bottom: 10px;
}

.card-info {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    width: 100%;
    left: 0;
    color: #007dc6;
}

.card {
    height: 300px;
    position: relative;
    background-size: cover;
    border-radius: 20px;
    background-position: center top;
    overflow: hidden;
}

.most-searched h2 {
    margin: 30px 0
}
.navbar-brand img {
    height: 225%;
    position: relative;
    top: -13px;
}

.navbar-right a.selected, .grey {
    color: #9e9e9e !important;
}

.navbar-right a {
    color: #007dc6 !important;
}

nav.navbar.navbar-default {
    background: rgba(255, 255, 255, 0.8);
    padding: 8px 0;
    border-width: 3px;
    border-color: rgba(231, 231, 231, 0.8);
}

.page-title {
    text-align: center;
    margin: 30px 0 10px
}

.search-holder.inside input, .search-holder.inside .select-options-2,
.search-holder.inside .select2-container--default .select2-selection {
    width: 96%
}

.results {
    margin-top: 40px;
}

.card.compact {
    height: 190px
}

.card-outer-info {
    width: 100%;
    display: inline-block;
    padding: 9px;
}

.card-holder {
    text-align: center;
    margin-bottom: 30px;
}

.login-btn {
    font-weight: bold;
    font-size: 16px;
}

.back-arrow {
    color: #000;
}

.text-left{
    text-align: left
}

.blue {
    color: #007dc6
}

.speciality {
    margin: 25px 0
}

.doctor-img{
    width: 100%
}

.section-title {
    margin: 15px 0 20px
}

.card-margin{
    margin-bottom: 15px;
}