﻿body {
    font-family: Montserrat,sans-serif;
}
.footer {
    background-color: #346986;
    padding: 15px 0 0;
    text-align: center;
}
    .footer .social-icons ul {
        margin: 0px 0px 5px;
    }
.footer-nav {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0 0 15px;
    padding: 5px 0 0;
}
.footer-bottom {
    padding: 5px 0;
    
}
.footer-top .social-icons {
    position: absolute;
    right: 0px;
}
.footer-bottom a {
    color: #fff;
}
.footer .social-icons ul li a i {
       width: 30px;
    height: 30px;
    padding: 6px;
    
}
.next-btn, .back-btn {
    
    padding: .5rem 1rem;
}
 
.tag-card .card-header {
    background-color: #ff9600;
    color: #fff;
}
.tag-card .card-body {
    height:158px;
    overflow-y:scroll;
}
.tag-select {
    background-color: #fff;
    color: #ff9600;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 0 .375rem .2rem;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
    .tag-select.active {
        background-color: #ff9600;
        color: #fff;
    }
select.tag-select option:first-child {
    background-color: #ff9600;
    color: #fff;
}
select.tag-select option {
    
    background-color: #fff;
    color: #ff9600;
}
     
.header-nav {
    background-color: #346986;
}
    .header-nav li a {
        color: #fff;
    }
    .header-nav .dropdown-menu {
        background-color: #346986;
    }
    .header-nav .header-navbar-rht li .dropdown-menu::before {
        border: 7px solid #346986;
    }
    .header-nav h1, .header-nav h2, .header-nav h3, .header-nav h4, .header-nav h5, .header-nav h6 {
        color: #fff;
    }
    .header-nav .dropdown-item {
        color: #fff;
    }
.search-icon {
    position: relative;
    width: 100%;
}

    .search-icon:after {
        color: #979797;
        content: "\f002";
        display: block;
        font-family: "Font Awesome 5 Free";
        font-size: 16px;
        font-weight: 800;
        margin: auto;
        position: absolute;
        right: 15px;
        top: 10px;
    }
.common-tag span {
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    padding: 3px 10px;
    margin-bottom: 5px;
}
.card-label > textarea {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05);
    display: block;
   
    margin-top: -13px;
    padding: 5px 15px 0;
    transition: border-color .3s;
    width: 100%;
}
.card-label > select {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05);
    display: block;
    height: 50px;
    margin-top: -13px;
    padding: 5px 15px 0;
    transition: border-color .3s;
    width: 100%;
}
.review-listing > ul li .comment .comment-body {
    width:100%;
}
.header-nav {
    height: 90px;
}

.logo {
    width: 128px;
    padding-top: 0;
    padding-bottom: 0;
}
.section-doctor h2,
.maincolor {
    color: #346986 !important;
}
.connect-card {
    border: 2px solid #f0ae50;
    border-radius: 30px;
    overflow: hidden;
    padding:10px 30px;
    margin: 0 30px;
}
    .connect-card img.img-fluid {
        width: 50%;
        margin: auto !important;
    }
    .connect-card p {
       height:110px;
    }

.review-card { 
    padding: 10px 30px;
    margin: 0 30px;
}
.sub-title {
    font-size: 1.1rem;
}
.review-card hr {
    border-top: 2px solid #f0ae50;
}
/*-----------------
	45. Slider
-----------------------*/
.main.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

    .main.carousel-fade .carousel-item.active,
    .main.carousel-fade .carousel-item-next.carousel-item-left,
    .main.carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.main.carousel-fade .active.carousel-item-left,
.main.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.main.carousel-fade .carousel-item-next,
.main.carousel-fade .carousel-item-prev,
.main.carousel-fade .carousel-item.active,
.main.carousel-fade .active.carousel-item-left,
.main.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.main .carousel-item {
    height: 75vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

.main .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-bottom: 20px;
    color: #fff;
    top: 110px;
    text-align: revert;
}

    .main .carousel-caption span {
        font-size: 32px;
        font-weight: 700;
        color: rgb(46, 56, 66);
    }

    .main .carousel-caption h2 {
        font-size: 54px;
        font-weight: 700;
        color: rgb(30, 92, 146);
    }

    .main .carousel-caption p {
        font-size: 18px;
        font-weight: 700;
        color: rgb(46, 56, 66);
    }


.section-search {
    background: #f9f9f9 url(../images/SearchDoctorbanner.png) no-repeat bottom center;
    min-height: 450px;
    background-size: 100% auto;
    position: relative;
    background-blend-mode: Darken;
    padding: 80px 0;
}
 
 

.section-header {
    margin-bottom: 60px;
}

    .section-header h2 {
        font-size: 36px;
        margin-bottom: 0;
        font-weight: 500;
    }

    .section-header .sub-title {
        color: #757575;
        font-size: 16px;
        max-width: 600px;
        margin: 15px auto 0;
    }

    .section-header p {
        color: #757575;
        font-size: 16px;
        margin-bottom: 0;
        margin-top: 15px;
    }

.banner-wrapper {
    position: absolute;
    left: auto;
    right:-200px;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0 15px;
    z-index: 999;
}
.swiper-slide {
    
    height: 90vh !important;
    
}
.slick-prev, .slick-next, .pharmacy-home-slider .swiper-button-prev, .pharmacy-home-slider .swiper-button-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    box-shadow: 1px 6px 14px rgb(0 0 0 / 20%);
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    border: none;
    outline: none;
    background: #fff;
    z-index: 9999;
}
    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus, .pharmacy-home-slider .swiper-button-prev:hover, .pharmacy-home-slider .swiper-button-next:hover {
        background-color: #346986;
        color: #fff;
        opacity: 1;
    }
       
    .pharmacy-home-slider .swiper-button-prev:after {
        content: '←';
        color: #383838;
        height: 40px;
        font-size: 20px;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .pharmacy-home-slider .swiper-button-next:after {
        content: '→';
        color: #383838;
        font-size: 20px;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        height: 40px;
    }
     .pharmacy-home-slider .swiper-button-prev:hover:after, .pharmacy-home-slider .swiper-button-next:hover:after {
        color: #fff;
        opacity: 1;
    }
    .banner-wrapper .banner-header {
        margin-bottom: 30px;
    }

        .banner-wrapper .banner-header h1 {
            margin-bottom: 10px;
            font-size: 40px;
            font-weight: 600;
            font-family: Montserrat,sans-serif;
        }

        .banner-wrapper .banner-header p {
            color: #757575;
            font-size: 20px;
            margin-bottom: 0;
        }

.search-box form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search-box .form-control {
    border: 1px solid #ccc;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    border-radius: 5px;
    padding-left: 35px;
}




.search-box .search-info {
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    margin-right: 12px;
    position: relative;
}

.search-info .form-control {
    background: #fff url(../../lib/doccure/img/search.png) no-repeat 10px center;
}

.search-box .search-btn {
    width: 46px;
    -ms-flex: 0 0 46px;
    flex: 0 0 46px;
    height: 46px;
}

    .search-box .search-btn span {
        display: none;
        font-weight: 500;
    }

.search-box .form-text {
    color: #757575;
    font-size: 13px;
}
@media only screen and (max-width: 1200px) {
    .banner-wrapper {
        left: 50%;
        top: 50%;
    }
}
@media only screen and (max-width: 991.98px) {
    .search-box .search-info {
        -ms-flex: auto;
        flex: auto;
        width: 100%;
    }
    .search-box {
        max-width: 535px;
        margin: 0 auto;
    }
    .footer-top .social-icons {
        position: relative; 
    }
}
 

    @media only screen and (max-width: 767.98px) {
        

        .carousel-item {
            height: auto;
            min-height: auto;
        }

        .search-box {
            max-width: 535px;
            margin: 0 auto;
        }

            .search-box form {
                -ms-flex-direction: column;
                flex-direction: column;
                word-wrap: break-word;
                background-clip: border-box;
            }

            .search-box .search-location {
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                width: 100%;
            }

            .search-box .search-info {
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                width: 100%;
            }

            .search-box .search-btn {
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                min-height: 46px;
                width: 100%;
            }

                .search-box .search-btn span {
                    display: inline-block;
                    margin-left: 5px;
                    text-transform: uppercase;
                }

        .section-search {
            background: #f9f9f9;
        }
    }

    @media only screen and (max-width: 575.98px) {

        .search-box form {
            display: block;
        }

        .search-box .search-location {
            width: 100%;
            -ms-flex: none;
            flex: none;
        }

        .search-box .search-info {
            width: 100%;
            -ms-flex: none;
            flex: none;
        }
    }