.colr {

    color: #ffffff;
}

/*.btn-box {*/
/*    position: relative;*/
/*    float: right;*/
/*    margin-left: 30px;*/
/*    -webkit-transition: all 600ms ease;*/
/*    -moz-transition: all 600ms ease;*/
/*    -ms-transition: all 600ms ease;*/
/*    -o-transition: all 600ms ease;*/
/*    transition: all 600ms ease;*/
/*}*/

/*.btn-style-one {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    font-size: 14px;*/
/*    line-height: 30px;*/
/*    color: #222222;*/
/*    padding: 9px 32px;*/
/*    font-weight: 700;*/
/*    overflow: hidden;*/
/*    border-radius: 50px;*/
/*    overflow: hidden;*/
/*    background: none;*/
/*    border: 1px solid #aaaaaa;*/
/*    text-transform: capitalize;*/
/*    font-family: 'Lato', sans-serif;*/
/*    bottom: 8px;*/
/*    right: 25px;*/
/*}*/

.noticemarqee {
    display: none !important;
}

.btn-style-one :focus {
    border-color: #f0ad4e;
}

.btn-style-one:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    border-bottom: 50px solid #2b87e4;
    border-right: 30px solid transparent;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.btn-style-one:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    border-left: 30px solid transparent;
    border-bottom: 50px solid #2b87e4;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.btn-style-one:hover::before {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.btn-style-one:hover::after {
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
}

.btn-style-one:hover {
    color: #ffffff;
    border-color: #f0ad4e;
}

.btn-style-one .txt {
    position: relative;
    z-index: 1;
}

/* li > a {
	position: relative;
	color: #DB440F;
	text-decoration: none;
  } */

.nav>li>a:hover {
    color: #000;

}

.nav>li>a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000;
    visibility: visible;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.nav>li>a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.shadow {
    box-shadow: none;
}

.round-tab {
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
    border-radius: 100%;
    padding: 0;
    border: 1px solid #007c9d;
    display: block;
    line-height: 118px;
    overflow: hidden;
}

.avatar {
    width: 130px;
    height: 126px;
    border-radius: 50%;
    margin: 10px 0 0 -20px;
}

.doctor-list {
    background: #fff;
    border: 1px solid #ab0909;
    border-radius: 6px;
    clear: both;
    margin: 0 0 15px;
    padding: 10px;
    transition: all .3s linear 0s;
    color: #666;
}

.mg-50 {
    margin-top: 50px;
}

.doctor-list figcaption {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff;
    border-color: #007c9d #eee #eee;
    -o-border-image: none;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 3px 1px 1px;
    margin-left: 150px;
    padding: 10px 15px;
    position: relative;
}

.heading14 {
    font-size: 20px;
    color: #007c9d;
    font-weight: 400;
    padding-bottom: 10px;
    line-height: 1.42857143;
}

.mini {
    font-size: 10px;
    text-decoration: underline;
}

ul.list-bdr li {
    border-bottom: 1px dashed #dadada;
    font-size: 11px;
    list-style: none;
    margin: 0;
    padding: 4px 0;
}

ul.right-block li {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    padding-left: 30px;
}

.text-info {
    color: #ec7323 !important;
    text-align: center;
}

.bord {
    background-color: #ffffff;
    border: 1px solid #eee;
    border-radius: 4px;
    border-top: 3px solid #007c9d;
    padding: 10px 15px;
    /* margin: -190px 0px 160px; */
    margin: -144px 0px 160px;
    float: right;
    /* top: 14px; */
    top: -2px;
    /* bottom: -86px; */
}

@media screen and (min-width: 600px) {
    .bord {
        background-color: #ffffff;
        border: 1px solid #eee;
        border-radius: 4px;
        border-top: 3px solid #007c9d;
        padding: 10px 15px;
        margin: -190px 0px !important;
        float: right;
        top: -2px;
    }
}

.carddata {
    /* background-color: #eeeff1; */
    border: 1px solid #666;
    border-radius: 8px;
    margin: 10px;
    padding: 10px 0 22px 0
}

.carddata:hover {
    border: 1px solid #ec7323;
    z-index: 20;
    transform: scale(1.01);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

#fa {
    color: #007c9d;
    font-size: 20px;
    margin: 20px 2px 0px -12px;
}

#header {
    color: #007c9d;
    font-size: 24px;
    margin: 20px 2px 0px -20px;
}

@media screen and (max-width: 600px) {
    #header {
        font-size: 12px;
        margin: 20px 2px 0px -14px;
        font-weight: bolder;
    }

    .noticemarqee {
        display: block !important;
        font-size: 12px !important;
    }

    .noticefordesk {
        display: none !important;
    }
}

.pagination>.active>a {
    background-color: #ec7323 !important;
    color: #fff;
    border: 1px solid #ec7323;
}

.pagination {
    margin: 10px 0 0 86px;
}

.breadcrumb {
    margin: 10px 0 0 -28px;
    background-color: #eeeff3;
}

.breadcrumb li a {
    color: #007c9d;
    font-size: 15px;
}

.breadcrumb li a:hover {
    color: #cd8502;
    text-decoration: underline;
}

.rmv>li:first-child>a,
.rmv>li:first-child>span,
.rmv>li:last-child>a,
.rmv>li:last-child>span {
    border: none;
}

.appoint {
    background: #eeeff1;
    padding: 0 23px;
}

.date-view,
.day-view {
    color: #666;
    padding: 2px;
    display: inline-block;
}

.date-view {
    font-size: 26px;
}

.calview {
    display: inline-block;
    text-align: center;
    font-size: 11px;
    width: 16.66666667%;
}

.calview span {
    display: block;
    font-size: 16px;
}

.outline {
    background-color: transparent;
    color: inherit;
    transition: all .25s;
}

.outline:hover {
    background-color: #fff;
    color: #ec7323;
}

.book {
    color: white !important;
}

.rqst {
    color: #ec7323 !important;
}

.quickappt {
    position: fixed;
    top: 40%;
    right: 3px;
    z-index: 999999;
    background: transparent;
}

@media screen and (max-width: 600px) {}

.mod {
    text-align: center;
}

.mod a {
    font-size: 20px;
}

.reqd {
    color: red;
    font-size: 16px;
    position: absolute;
    top: 8px;
    left: 4px;
}

.line:before {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -16px;
    margin-left: -3%;
    text-align: center;
    content: "\2713";
    color: #e77011;
    background: #fff;
    left: 50%;
    font-weight: 800;
    border: 1px solid #ddd;
    line-height: 26px;
    border-radius: 50%;
    font-size: 20px;
}

.bor {
    border: 1px solid #92d1e6;
    border-bottom: 1px solid #ffffff;
}

.modal-body {
    /* position: relative; */
    padding: 15px;
    border: 1px solid #92d1e6;
}

.modalclose {
    margin-top: -10px;
    position: absolute;
    right: 20px;
    font-size: 18px;
    color: #fff;
    opacity: .7;
    text-shadow: none;
    background-color: #187888;
    padding: 0 7px;
    border-radius: 100%;
    z-index: 999;
    outline: none;
}

.new {
    border-top: 4px solid #e77011;
}

.logintxt {
    color: #007c9d;
}

.doctor strong {
    color: #007c9d;
}

#quote {
    color: red;
    font-family: cursive;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none !important;
}

.bor-non {
    border: none !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    color: darkcyan;
}

.carousel-control.right {
    right: -100px !important;
    /*can remove this and bottom arrow prop*/
    top: -85px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 0% !important;
    top: 45px;
}

.col-xs-2 {
    border-right: 1px solid rgb(223, 222, 222);
}

hr.new1 {
    border-top: 1px solid rgb(153, 245, 5);
    margin-top: -2px;
    ;
}

hr.new2 {
    border-top: 1px solid grey;
    margin-top: -2px;
    ;
}

.bottom {
    border-bottom: 2px solid #2b87e4;
    font-size: 30px;
}

.navbar-brand>img {
    height: 64px;
}

.page-title h1 {
    position: relative;
    font-size: 48px;
    color: #fff;
    text-shadow: -1px 0 2px rgba(0, 0, 0, 0.45);
    line-height: 1.3em;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.text {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 400;
    color: #878787;
    margin: 0;
}

.page-title {
    /* position: relative; */
    padding: 160px 0px 0px;
    background-position: center center;
}

.crumb {
    position: absolute;
    right: 0px;
    bottom: 330px;
    background-color: #1ee;
}

.doctor li {
    /* padding: 10px; */
    margin-bottom: 20px;
}

.doctor li p {
    /*padding-left: 250px;*/
    padding-left: 210px;
    font-size: 15px;
    /* position: absolute; */
    margin: -20px;
}

.doctor li b {
    padding-left: 180px;
    font-size: 15px;
    position: absolute;
}

.mr {
    padding: 120px 0px 10px;
}

.txt {
    text-align: center;
}

.app-btn {
    padding-left: 16px;
    vertical-align: middle;
}

.app-btn :hover {
    background: #000;
}

.icon {
    position: absolute;
    line-height: 35px;
    right: 20px;
}

.footer-box strong {
    color: #cd2c37;
}

.right {
    float: right;
}

.pt-5 {
    padding-top: 20px;
}

.pxy-6 {
    padding: 6px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.white {
    background: #fff;
}

.background {
    background: #eeeff3;
    ;
}

.border {
    border: 1px solid #007c9d;
}

/*For department Videos*/
.thump-icon {
    background-repeat: no-repeat;
    height: 109px;
    margin: 26px 0 0 80px;
    width: 96px;
    padding: 25px 8px;
}

.cardenv {
    padding: 25px 8px;
}

.showcase {
    position: relative;
    width: 90%;
    height: 17em;
    margin: 1em auto;
    overflow: hidden;
    background: transparent;
}

/* closed for insurances */

/* .thumbnail {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 300px;
    z-index: 1;
    background-position: 50% 50%;
    background-size: cover;
    transition: right 250ms ease, left 250ms ease;
  } */


.thumbnail__overlay {
    position: relative;
    padding-top: 8em;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    opacity: 0;
    transition: opacity 250ms ease;
}

.desc {
    position: absolute;
    width: 300px;
    height: 100%;
    top: 0;
    right: 0;
    padding: 20px;
    z-index: 2;
    background: white;
    text-align: center;
    transition: background 250ms ease, color 250ms, width 250ms ease, padding 250ms ease;
}

.desc:after {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -10px;
    border-style: solid;
    border-width: 10px;
    border-color: transparent #fff transparent transparent;
    content: "";
    transition: border-color 250ms;
}

.showcase:hover .thumbnail {
    right: 325px;
    left: -25px;
}

.showcase:hover .thumbnail__overlay {
    opacity: 1;
}

.showcase:hover .desc {
    width: 350px;
    padding-left: 45px;
    padding-right: 45px;
    background: #202426;
    color: #fff;
}

.showcase:hover .desc:after {
    border-color: transparent #202426 transparent transparent;
}

.showcase--inverted .thumbnail {
    right: 0;
    left: 300px;
}

.showcase--inverted .desc {
    left: 0;
    right: auto;
}

.showcase--inverted .desc:after {
    left: auto;
    right: -20px;
    border-color: transparent transparent transparent #fff;
}

.showcase--inverted:hover .thumbnail {
    left: 325px;
    right: -25px;
}

.showcase--inverted:hover .desc:after {
    border-color: transparent transparent transparent #202426;
}

.btn {
    border: 0.15em solid #fff;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: background 250ms;
    /* margin: 34px 0 0 0; */
}

.btn:hover {
    background: rgba(0, 0, 0, 0.6);
}

a.btn.btn-primary.outline {
    margin: -22px 0 0 0 !important;
    color: #f0ad4e;
}

.align-center {
    text-align: center;
}

.col-md-3>.card {
    width: 95%;
    margin-bottom: 20px;
    padding: 25px 75px;
    border-radius: 10px;
}

.card-body {
    font-weight: bold;
    margin-top: 5px;
}

.carddata :hover img {
    border: 1px solid #f0ad4e;
}

.card-body2 {
    font-weight: bold;
    margin-top: 21px;
    margin-left: 4px;
    color: white;
}

.aptbtn {
    /* position: relative;
    margin: 11px 0 -18px 418px;
    padding: 5px 71px 6px 78px;
    color: #364280;
    font-weight: bold; */
    position: relative;
    /* margin: 11px 0 -18px -72px; */
    margin: 11px 0 -18px -33px;
    padding: 5px 71px 6px 78px;
    color: #364280;
    font-weight: bold;
    border: 1px solid #364280;
    border-radius: 25px;
}

.buttonmove {
    margin: 49px 0 0 -162px !important;
}

@media only screen and (min-width: 1200px) {
    .aptbtn {

        position: relative;
        margin: 11px 0 -18px -72px;
        /* margin: 11px 0 -18px -33px; */
        padding: 5px 71px 6px 78px;
        color: #364280;
        font-weight: bold;
        border: 1px solid #364280;
        border-radius: 25px;
    }
}

.aptbtn2 {
    transition: 0s ease;
    position: relative;
    margin: 8px 0 0 -81px;
    padding: 5px 71px 6px 78px;
    z-index: 1;
    font-weight: bold;
    background-color: #da5967;
    border: 1px solid #364280;
    border-radius: 25px;
    color: #ffe;
    /* background-color: papayawhip;
    transition: .0s ease;
    position: relative;
    margin: 11px 0 -24px 409px;
    padding: 5px 71px 6px 78px;
    color: #364280;
    z-index: 1;
    font-weight: bold; */
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 0;
    height: 93%;
    width: 85%;
    opacity: 0;
    /* transition: .1s ease; */
    background-color: #374380;
    ;
    padding: 25px 83px 0px 80px;
    border-radius: 10px;
}

.card:hover .overlay {
    opacity: 1;
}

.mtbcard {
    margin-top: 51px !important;
}

.mtbcard2 {
    margin-top: 50px !important;
}

.mbtcard {
    margin: 31px 0 -18px -72px;
}

.mbtcard2 {
    margin: 30px 0 -18px -80px;
    border: none;
}

.mmtb {
    margin-top: 70px !important;
}

.mmtb2 {
    margin: 68px 0 -18px -81px;
}

.mexbt {
    margin: 29px 0 -18px -80px;
}

.mexbt2 {
    margin: 69px 0 -18px -72px;
}

.mnew {
    margin: 67px 0 -18px -80px;
}

@media screen and (max-width: 600px) {
    .mmt {
        margin: 31px 0 -18px -35px !important;
    }
}

/*===========FOOTER=============*/
.downloads ul>li {
    line-height: 10px;
    font-size: 14px;
    font-weight: bold;
    list-style: none;
    padding: 0px 0px 10px 0 !important;
    border-bottom: none;
    border-top: none;
}

.footerrow{
    padding: 0 50px !important;
}

.downloads a {
    color: #ffffff;
}

.downloads ul>li a:hover {
    color: #000;
}

/*========floating button =====*/
.float {
    /* position:fixed;
	width:60px;
	height:60px;
	bottom:40px; 
	right:40px;
	background-color:#a1cbda;
	color:#fff;
	border-radius:50px;
	text-align:center;
    box-shadow: 2px 2px 3px #999;
    z-index: 10; */
    position: fixed;
    width: 60px;
    height: 60px;
    right: 1px;
    background-color: #a1cbda;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 10;
}

@media screen and (max-width: 600px) {
    .float {
        bottom: 430px !important;
        right: 3px;
    }
}

@media screen and (max-width: 480px) {
    .footerrow{
        padding: 0 15px !important;
    }
}

.mysurgery p{
    text-align: justify;
}



.my-float {
    margin-top: 22px;
}

.cardTitle {
    /* margin: 0 47px; */
    margin: 0 95px;
    font-family: fantasy;
}

.imgwidth {
    width: 100% !important;
}

.deptcorousel {
    /* margin-top: -24px !important; */
}

.imght {
    margin: 10px 0;
}

.bgheader {
    background-image: url('../images/bg-explore.png');
    margin-top: -60px;
    padding-bottom: 12px;
}

.bgheader li {
    background-repeat: no-repeat;
    padding: 14px 0;
    margin-left: 100px;
}

.bgheader a {
    color: #fff !important;
    /* margin: 0 -35px; */
}

.bgheader li>span {
    position: relative;
    top: 23px;
    /* transition: color 1s; */
}

.bgheader li>span :hover {
    color: #f3b815 !important;

}

.card .col-md-2 {
    /* border: 1px solid #2b87e4; */
    margin: 9px;
    /* width: 15%; */
    padding: 12px;
}

.card .col-md-2 p {
    color: green;
    font-weight: 50px;
    font-size: 15px;
}

.card .col-md-2 :hover {
    color: #f3b815;
}

.card {
    /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
    transition: 0.3s;
    width: 100%;
}

h1 span {
    color: #006e9e;
    font-family: cursive;
    font-weight: bold;
}

.col-md-9 p {
    font-size: 16px !important;
}

.bginfo {
    background: #88d6f5;
}

.borleft {
    border-left: 5px solid #438cbc;
    padding: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 20px;
}

#countblood {
    background-image: url('../images/CBC.png');
}

.ptcard {
    padding: 25px 78px !important;
}

.pbcard {
    padding: 25px 68px !important;
}

.pbbcard {
    padding: 25px 95px !important;
}

.pbtcard {
    padding: 25px 41px !important;
}

.nav_bar {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
    margin: 0 3px;
}

.circle {
    list-style-type: disc;
    margin: 0 0 0 20px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #2b87e4;
}

.mtbacc {
    margin-top: 40px;
    margin-bottom: 30px;
}

.default {
    background: #4F97A6;
}

.default h1 {
    color: #fff;
    font-variant: petite-caps;
    font-family: serif;
    font-weight: bold;
}

.square {
    padding: 25px 35px;
    font-size: 16px;
    font-weight: bold;
    list-style-type: square !important;
    line-height: 2;
}

.panel-default {
    /* border-color: #ddd; */
    margin: 205px 0 0 0;
    position: inherit;
}

.panel-default {
    border-color: transparent;
}

.p-10 {
    padding: 10px;
    left: 15px;
}

.overlay a {
    color: #eee;
}

.square h3 {
    color: coral;
}

.akrdn {
    margin: -190px 0 10px;
}

@media screen and (max-width: 600px) {
    #hidden {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
    }
}

.spe {
    margin: 8px 40px !important;
}

@media screen and (max-width: 600px) {
    .spe {
        margin: 0px 13px !important;
    }
}

/* .footer-box ul>li{
    list-style: square inside url("../images/sqpurple.gif");
  } */
.errspan {
    float: right;
    margin-right: 6px;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    /* color: red; */
}

div#cafe {
    margin-right: 1px;
}

#insurance {
    max-height: 129px !important;
}

#insurance2 {
    max-height: 123px !important;
}

.service-text p {
    text-align: justify;
}

@media screen and (max-width: 600px) {
    .homp {
        margin: 0 63px;
        font-size: 8px;
    }
}

.apointhome {
    /*background-image: url('../images/banner.png');*/
    background-repeat: no-repeat;
}

/*FOOTER COLOR*/
footer {
    background-color: #2b87e4 !important;
}

/*health checkups*/
#healthchk {
    position: relative;
    left: 70%;
    bottom: 3.5em;
    font-weight: 800;
}

#healthchk a.btn.btn-success.btn-md {
    position: relative;
    bottom: 16px;
    padding: 10px;
}

/*comments image*/
#comments {
    height: 250px !important;
}

/*doctor image home*/
.dct {
    height: 350px;
    border-radius: 15px;
    padding-bottom: 10px;
    margin-top: 20px;
}

@media screen and (max-width: 600px) {
    #healthchk {
        left: 0%;
        bottom: 0em;
    }

    .navbar-brand>img {
        height: 50px;
    }

    .dct {
        height: 430px !important;
        margin: 23px 0 0px !important;
        ;
    }

    .dctnm {
        margin: 1px !important;
    }
}

html {
    overflow-x: hidden;
}

/*doctor home*/
.dctnm {
    margin: -5px;
}


/* slider comment
 */
#reviews {

    background: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: rgb(0, 0, 0);
}

.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: rgb(0, 0, 0);
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: var(--brand);
}

/* video sloder  */
.hero-slider .owl-prev,
.hero-slider .owl-next {
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important;
}

.owl-dot.active span {
    background-color: var(--brand) !important;
}


/* slide */
.slide {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide3 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide4 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/slider6.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide .display-3 {
    text-transform: uppercase;
    color: #fff;
}

.colr {

    color: #ffffff;
}

.btn-box {
    position: relative;
    float: right;
    margin-left: 30px;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #222222;
    padding: 9px 32px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 50px;
    overflow: hidden;
    background: none;
    border: 1px solid #aaaaaa;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    bottom: 8px;
    right: 25px;
}


.btn-style-one :focus {
    border-color: #f0ad4e;
}

.btn-style-one:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    border-bottom: 50px solid #2b87e4;
    border-right: 30px solid transparent;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.btn-style-one:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    border-left: 30px solid transparent;
    border-bottom: 50px solid #2b87e4;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.btn-style-one:hover::before {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.btn-style-one:hover::after {
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
}

.btn-style-one:hover {
    color: #ffffff;
    border-color: #f0ad4e;
}

.btn-style-one .txt {
    position: relative;
    z-index: 1;
}

/* li > a {
	position: relative;
	color: #DB440F;
	text-decoration: none;
  } */

.nav>li>a:hover {
    color: #000;

}

.nav>li>a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000;
    visibility: visible;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.nav>li>a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.shadow {
    box-shadow: none;
}

.round-tab {
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
    border-radius: 100%;
    padding: 0;
    border: 1px solid #007c9d;
    display: block;
    line-height: 118px;
    overflow: hidden;
}

.avatar {
    width: 130px;
    height: 126px;
    border-radius: 50%;
    margin: 10px 0 0 -20px;
}

.doctor-list {
    background: #fff;
    border: 1px solid #ab0909;
    border-radius: 6px;
    clear: both;
    margin: 0 0 15px;
    padding: 10px;
    transition: all .3s linear 0s;
    color: #666;
}

.mg-50 {
    margin-top: 50px;
}

.doctor-list figcaption {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff;
    border-color: #007c9d #eee #eee;
    -o-border-image: none;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 3px 1px 1px;
    margin-left: 150px;
    padding: 10px 15px;
    position: relative;
}

.heading14 {
    font-size: 20px;
    color: #007c9d;
    font-weight: 400;
    padding-bottom: 10px;
    line-height: 1.42857143;
}

.mini {
    font-size: 10px;
    text-decoration: underline;
}

ul.list-bdr li {
    border-bottom: 1px dashed #dadada;
    font-size: 11px;
    list-style: none;
    margin: 0;
    padding: 4px 0;
}

ul.right-block li {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    padding-left: 30px;
}

.text-info {
    color: #ec7323 !important;
    text-align: center;
}

.bord {
    background-color: #ffffff;
    border: 1px solid #eee;
    border-radius: 4px;
    border-top: 3px solid #007c9d;
    padding: 10px 15px;
    /* margin: -190px 0px 160px; */
    margin: -144px 0px 160px;
    float: right;
    /* top: 14px; */
    top: -2px;
    /* bottom: -86px; */
}

@media screen and (min-width: 600px) {
    .bord {
        background-color: #ffffff;
        border: 1px solid #eee;
        border-radius: 4px;
        border-top: 3px solid #007c9d;
        padding: 10px 15px;
        margin: -190px 0px !important;
        float: right;
        top: -2px;
    }
}

.carddata {
    /* background-color: #eeeff1; */
    border: 1px solid #666;
    border-radius: 8px;
    margin: 10px;
    padding: 10px 0 22px 0
}

.carddata:hover {
    border: 1px solid #ec7323;
    z-index: 20;
    transform: scale(1.01);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

#fa {
    color: #007c9d;
    font-size: 20px;
    margin: 20px 2px 0px -12px;
}

#header {
    color: #007c9d;
    font-size: 24px;
    margin: 20px 2px 0px -20px;
}

@media screen and (max-width: 600px) {
    #header {
        font-size: 12px;
        margin: 20px 2px 0px -14px;
        font-weight: bolder;
    }
}

.pagination>.active>a {
    background-color: #ec7323 !important;
    color: #fff;
    border: 1px solid #ec7323;
}

.pagination {
    margin: 10px 0 0 86px;
}

.breadcrumb {
    margin: 10px 0 0 -28px;
    background-color: #eeeff3;
}

.breadcrumb li a {
    color: #007c9d;
    font-size: 15px;
}

.breadcrumb li a:hover {
    color: #cd8502;
    text-decoration: underline;
}

.rmv>li:first-child>a,
.rmv>li:first-child>span,
.rmv>li:last-child>a,
.rmv>li:last-child>span {
    border: none;
}

.appoint {
    background: #eeeff1;
    padding: 0 23px;
}

.date-view,
.day-view {
    color: #666;
    padding: 2px;
    display: inline-block;
}

.date-view {
    font-size: 26px;
}

.calview {
    display: inline-block;
    text-align: center;
    font-size: 11px;
    width: 16.66666667%;
}

.calview span {
    display: block;
    font-size: 16px;
}

.outline {
    background-color: transparent;
    color: inherit;
    transition: all .25s;
}

.outline:hover {
    background-color: #fff;
    color: #ec7323;
}

.book {
    color: white !important;
}

.rqst {
    color: #ec7323 !important;
}

.quickappt {
    position: fixed;
    top: 40%;
    right: 3px;
    z-index: 999999;
    background: transparent;
}

@media screen and (max-width: 600px) {}

.mod {
    text-align: center;
}

.mod a {
    font-size: 20px;
}

.reqd {
    color: red;
    font-size: 16px;
    position: absolute;
    top: 8px;
    left: 4px;
}

.line:before {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -16px;
    margin-left: -3%;
    text-align: center;
    content: "\2713";
    color: #e77011;
    background: #fff;
    left: 50%;
    font-weight: 800;
    border: 1px solid #ddd;
    line-height: 26px;
    border-radius: 50%;
    font-size: 20px;
}

.bor {
    border: 1px solid #92d1e6;
    border-bottom: 1px solid #ffffff;
}

.modal-body {
    /* position: relative; */
    padding: 15px;
    border: 1px solid #92d1e6;
}

.modalclose {
    margin-top: -10px;
    position: absolute;
    right: 20px;
    font-size: 18px;
    color: #fff;
    opacity: .7;
    text-shadow: none;
    background-color: #187888;
    padding: 0 7px;
    border-radius: 100%;
    z-index: 999;
    outline: none;
}

.new {
    border-top: 4px solid #e77011;
}

.logintxt {
    color: #007c9d;
}

.doctor strong {
    color: #007c9d;
}

#quote {
    color: red;
    font-family: cursive;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none !important;
}

.bor-non {
    border: none !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    color: darkcyan;
}

.carousel-control.right {
    right: -100px !important;
    /*can remove this and bottom arrow prop*/
    top: -85px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 0% !important;
    top: 45px;
}

.col-xs-2 {
    border-right: 1px solid rgb(223, 222, 222);
}

hr.new1 {
    border-top: 1px solid rgb(153, 245, 5);
    margin-top: -2px;
    ;
}

hr.new2 {
    border-top: 1px solid grey;
    margin-top: -2px;
    ;
}

.bottom {
    border-bottom: 2px solid #2b87e4;
    font-size: 30px;
}

.navbar-brand>img {
    height: 64px;
}

.page-title h1 {
    position: relative;
    font-size: 48px;
    color: #fff;
    text-shadow: -1px 0 2px rgba(0, 0, 0, 0.45);
    line-height: 1.3em;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.text {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 400;
    color: #878787;
    margin: 0;
}

.page-title {
    /* position: relative; */
    padding: 160px 0px 0px;
    background-position: center center;
}

.crumb {
    position: absolute;
    right: 0px;
    bottom: 330px;
    background-color: #1ee;
}

.doctor li {
    /* padding: 10px; */
    margin-bottom: 20px;
}

.doctor li p {
    /*padding-left: 250px;*/
    padding-left: 210px;
    font-size: 15px;
    /* position: absolute; */
    margin: -20px;
}

.doctor li b {
    padding-left: 180px;
    font-size: 15px;
    position: absolute;
}

.mr {
    padding: 120px 0px 10px;
}

.txt {
    text-align: center;
}

.app-btn {
    padding-left: 16px;
    vertical-align: middle;
}

.app-btn :hover {
    background: #000;
}

.icon {
    position: absolute;
    line-height: 35px;
    right: 20px;
}

.footer-box strong {
    color: #cd2c37;
}

.right {
    float: right;
}

.pt-5 {
    padding-top: 20px;
}

.pxy-6 {
    padding: 6px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.white {
    background: #fff;
}

.background {
    background: #eeeff3;
    ;
}

.border {
    border: 1px solid #007c9d;
}

/*For department Videos*/
.thump-icon {
    background-repeat: no-repeat;
    height: 109px;
    margin: 26px 0 0 80px;
    width: 96px;
    padding: 25px 8px;
}

.cardenv {
    padding: 25px 8px;
}

.showcase {
    position: relative;
    width: 90%;
    height: 17em;
    margin: 1em auto;
    overflow: hidden;
    background: transparent;
}

/* closed for insurances */

/* .thumbnail {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 300px;
    z-index: 1;
    background-position: 50% 50%;
    background-size: cover;
    transition: right 250ms ease, left 250ms ease;
  } */


.thumbnail__overlay {
    position: relative;
    padding-top: 8em;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    opacity: 0;
    transition: opacity 250ms ease;
}

.desc {
    position: absolute;
    width: 300px;
    height: 100%;
    top: 0;
    right: 0;
    padding: 20px;
    z-index: 2;
    background: white;
    text-align: center;
    transition: background 250ms ease, color 250ms, width 250ms ease, padding 250ms ease;
}

.desc:after {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -10px;
    border-style: solid;
    border-width: 10px;
    border-color: transparent #fff transparent transparent;
    content: "";
    transition: border-color 250ms;
}

.showcase:hover .thumbnail {
    right: 325px;
    left: -25px;
}

.showcase:hover .thumbnail__overlay {
    opacity: 1;
}

.showcase:hover .desc {
    width: 350px;
    padding-left: 45px;
    padding-right: 45px;
    background: #202426;
    color: #fff;
}

.showcase:hover .desc:after {
    border-color: transparent #202426 transparent transparent;
}

.showcase--inverted .thumbnail {
    right: 0;
    left: 300px;
}

.showcase--inverted .desc {
    left: 0;
    right: auto;
}

.showcase--inverted .desc:after {
    left: auto;
    right: -20px;
    border-color: transparent transparent transparent #fff;
}

.showcase--inverted:hover .thumbnail {
    left: 325px;
    right: -25px;
}

.showcase--inverted:hover .desc:after {
    border-color: transparent transparent transparent #202426;
}

.btn {
    border: 0.15em solid #fff;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: background 250ms;
    /* margin: 34px 0 0 0; */
}

.btn:hover {
    background: rgba(0, 0, 0, 0.6);
}

a.btn.btn-primary.outline {
    margin: -22px 0 0 0 !important;
    color: #f0ad4e;
}

.align-center {
    text-align: center;
}

.col-md-3>.card {
    width: 95%;
    margin-bottom: 20px;
    padding: 25px 75px;
    border-radius: 10px;
}

.card-body {
    font-weight: bold;
    margin-top: 5px;
}

.carddata :hover img {
    border: 1px solid #f0ad4e;
}

.card-body2 {
    font-weight: bold;
    margin-top: 21px;
    margin-left: 4px;
    color: white;
}

.aptbtn {
    /* position: relative;
    margin: 11px 0 -18px 418px;
    padding: 5px 71px 6px 78px;
    color: #364280;
    font-weight: bold; */
    position: relative;
    /* margin: 11px 0 -18px -72px; */
    margin: 11px 0 -18px -33px;
    padding: 5px 71px 6px 78px;
    color: #364280;
    font-weight: bold;
    border: 1px solid #364280;
    border-radius: 25px;
}

.buttonmove {
    margin: 49px 0 0 -162px !important;
}

@media only screen and (min-width: 1200px) {
    .aptbtn {

        position: relative;
        margin: 11px 0 -18px -72px;
        /* margin: 11px 0 -18px -33px; */
        padding: 5px 71px 6px 78px;
        color: #364280;
        font-weight: bold;
        border: 1px solid #364280;
        border-radius: 25px;
    }
}

.aptbtn2 {
    transition: 0s ease;
    position: relative;
    margin: 8px 0 0 -81px;
    padding: 5px 71px 6px 78px;
    z-index: 1;
    font-weight: bold;
    background-color: #da5967;
    border: 1px solid #364280;
    border-radius: 25px;
    color: #ffe;
    /* background-color: papayawhip;
    transition: .0s ease;
    position: relative;
    margin: 11px 0 -24px 409px;
    padding: 5px 71px 6px 78px;
    color: #364280;
    z-index: 1;
    font-weight: bold; */
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 0;
    height: 93%;
    width: 85%;
    opacity: 0;
    /* transition: .1s ease; */
    background-color: #374380;
    ;
    padding: 25px 83px 0px 80px;
    border-radius: 10px;
}

.card:hover .overlay {
    opacity: 1;
}

.mtbcard {
    margin-top: 51px !important;
}

.mtbcard2 {
    margin-top: 50px !important;
}

.mbtcard {
    margin: 31px 0 -18px -72px;
}

.mbtcard2 {
    margin: 30px 0 -18px -80px;
    border: none;
}

.mmtb {
    margin-top: 70px !important;
}

.mmtb2 {
    margin: 68px 0 -18px -81px;
}

.mexbt {
    margin: 29px 0 -18px -80px;
}

.mexbt2 {
    margin: 69px 0 -18px -72px;
}

.mnew {
    margin: 67px 0 -18px -80px;
}

@media screen and (max-width: 600px) {
    .mmt {
        margin: 31px 0 -18px -35px !important;
    }
}

/*===========FOOTER=============*/
.downloads ul>li {
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    list-style: none;
    padding: 0px 0px 20px 0;
    border-bottom: none;
    border-top: none;
}

.downloads a {
    color: #ffffff;
}

.downloads ul>li a:hover {
    color: #000;
}

/*========floating button =====*/
.float {
    /* position:fixed;
	width:60px;
	height:60px;
	bottom:40px; 
	right:40px;
	background-color:#a1cbda;
	color:#fff;
	border-radius:50px;
	text-align:center;
    box-shadow: 2px 2px 3px #999;
    z-index: 10; */
    position: fixed;
    width: 60px;
    height: 60px;
    right: 1px;
    background-color: #a1cbda;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 10;
}

@media screen and (max-width: 600px) {
    .float {
        bottom: 430px !important;
        right: 3px;
    }
}

.my-float {
    margin-top: 22px;
}

.cardTitle {
    /* margin: 0 47px; */
    margin: 0 95px;
    font-family: fantasy;
}

.imgwidth {
    width: 100% !important;
}

.deptcorousel {
    /* margin-top: -24px !important; */
}

.imght {
    margin: 10px 0;
}

.bgheader {
    background-image: url('../images/bg-explore.png');
    margin-top: -60px;
    padding-bottom: 12px;
}

.bgheader li {
    background-repeat: no-repeat;
    padding: 14px 0;
    margin-left: 100px;
}

.bgheader a {
    color: #fff !important;
    /* margin: 0 -35px; */
}

.bgheader li>span {
    position: relative;
    top: 23px;
    /* transition: color 1s; */
}

.bgheader li>span :hover {
    color: #f3b815 !important;

}

.card .col-md-2 {
    /* border: 1px solid #2b87e4; */
    margin: 9px;
    /* width: 15%; */
    padding: 12px;
}

.card .col-md-2 p {
    color: green;
    font-weight: 50px;
    font-size: 15px;
}

.card .col-md-2 :hover {
    color: #f3b815;
}

.card {
    /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
    transition: 0.3s;
    width: 100%;
}

h1 span {
    color: #006e9e;
    font-family: cursive;
    font-weight: bold;
}

.col-md-9 p {
    font-size: 16px !important;
}

.bginfo {
    background: #88d6f5;
}

.borleft {
    border-left: 5px solid #438cbc;
    padding: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 20px;
}

#countblood {
    background-image: url('../images/CBC.png');
}

.ptcard {
    padding: 25px 78px !important;
}

.pbcard {
    padding: 25px 68px !important;
}

.pbbcard {
    padding: 25px 95px !important;
}

.pbtcard {
    padding: 25px 41px !important;
}

.nav_bar {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
    margin: 0 3px;
}

.circle {
    list-style-type: disc;
    margin: 0 0 0 20px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #2b87e4;
}

.mtbacc {
    margin-top: 40px;
    margin-bottom: 30px;
}

.default {
    background: #4F97A6;
}

.default h1 {
    color: #fff;
    font-variant: petite-caps;
    font-family: serif;
    font-weight: bold;
}

.square {
    padding: 25px 35px;
    font-size: 16px;
    font-weight: bold;
    list-style-type: square !important;
    line-height: 2;
}

.panel-default {
    /* border-color: #ddd; */
    margin: 205px 0 0 0;
    position: inherit;
}

.panel-default {
    border-color: transparent;
}

.p-10 {
    padding: 10px;
    left: 15px;
}

.overlay a {
    color: #eee;
}

.square h3 {
    color: coral;
}

.akrdn {
    margin: -190px 0 10px;
}

@media screen and (max-width: 600px) {
    #hidden {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
    }
}

.spe {
    margin: 8px 40px !important;
}

@media screen and (max-width: 600px) {
    .spe {
        margin: 0px 13px !important;
    }
}

/* .footer-box ul>li{
    list-style: square inside url("../images/sqpurple.gif");
  } */
.errspan {
    float: right;
    margin-right: 6px;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    /* color: red; */
}

div#cafe {
    margin-right: 1px;
}

#insurance {
    max-height: 129px !important;
}

#insurance2 {
    max-height: 123px !important;
}

.service-text p {
    text-align: justify;
}

@media screen and (max-width: 600px) {
    .homp {
        margin: 0 63px;
        font-size: 8px;
    }
}

.apointhome {
    /*background-image: url('../images/banner.png');*/
    background-repeat: no-repeat;
}

/*FOOTER COLOR*/
footer {
    background-color: #2b87e4 !important;
}

/*health checkups*/
#healthchk {
    position: relative;
    left: 70%;
    bottom: 3.5em;
    font-weight: 800;
}

#healthchk a.btn.btn-success.btn-md {
    position: relative;
    bottom: 16px;
    padding: 10px;
}

/*comments image*/
#comments {
    height: 250px !important;
}

/*doctor image home*/
.dct {
    height: 350px;
    border-radius: 15px;
    padding-bottom: 10px;
    margin-top: 20px;
}

@media screen and (max-width: 600px) {
    #healthchk {
        left: 0%;
        bottom: 0em;
    }

    .navbar-brand>img {
        height: 50px;
    }

    .dct {
        height: 430px !important;
        margin: 23px 0 0px !important;
        ;
    }

    .dctnm {
        margin: 1px !important;
    }
}

html {
    overflow-x: hidden;
}

/*doctor home*/
.dctnm {
    margin: -5px;
}


/* slider comment
 */
#reviews {

    background: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: rgb(0, 0, 0);
}

.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: rgb(0, 0, 0);
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: var(--brand);
}

/* video sloder  */
.hero-slider .owl-prev,
.hero-slider .owl-next {
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important;
}

.owl-dot.active span {
    background-color: var(--brand) !important;
}


/* slide */
.slide {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide3 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide4 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/slider6.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide .display-3 {
    text-transform: uppercase;
    color: #fff;
}