/* 
font-family: 'Kanit', sans-serif;
font-family: 'Nunito', sans-serif; */

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    transition: all 0.5s;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: none;
    text-decoration: none;
    outline-offset: inherit;
}

body {
    font-family: 'Jost', sans-serif;
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Jost', sans-serif;
}

.rightFixedMenu {
    position: fixed;
    top: 20%;
    right: 5px;
    z-index: 99999;
    background: #fff;
}

.rightFixedMenu ul li {
    padding: 5px;
}

.rightFixedMenu ul li img {
    width: 75px;
}

.topHeader {
    background: #111821;
    padding-top: 9px;
    padding-bottom: 9px;
}

.socialIcon {
    display: inline-block;
    margin-top: 20px;
}

.socialIconTop {
    margin-top: 0;
}

.socialIcon li {
    display: inline-block;
    margin-right: 8px;
}

.socialIcon li img {
    width: 25px;
    height: 25px;
}

.topLinks li {
    display: inline-block;
    margin-right: 15px;
    border-left: #1E4B6C solid 1px;
    padding-left: 15px;
}

.topLinks li:first-child {
    border: none;
    padding-left: 0;
}

.topLinks li a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 150% */
    color: #FFFFFF;
}

.topLinks li a:hover {
    color: #fff;
}

.topLinks li a .bi {
    margin-right: 10px;
}

.topTime {
    color: #fff;
    display: inline-block;
    margin-right: 20px;
}

.header-area {
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    /* or 225% */
    /* text-transform: uppercase; */
    color: #141417;
    cursor: pointer;
    font-family: 'Jost', sans-serif;
    padding: 3px 13px;
    border-radius: 0;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #f76e11;
    background: #fff;
    border-radius: 4px;
}

.navbar-expand-lg .navbar-nav .active>.nav-link {
    color: #c9003c;
}

.navbar-expand-lg .navbar-nav .nav-item {
    margin-left: 22px;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    width: 200px;
}


/* .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
        color: #fff;
        background: #33D687;
        border-radius: 4px;
    }
    
    .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link:hover {
        background: #013088;
    } */

.navbar-light .navbar-nav .active>.nav-link {
    color: #f76e11;
    background: #fff;
    border-radius: 4px;
}

.dropdown-menu h2 {
    font-size: 21px;
    color: #fff;
    margin-bottom: 18px;
    font-weight: 500;
}

.dropdown-menu .dropdown-item {
    padding: 0;
    margin-bottom: 10px;
    color: #fff;
    background-color: #000000;
    position: relative;
    padding-left: 16px;
}

.dropdown-menu .dropdown-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 3px;
    height: 2px;
    background: #fff;
    transition: all 0.5s;
}

.dropdown-menu .dropdown-item:hover {
    padding-left: 25px;
}

.dropdown-menu .dropdown-item:hover::before {
    width: 8px;
}

.dropdown-menu .dropdown-item .bi {
    margin-right: 8px;
    font-size: 15px;
}

.homeBanner .carousel-control-prev {
    top: inherit;
    bottom: 40%;
    width: inherit;
    opacity: 1;
    background: rgba(0, 0, 0, 0.18);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.14);
    width: 55px;
    height: 55px;
    border-radius: 50px;
    left: 6%;
    font-size: 22px;
}

.homeBanner .carousel-control-next {
    top: inherit;
    bottom: 40%;
    width: inherit;
    opacity: 1;
    background: rgba(0, 0, 0, 0.18);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.14);
    width: 55px;
    height: 55px;
    border-radius: 50px;
    right: 6%;
    font-size: 22px;
}

.homeBanner .carousel-caption {
    right: inherit;
    text-align: left;
    /* background: rgb(1 48 136 / 50%); */
    /* color: #fff; */
    /* padding: 20px; */
    width: 50%;
    bottom: 22%;
    left: 13%;
}

.homeBanner .carousel-caption h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 24px;
    /* text-transform: uppercase; */
    color: #f17732;
    font-family: 'Jost', sans-serif;
    margin-bottom: 20px;
}

.homeBanner .carousel-caption p {
    font-style: normal;
    font-weight: 800;
    font-size: 70px;
    line-height: 80px;
    text-transform: capitalize;
    color: #141417;
    margin: 00;
}

.homeBannerArea .carousel-item img {
    height: 600px;
}

.mrgNone {
    margin: 0;
}

.paddingNone {
    padding: 0;
}

.homeFetures {
    background: #fff;
    padding: 59px 70px 70px 70px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
    border-radius: 20px;
}

.homeService {
    text-align: center;
    padding: 40px 42px;
    /* box-shadow: 0px 4px 14px -4px rgba(0, 0, 0, 0.24); */
    background: #f6f7f8;
    border-radius: 6px;
    transition: all 500ms ease;
}

.homeServiceDiv {
    position: relative;
}

.homeServiceDiv .shape-layer {
    position: absolute;
    left: -120px;
    top: 5px;
    width: 231px;
    height: 231px;
    background-repeat: no-repeat;
    z-index: -1;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
}

.homeServiceDiv .shape-layer-two {
    position: absolute;
    right: -74px;
    bottom: 5px;
    width: 231px;
    height: 231px;
    background-repeat: no-repeat;
    z-index: -1;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
}

.homeService img {
    width: 113px;
}


/* .homeService.oneDiv {
        background: #fff8e8;
    }
    
    .homeService.twoDiv {
        background: #f0fffc;
    }
    
    .homeService.threeDiv {
        background: #f3f1ff;
    }
    
    .homeService.fourDiv {
        background: #fff0f0;
    } */

.homeService h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    /* or 135% */
    text-align: center;
    text-transform: capitalize;
    color: #3b3663;
    margin: 31px 0 0 0;
}

.facilityWrap {
    padding-top: 60px;
    padding-bottom: 60px;
}

.facilityWrap h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    text-transform: capitalize;
    color: #013088;
    margin-bottom: 27px;
}

.facilityWrap h3 img {
    margin-right: 13px;
}

.facilityBox {
    padding-left: 40px;
}

.facilityWrap .list li {
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    /* identical to box height */
    color: #4E4E4E;
    margin-bottom: 13px;
    padding-left: 30px;
}

.facilityWrap .list li:before {
    position: absolute;
    content: '\f055';
    font-family: FontAwesome;
    left: 0;
    top: 0;
    color: #33D687;
}

.headStyle {
    font-style: normal;
    font-weight: 400;
    font-size: 31px;
    line-height: 27px;
    /* identical to box height, or 87% */
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 60px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 0;
    color: #000000;
    margin-bottom: 60px;
}

.countWrap {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(../images/countBg.jpg) no-repeat;
}

.countBox h3 {
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 43px;
    line-height: 64px;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 20px 0 5px 0;
}

.countBox h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0;
}

.homeAboutWrap {
    padding-top: 45px;
    padding-bottom: 95px;
    background: #f7f7f7;
}

.homeAboutWrap img {
    margin-top: 42px;
}

.homeAboutBox {
    padding: 20px 0;
    margin-top: 50px;
}

.homeAboutBox h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    /* identical to box height */
    color: #013088;
    margin-bottom: 16px;
}

.homeAboutBox p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 31px;
    /* or 172% */
    color: #4E4E4E;
}

.homeAboutBox a {
    background: #33D687;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height, or 122% */
    color: #FFFFFF;
    padding: 12px 19px;
    margin-top: 20px;
}

.homeAboutBox a:hover {
    background: #013088;
}

.whyWrap {
    background: url(../images/chooseBg.jpg) no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
}

.whyWrap .headStyle {
    color: #fff;
    margin-bottom: 105px;
}

.colMinWidth {
    flex: 0 0 20%;
    max-width: 20%;
}

.whyBox {
    background: #FFFFFF;
    border-radius: 7px;
    position: relative;
    padding: 40px 20px 25px 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    text-transform: capitalize;
    color: #284B8E;
    min-height: 273px;
}

.whyBoxCircle {
    background: #FFFFFF;
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.25);
    width: 70px;
    height: 70px;
    border-radius: 50px;
    margin: 0 auto;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #013088;
    font-family: 'Jost', sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    top: -51px;
}

.expertisWrap {
    background: url(../images/expertiseBg.jpg) no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}

.expertBox {
    background: #33D687;
    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.21);
    padding: 20px;
    min-height: 157px;
}

.expertBox.Blue {
    background: #284B8E;
}

.expertBox h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 31px;
    color: #FFFFFF;
    margin-bottom: 0;
    margin-top: 15px;
}

.expertBox h4 span {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    /* or 112% */
    color: #FFFFFF;
    display: block;
    margin-top: 6px;
}

.testimonialWrap {
    padding-top: 70px;
    padding-bottom: 100px;
    /* background: #f9f9f9; */
    /* background: #fff; */
    position: relative;
    background: #f7f7f7;
}

.testimonialWrap::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    background: url(../images/shape-6.png);
    width: 1067px;
    height: 502px;
    margin: 0 auto;
}

.testimonialWrap h2 {
    position: relative;
    font-size: 55px;
    line-height: 80px;
    font-weight: 800;
    background: -webkit-linear-gradient(0deg, #ffc28b 30%, #93ede5 70%);
    color: transparent !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background: -webkit-linear-gradient(0deg, #ffc28b 30%, #93ede5 70%);
    text-transform: uppercase;
}

.testimonialWrap h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 0;
    color: #000000;
    margin-bottom: 60px;
}

.testimonialBox {
    padding: 35px;
    box-shadow: 0px 4px 14px -4px rgba(0, 0, 0, 0.24);
    border-radius: 9px;
    background: #fff;
    margin-bottom: 20px;
}

.testimonialBox .media {
    align-items: center;
}

.testimonialBox .media img {
    border-radius: 5px;
    width: 70px;
}

.testimonialBox .bi {
    color: #f17732;
}

.testimonialBox p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #141417;
    margin-bottom: 0;
    margin-top: 20px;
    min-height: 80px;
}

.testimonialBox h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 27px;
    /* identical to box height, or 123% */
    color: #000;
    margin-bottom: 0;
    margin-left: 30px;
}

.testimonialBox h5 span {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    /* identical to box height, or 169% */
    color: rgba(40, 75, 142, 0.72);
    display: block;
}

.testimonialBox .starImg {
    margin-left: 30px;
    margin-top: 10px;
}

.testimonialWrap .carousel-indicators {
    bottom: -23%;
}

.testimonialWrap .carousel-indicators li {
    background: #adadad;
}

.testimonialWrap .carousel-indicators .active {
    background: #F17732;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    margin-right: 6px;
    margin-left: 6px;
}

.associateWrap {
    background: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}

.associateWrap .headStyle {
    text-transform: unset;
    font-size: 24px;
}

.associateLogo {
    text-align: center;
    background: #f7f7f7;
    padding: 10px;
    border-radius: 6px;
    /* height: 150px; */
    margin-bottom: 25px;
}

/* .associateLogo img {
    width: 100%;
} */

.logoWrap .associateLogo {
    background: #fff;
}

.logoWrap .associateLogo img {
    width: auto;
}

.associateLogo>h3 {
    font-style: normal!important;
    font-weight: 400;
    font-size: 16px!important;
    line-height: 20px!important;
    color: #000000!important;
    margin: 10px 0!important;
    text-transform: capitalize;
}

.associateWrap .carousel-indicators {
    bottom: -57px;
}

.associateWrap .carousel-indicators li {
    background: #adadad;
}

.associateWrap .carousel-indicators .active {
    background: #F17732;
}

.appointmentForm {
    padding-top: 20px;
}

.appointmentForm h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 46px;
    color: #013088;
    margin-bottom: 16px;
}

.appointmentForm .form-control {
    background: #FFFFFF;
    border: 1px solid rgb(1 48 136 / 11%);
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #8d8d8d;
    height: 43px;
    margin-bottom: 25px;
}

.appointmentForm .form-control.textArea {
    height: 177px;
}

.appointmentForm .btn-primary {
    background: #33D687;
    border-radius: 4px;
    border: none;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    /* identical to box height */
    color: #FFFFFF;
    padding: 7px 40px;
}

.appointmentForm .btn-primary:hover {
    background: #284B8E;
}

.timeWrap {
    background: #013088;
    padding-top: 55px;
    padding-bottom: 55px;
    color: #fff;
    background: url(../images/timeBg.jpg) no-repeat;
    background-size: cover;
}

.timeBox h2 {
    padding: 27px 30px 23px 40px;
    background-color: #F17732;
    border-radius: 20px 20px 0px 0px;
    margin: 0;
}

.timeBoxIn {
    padding: 34px 30px 35px 40px;
    background-color: #111821;
    border-bottom: #FFFFFF3D solid 1px;
}

.timeBoxIn ul li {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
}

.timeBoxIn ul li:last-child {
    margin-bottom: 0;
}

.timeBoxInBottom {
    padding: 34px 30px 35px 40px;
    background-color: #111821;
    border-radius: 0px 0px 20px 20px;
}

.timeBoxInBottom h3 {
    color: #FFFFFF;
    font-family: "Jost", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 30px;
}

.timeBoxInBottom ul li {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
}

.timeBoxInBottom ul li .bi {
    color: #F17732;
    margin-right: 10px;
}

.timeBoxInBottom ul li a {
    color: #fff;
}

.timeBoxInBottom ul li:last-child {
    margin-bottom: 0;
}

footer {
    background: #111821;
    padding-top: 45px;
    color: #FFFFFF;
    position: relative;
}

footer h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

footer h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
}

footer h5 span {
    display: block;
    font-size: 16px;
    margin-top: 8px;
}

.footerAbout a {
    line-height: 30px;
}

.readMore {
    color: #e27e3b;
}

.footerAbout p {
    margin-bottom: 10px;
}

.footerAbout .media {
    align-items: baseline;
    margin-bottom: 10px;
}

.footerAbout h4 {
    margin-bottom: 15px;
}

.footerAbout .media .bi {
    margin-right: 15px;
}

.footerLogo {
    width: 170px;
    margin-bottom: 10px;
}

footer a {
    color: #FFFFFF;
}

footer a:hover {
    color: #c7c7c7;
}

footer a .bi {
    margin-right: 15px;
}

.footerLinks li {
    /* display: inline-block;
    width: 32%; */
    margin-bottom: 17px;
    position: relative;
    padding-left: 18px;
}

.footerLinks li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background: #33D687;
    border-radius: 1px;
    width: 8px;
    height: 2px;
}

.copyText {
    border-top: 1px solid #696969;
    margin-top: 10px;
    padding-top: 15px;
}

.copyTextRgt {
    text-align: right;
}


/* internal css */

.internalBanner .carousel-item img {
    height: 300px;
}

.internalBanner .carousel-caption {
    bottom: 90px;
}

.internalBanner .carousel-caption h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 60px;
    color: #FFFFFF;
    margin: 0;
}

.aboutWrap {
    background: url(../images/aboutBg.jpg) no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}

.aboutWrapTwo {
    background: url(../images/aboutBg1.jpg) no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}

.aboutWrap img {
    width: 100%;
    filter: drop-shadow(-8px 8px 34px rgba(0, 0, 0, 0.17));
}

.aboutText h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height */
    color: #4E4E4E;
    margin-bottom: 8px;
}

.aboutText h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: #F17732;
    margin-bottom: 20px;
}

.aboutText p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    /* or 189% */
    color: #202020;
    margin-bottom: 30px;
}

.aboutText h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    /* or 142% */
    color: #000000;
    margin: 0;
}

.educationImg {
    background: url(../images/educationImg.jpg) no-repeat;
    width: 100%;
    height: 493px;
    text-align: center;
}

.educationImg h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 34px;
    /* identical to box height, or 77% */
    color: #FFFFFF;
}

.educationImgIn {
    display: grid;
    height: 100%;
    width: 100%;
    align-items: center;
}

.educationText {
    background: #F17732;
    color: #fff;
    padding: 40px 50px;
    height: 493px;
}

.listStyle li {
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    padding-left: 39px;
    margin-bottom: 25px;
}

.listStyle li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 3px;
    background: url(../images/tick.png);
    width: 18px;
    height: 19px;
}

.experienceText {
    color: #202020;
    padding: 25px 60px;
}

.experienceText h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 33px;
    line-height: 49px;
    /* or 117% */
    color: #F17732;
    margin-bottom: 30px;
}

.experienceText .listStyle li::before {
    background: url(../images/tickBlue.png);
}

.experienceImg {
    height: 460px;
}

.teamWrap {
    background: url(../images/teamBg.jpg) no-repeat;
    background-position: top;
    padding-top: 60px;
    padding-bottom: 60px;
}

.teamWrap h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 49px;
    /* or 117% */
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 70px;
}

.teamBox {
    background: #FFFFFF;
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.17);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 35px;
}

.teamBox p {
    font-size: 17px;
    margin-bottom: 0;
    color: #6e6e6e;
}

.teamBox img {
    width: 100%;
}

.teamBox h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    /* identical to box height */
    letter-spacing: 0.01em;
    /* color: #013088; */
    margin: 0;
}

.teamBox h3 span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    letter-spacing: 0.01em;
    color: #202020;
    display: block;
    margin-top: 5px;
}

.teamBox h4 {
    font-size: 22px;
    margin-bottom: 13px;
}

.teamHead {
    padding: 20px;
    text-align: center;
}

.staffWrap {
    padding: 40px 0 70px 0;
}

.staffWrap h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 49px;
    /* or 117% */
    text-align: center;
    color: #F17732;
    margin-bottom: 70px;
}

.schedulesBox {
    background: #F17732;
    padding-top: 40px;
    padding-bottom: 40px;
}

.schedulesBoxIn {
    position: relative;
    /* left: -126px; */
}

.schedulesBox h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 49px;
    /* or 117% */
    color: #FFFFFF;
    margin-bottom: 125px;
    text-align: center;
}

.opdBox {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 33px 18px 20px 18px;
    position: relative;
}

.opdImg {
    margin-top: -107px;
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.17);
    background: #fff;
    border-radius: 100px;
    width: 75px;
}

.opdBox h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 20px;
}

.opdBox h4 span {
    display: block;
    font-size: 17px;
}

.opdBox .media {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #4E4E4E;
    margin-bottom: 17px;
}

.opdBox .media:last-child {
    margin-bottom: 0;
}

.opdBox .media .bi {
    margin-right: 15px;
    color: #F17732;
}

.servicesWrap {
    background: #F3F3F3;
    margin-top: 30px;
    position: relative;
}

.servicesText {
    padding: 42px;
}

.servicesText h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 52px;
    color: #F17732;
    margin-bottom: 30px;
}

.servicesText .listStyle li::before {
    background: url(../images/tickBlue.png);
}

.servicesText .listStyle li {
    margin-bottom: 18px;
}

.appoinmentWrap {
    background: #F17732;
    padding-top: 70px;
    padding-bottom: 70px;
    color: #fff;
}

.appoinmentWrap h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
    /* identical to box height */
    color: #FFFFFF;
}

.appoinmentWrap h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* or 117% */
    color: #FFFFFF;
    margin: 0;
}

.appoBtn {
    text-align: right;
}

.appoinmentWrap a {
    background: #111821;
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    /* identical to box height, or 110% */
    color: #FFFFFF;
    padding: 15px 33px;
}

.appoinmentWrap a:hover {
    background: #202020;
}

.appoinmentWrap a .bi {
    margin-left: 13px;
}

.galleyWrap {
    background: #F3F3F3;
    margin-top: 30px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.contactWrap {
    background: url(../images/contactBg.jpg) no-repeat;
    background-position: top center;
    padding-top: 55px;
    margin-bottom: 40px;
}

.contactWrap h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 36px;
    text-transform: capitalize;
    color: #f17732;
    text-align: center;
    margin-bottom: 24px;
}

.contactBox {
    background: #FFFFFF;
    box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.13);
    border-radius: 4px;
    padding: 30px;
}

.contactDetail ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #4E4E4E;
    margin-bottom: 40px;
}

.contactDetail ul li p {
    font-size: 16px;
}

.contactDetail ul li p a {
    color: #4E4E4E;
}

.contactDetail ul li img {
    margin-bottom: 15px;
}

.contactForm .form-group {
    margin-bottom: 20px;
}

.contactForm .form-group .form-control {
    background: #FFFFFF;
    border: 1px solid rgb(1 48 136 / 17%);
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    color: #4E4E4E;
    padding: 7px 15px;
}

.contactForm .form-group .btn-primary {
    background: #f17732;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    padding: 5px 35px;
    /* width: 152px;
    height: 43px; */
    border: #f17732 solid 1px;
}

.contactForm .form-group .btn-primary:hover {
    background: #013088;
    border: #013088 solid 1px;
}

.galleryTab {
    text-align: center;
    margin-bottom: 4px;
}

.galleyWrap .filter-button {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #F17732;
    border: none;
    background: #ffffff;
    padding: 7px 30px;
    /* border-right: #f1f1f1 solid 1px; */
    border-radius: 0;
}

.galleyWrap .filter-button:hover {
    color: #fff;
    background: #F17732;
    border: none;
}

.galleyWrap .btn-default:active .filter-button:active {
    color: #fff;
    background: #F17732;
}

.galleyWrap .gallery_product {
    margin-bottom: 30px;
}

.galleyWrap .galleryList {
    background: #FFFFFF;
    box-shadow: 0px 20px 18px rgba(0, 0, 0, 0.07);
    padding: 40px;
}

.gallery_product img {
    width: 100% !important;
    height: 208px;
}

.facilityMiddle {
    background: #f8f8f8;
    padding: 60px 0;
}

.facilityMiddle p {
    font-size: 16px;
    line-height: 27px;
    color: #000;
}

.facilityMiddle h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #F17732;
    margin-bottom: 16px;
}

.facilityMiddle h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #F17732;
    margin-bottom: 16px;
}

.ulListStyle li {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    padding-left: 22px;
    margin-bottom: 10px;
    color: #000;
}

.ulListStyle li::before {
    position: absolute;
    content: '\f101';
    font-family: FontAwesome;
    left: 0;
    top: 0;
    color: #E65100;
}


/* .dropDownWrap {
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
} */

.blogWrap {
    position: relative;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .09);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.blogWrap .blogWrapText {
    position: relative;
    padding: 20px;
    height: 190px;
}

.blogWrap .blogWrapText h5 {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 15px;
    /* margin-top: -42px; */
    background: #33d687;
    display: inline-block;
    position: absolute;
    top: -38px;
    padding: 5px 10px;
    margin: 0;
    padding: 6px 15px;
    background-color: #fff;
    border-radius: 30px;
    color: #F17732;
    text-align: center;
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.17);
}

.blogWrap .blogWrapText h4 {
    color: #2c3038;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
}

.blogWrap .blogWrapText p {
    margin-bottom: 12px;
    line-height: 19px;
}

.blogWrap .blogWrapText a {
    color: #F17732;
    font-weight: 500;
}

.blogWrap .blogWrapText a:hover {
    padding-left: 10px;
}

.blogWrap img {
    width: 100%;
    height: 250px;
}

.blogDetail {
    padding-right: 40px;
    border-right: #e3e3e3 solid 1px;
}

.blogDetail .blogImg {
    width: 100%;
    border-radius: 15px;
    height: 400px;
    margin-bottom: 30px;
}

.blogDetail h2 {
    font-size: 25px;
    margin-bottom: 15px;
}

.blogRight h2 {
    font-size: 19px;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
}

.blogRight ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: #e3edff solid 1px;
}

.blogRight ul li a {
    color: #2c3038;
    font-size: 16px;
    font-weight: 500;
    display: block;
    position: relative;
    padding-left: 25px;
}

.blogRight ul li a:hover {
    padding-left: 30px;
}

.blogRight ul li a:before {
    position: absolute;
    content: '\f055';
    font-family: FontAwesome;
    left: 0;
    top: 0;
    color: #33D687;
}

.processText h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #013088;
    margin-bottom: 16px;
}

.processImg img {
    -webkit-box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
    box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
}

.processBox {
    padding-bottom: 60px;
    border-bottom: #ececec solid 1px;
    margin-bottom: 60px;
}

.missionWrap {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f9f8ff;
}

.missionWrap h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    color: #F17732;
    margin-bottom: 16px;
}

.missionWrap p {
    font-size: 16px;
    line-height: 27px;
    color: #000;
}

.departmentWrap {
    background: #f9f9f9;
    padding-top: 40px;
    padding-bottom: 40px;
}

.departMentBox {
    /* overflow: auto; */
    /* margin-bottom: 30px; */
    position: relative;
}

.departMentBox::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: #00000040;
    z-index: 99;
    border-radius: 6px;
}

.departMentBox img {
    width: 100%;
    box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.24);
    border-radius: 6px;
}

.departMentBox h3 {
    font-size: 18px;
    font-weight: 400;
    color: #fffbf9;
    margin: 0;
    position: absolute;
    bottom: 18px;
    z-index: 99999;
    left: 30px;
}

.servicesBg {
    padding-top: 60px;
    padding-bottom: 60px;
    /*  */
    /* background: #f2f4f5; */
    background: url(../images/homebg1.jpg) no-repeat;
    /* background-size: cover; */
    position: relative;
}

.servicesBg::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/shape-5.png);
    width: 440px;
    height: 466px;
}

.servicesDiv {
    position: relative;
    z-index: 99;
}

.servicesBg h2 {
    position: relative;
    font-size: 55px;
    line-height: 80px;
    font-weight: 800;
    background: -webkit-linear-gradient(0deg, #ffc28b 30%, #93ede5 70%);
    color: transparent !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background: -webkit-linear-gradient(0deg, #ffc28b 30%, #93ede5 70%);
    text-transform: uppercase;
}

.servicesBg h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 0;
    color: #ffffff;
    margin-bottom: 60px;
}

.servicesBg .carousel-control-prev {
    top: inherit;
    bottom: -37px;
    width: inherit;
    opacity: 1;
    background: #013088;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.14);
    width: 35px;
    height: 35px;
    border-radius: 50px;
    left: 45%;
    font-size: 18px;
}

.servicesBg .carousel-control-next {
    top: inherit;
    bottom: -37px;
    width: inherit;
    opacity: 1;
    background: #013088;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.14);
    width: 35px;
    height: 35px;
    border-radius: 50px;
    right: 45%;
    font-size: 18px;
}


/* .servicesWhiteWrap {
    border-radius: 30px 30px 0px 0px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
    background: #f7f7f7;
    padding: 40px 40px 10px 40px;
} */

.serviceBox {
    padding: 30px 20px;
    font-size: 17px;
    color: #6e6e6e;
    position: relative;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0px 2px 27px -10px rgb(0 0 0 / 18%);
}

.serviceBox h4 {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 20px;
}

.serviceBox p {
    margin: 0;
}

.serviceBox a {
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    color: #f17732;
}

.serviceImg {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background: #f3f3f3;
    border-radius: 100px;
    text-align: center;
    padding-top: 12px;
}

.chooseBg {
    padding-top: 60px;
    padding-bottom: 80px;
    background: #f2f4f5;
    background-size: cover;
    position: relative;
}

.chooseBg::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/shape-5.png);
    width: 440px;
    height: 466px;
}

.chooseBg h2 {
    position: relative;
    font-size: 55px;
    line-height: 80px;
    font-weight: 800;
    background: -webkit-linear-gradient(0deg, #ffc28b 30%, #93ede5 70%);
    color: transparent !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background: -webkit-linear-gradient(0deg, #ffc28b 30%, #93ede5 70%);
    text-transform: uppercase;
}

.chooseBg h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 0;
    color: #000000;
    margin-bottom: 60px;
}

.blogBg {
    padding-top: 60px;
    padding-bottom: 80px;
    background: #fff;
    background-size: cover;
    position: relative;
}

.blogBg h2 {
    position: relative;
    font-size: 55px;
    line-height: 80px;
    font-weight: 800;
    background: -webkit-linear-gradient(0deg, #ffc28b 30%, #93ede5 70%);
    color: transparent !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background: -webkit-linear-gradient(0deg, #ffc28b 30%, #93ede5 70%);
    text-transform: uppercase;
    margin-bottom: 60px;
}

.blogBox {
    background: #FFFFFF;
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.17);
    border-radius: 10px;
    overflow: hidden;
    /* margin-bottom: 35px; */
    position: relative;
}

.blogBox .blogSpan {
    position: absolute;
    padding: 6px 15px;
    background-color: #fff;
    border-radius: 30px;
    color: #F17732;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 20px;
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.17);
}

.blogBox .blogSpanTwo {
    padding: 6px 15px;
    background-color: #fff;
    border-radius: 30px;
    color: #F17732;
    text-align: center;
    position: absolute;
    top: 45%;
    right: 20px;
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.17);
}

.blogBox p {
    font-size: 17px;
    margin-bottom: 0;
}

.blogBox img {
    width: 100%;
}

.blogBox h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    /* identical to box height */
    letter-spacing: 0.01em;
    color: #013088;
    margin: 0;
}

.blogBox h3 span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    letter-spacing: 0.01em;
    color: #202020;
    display: block;
    margin-top: 5px;
}

.blogBox img {
    height: 200px;
    width: 100%;
}

.blogHead {
    padding: 20px;
    text-align: left;
    color: #6e6e6e;
}

.blogHead h4 {
    color: #000;
    font-size: 18px;
    margin-bottom: 13px;
    min-height: 64px;
}

.blogHead a {
    color: #F17732;
    display: inline-block;
    margin-top: 10px;
}

.wrapper {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.carouselSlickS {
    width: 90%;
    margin: 0px auto;
}

.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev,
.slick-next {
    background: #000;
    border-radius: 15px;
    border-color: transparent;
}

.card {
    border: 0;
    box-shadow: 1px 1px 15px #ccc;
    border-radius: 6px;
}

.card-body {
    background: #fff;
    width: 100%;
    vertical-align: top;
    padding: 0;
    border-radius: 6px;
}

.card-content {
    text-align: left;
    color: #333;
    padding: 0;
    border-radius: 6px;
}

.card-text {
    font-size: 14px;
    font-weight: 300;
}

.departmentWrap .slick-dots li {
    margin: 0 5px;
    text-align: center;
}

.departmentWrap .slick-dots li button {
    width: inherit;
    height: inherit;
    padding: 0;
}

.departmentWrap .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 12px;
    height: 12px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    background: #013088;
    border-radius: 50px;
}

.departmentWrap .slick-dots li.slick-active button:before {
    width: 20px;
    height: 12px;
}

.homeAboutImg {
    position: relative;
}

.homeAboutImg img {
    width: 410px;
    border-radius: 10px;
}

.homeAboutText {
    width: 150px;
    height: 150px;
    padding: 33px 20px;
    text-align: center;
    border-radius: 35px;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.20);
    background: #f17732;
    position: absolute;
    right: 82px;
    bottom: -23px;
}

.homeAboutText h3 {
    margin: 0;
    color: #fff;
    font-size: 41px;
    font-weight: 600;
    line-height: 20px;
}

.homeAboutText h3 span {
    display: block;
    font-size: 18px;
    padding-top: 20px;
    font-weight: 500;
}

.homeAboutDetail {
    padding-top: 100px;
    color: #6e6e6e;
    font-size: 18px;
}

.homeAboutDetail h2 {
    font-size: 40px;
    line-height: 53px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000;
}

.pharmacyWrap {
    background: #013088;
    padding-top: 55px;
    padding-bottom: 55px;
    color: #fff;
    background: url(../images/pharmacyBg.jpg) no-repeat;
    background-size: cover;
}

.pharmacyWrap h2 {
    position: relative;
    font-size: 40px;
    line-height: 80px;
    font-weight: 800;
    background: -webkit-linear-gradient(0deg, #ffc28b 30%, #93ede5 70%);
    color: transparent !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background: -webkit-linear-gradient(0deg, #ffc28b 30%, #93ede5 70%);
    text-transform: uppercase;
}

.pharmacyWrap p {
    color: #000;
    font-size: 22px;
}



@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        margin-top: 0;
    }
    .navbar .nav-item:hover .nav-link {
        color: #f76e11;
    }
    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }
    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }
    .navbar .nav-item:hover .dropdown-menu {
        transition: 0.3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
        background: #000;
        padding: 10px 20px;
    }
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
}


/* responsive */

@media (max-width:1024px) {

}


@media all and (min-width: 992px) {}


@media (max-width:991px) {
    .topHeader {
        display: none;
    }

    .homeBanner .carousel-caption p {
        font-size: 34px;
        line-height: 36px;
    }

    .homeFetures {
        padding: 20px;
    }

    .homeService {
        padding: 20px;
    }

    .homeAboutImg img {
        width: 100%;
        margin-top: 0;
    }

    .homeAboutDetail {
        padding-top: 0;
    }

    .homeAboutDetail h2 {
        margin-bottom: 16px;
    }

    .serviceBox {
        padding: 10px;
    }  
    
    .servicesBg h2 {
        font-size: 42px;
        line-height: 74px;
    }
    .chooseBg h2{
        font-size: 42px;
        line-height: 74px;
    }

    .testimonialWrap h2 {
        font-size: 42px;
        line-height: 74px;
    }

    .teamHead {
        padding: 14px;
    }

    .teamBox h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .testimonialWrap h3 {
        font-size: 25px;
    }

    .testimonialBox {
        padding: 20px;
    }

    .testimonialBox .media img {
        width: 58px;
    }

    .testimonialBox h5 {
        font-size: 16px;
        line-height: 19px;
        margin-left: 10px;
    }

    .testimonialBox p {
        font-size: 15px;
        line-height: 22px;
    }

    .blogBg h2 {
        font-size: 42px;
        line-height: 74px;
    }

    .blogBox img {
        height: auto;
    }

    .blogHead h4 {
        font-size: 16px;
        margin-bottom: 10px;
        min-height: inherit;
    }

    .blogBox p {
        font-size: 15px;
    }
    
    .opdBox {
        margin-bottom: 76px;
    }

    .testimonialWrap::before {
        width: 100%;
    }

    .countBox h3 {
        font-size: 38px;
        line-height: 50px;
    }

    .navbar-nav .dropdown-menu {
        border: none;
    }

    .dropdown-menu .dropdown-item {
        background: #fff;
        color: #000;
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        border-bottom: #ededed solid 1px;
    }

    .internalBanner .carousel-item img {
        height: auto;
    }

    .internalBanner .carousel-caption {
        bottom: 20px;
    }

    .experienceImg {
        height: auto;
    }

    .appoinmentWrap h3 {
        font-size: 25px;
    }

    .appoinmentWrap a {
        padding: 12px 14px;
    }

    .experienceText {
        color: #202020;
        padding: 20px;
    }

    .listStyle li {
        margin-bottom: 12px;
    }

    .experienceText h3 {
        margin-bottom: 15px;
    }
    .educationText {
        height: auto;
    }

    .galleyWrap .galleryList {
        padding: 20px;
    }

    .gallery_product img {
        height: 120px;
    }

    .blogWrap img {
        width: 100%;
        height: 170px;
    }

    .blogWrap .blogWrapText h4 {
        color: #2c3038;
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 15px;
    }
    
}

@media (max-width:767px) {
    .homeBanner .carousel-caption {
        left: 17%;
        bottom: 0;
    }

    .homeBanner .carousel-caption p {
        font-size: 28px;
        line-height: 36px;
    }

    .homeService {
        margin-bottom: 20px;
    }

    .homeAboutDetail {
        padding-top: 26px;
    }

    .homeAboutDetail h2 {
        font-size: 28px;
        margin-bottom: 5px;
    }

    .homeAboutWrap  {
        padding-bottom: 35px;
    }

    .servicesBg {
        background-size: cover;
        padding-bottom: 40px;
    }

    .chooseBg h2 {
        font-size: 35px;
        line-height: 50px;
    }

    .teamBox h4 {
        font-size: 22px;
    }

    .pharmacyWrap h2 {
        font-size: 30px;
        line-height: 48px;
    }

    .associateLogo img {
        width: auto;
    }

    .testimonialWrap h2 {
        font-size: 30px;
        line-height: 50px;
    }

    .testimonialWrap h3 {
        font-size: 18px;
    }

    .testimonialBox h5 {
        font-size: 20px;
        margin-left: 20px;
    }

    .testimonialBox p {
        font-size: 18px;
        min-height: inherit;
    }
    .testimonialBox .media img {
        width: 70px;
    }

    .testimonialWrap .carousel-indicators {
        bottom: -54px;
    }

    .countWrap {
        background-size: cover;
    }

    .countBox {
        margin-bottom: 50px;
    }

    .blogBg h2 {
        font-size: 35px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    .blogBox {
        margin-bottom: 30px;
    }

    .schedulesBox h3 {
        margin-bottom: 60px;
    }

    .servicesBg h2 {
        font-size: 35px;
        line-height: 50px;
    }
    .servicesBg h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .internalBanner .carousel-caption h2 {
        font-size: 28px;
    }

    .internalBanner .carousel-caption {
        bottom: 9px;
    }

    .educationText {
        padding: 20px;
    }

    .appoBtn {
        text-align: left;
        margin-top: 26px;
    }

    .appoinmentWrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .gallery_product img {
        height: 155px;
    }

    .blogWrap img {
        height: auto;
    }

    .blogWrap .blogWrapText {
        height: auto;
    }

    .blogDetail {
        border-right:none;
        border-bottom: #e3e3e3 solid 1px;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .blogDetail h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .blogDetail .blogImg {
        height: auto;
    }

    .homeAboutText {
        padding: 32px 10px;
        right: 22px;
    }

    .footerLogo {
        width: 100%;
    }    

    .socialIcon {
        margin-top: 10px;
    }

    .copyTextRgt {
        text-align: left;
    }

    footer h4 {
        margin-bottom: 8px;
    }

    .footerLinks li {
        margin-bottom: 10px;

    }

    .appoinmentWrap h3 {
        font-size: 21px;
    }

    .copyText p {
        margin: 0;
    }

    .timeBox h2 {
        font-size: 24px;
    }

}


@media (max-width:580px) {
    .homeBanner .carousel-caption h2 {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 6px;
    }
    .homeBanner .carousel-caption p {
        font-size: 19px;
        line-height: 20px;
    }

    .homeBanner .carousel-control-prev {
        display: none;
    }

    .homeBanner .carousel-control-next {
        display: none;
    }

    .homeBanner .carousel-caption {
        left: 8%;
    }

    .servicesBg h2 {
        font-size: 26px;
        line-height: 42px;
    }

    .chooseBg h2 {
        font-size: 26px;
        line-height: 42px;
    }

    .chooseBg h3 {
        font-size: 20px;
        line-height: 9px;
        margin-bottom: 40px;
    }

    .pharmacyWrap h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .pharmacyWrap p {
        color: #000;
        font-size: 17px;
    }

    .testimonialWrap h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .blogBg h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .schedulesBox h3 {
        font-size: 30px;
    }

    .rightFixedMenu ul li img {
        width: 50px;
    }
    .internalBanner .carousel-caption {
        bottom: 8px;
        padding: 0;
        left: 5%;
        right: 5%;
    }

    
    .internalBanner .carousel-caption h2 {
        font-size: 22px;
    }

    .educationImg {
        height: 264px;
        background-size: cover;
    }

    
    .gallery_product img {
        height: auto;
    }

    .galleyWrap .filter-button {
        padding: 7px 27px;
    }
}