/* body*/

body {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    color: #5C5C5C;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

body .container {
    width: 1200px;
}

body .innr-banner {
    padding: 0px;
}


/*body p {
    font-size: 15px;
}*/

.txt-green {
    color: #27683A;
}

.txt-black {
    color: #263238 !important;
}

.txt-liteGreen {
    color: #16CD7F;
}


/*bg*/

.bg-white {
    background-color: #fff;
}

.bg-orange {
    background-color: #F75010;
}

.bg-orange-lite {
    background-color: #FB6B01;
}

.bg-purple {
    background-color: #3D2F66;
}

.bg-soft-green {
    background-color: #56C596;
}

.bg-blue {
    background-color: #0067C7;
}

.bg-liteGreen {
    background-color: #16CD7F;
}

.bg-green-pista {
    background-color: #18E068;
}

.bg_liteGray {
    background-color: #F6F6F6;
}

.img-100 {
    width: 100%;
}

.bdr1-lite-gray {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.bdr1-white {
    border-top: 1px solid #FFF;
}

.fw-600 {
    font-weight: 600;
}


/*height*/

.h-2 {
    height: 2px;
}

.icon-list-col {
    margin: 0px;
    padding: 0px;
}

.icon-list-col li {
    margin: 0px;
    padding: 5px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px !important;
}

.icon-list-col li a {
    display: block;
    color: #5C5C5C;
    border: 1px solid #DDD;
    text-decoration: none;
    border-radius: 4px;
    display: block;
    padding: 13px;
    width: 100%;
    font-weight: 500;
}

.icon-list-col li a i {
    padding-right: 10px;
}

.icon-list-col li a:hover {
    border-color: #9CCCEE;
    background-color: #E4F1FA;
}

.header-social a {
    color: #FFF !important;
    border: 0px;
    text-decoration: none;
}

form {
    font-weight: 200 !important;
}


/*padding*/

.p-b20 {
    padding-bottom: 20px;
}

.p-b30 {
    padding-bottom: 30px;
}

.p-t20 {
    padding-top: 20px;
}

.p-t10 {
    padding-top: 10px;
}

.p-t30 {
    padding-top: 30px;
}

.p-t40 {
    padding-top: 40px;
}

.p-t50 {
    padding-top: 50px;
}

.p-t60 {
    padding-top: 60px;
}

.p-t100 {
    padding-top: 100px;
}

.p-y50 {
    padding-top: 60px;
    padding-bottom: 50px;
}

.p-y20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-y100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.p-b50 {
    padding-bottom: 60px;
}

.p-b10 {
    padding-bottom: 10px;
}

.p-b20 {
    padding-bottom: 20px;
}


/* content*/

.N-text {
    font-size: 15px;
    font-weight: 100;
    color: #5C5C5C;
}

h1 {
    color: #288644;
    padding-bottom: 20px !important;
}

h4 {
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #464646;
}

h1 {
    color: #FB6B01;
}


/*bdr-gray*/

.bdr-gray {
    border: 1px solid #EDEDED;
}


/* icon size*/

.ico-3 {
    font-size: 2rem;
}


/* buttons*/

.btn-orange {
    background-color: #FB6B01;
    font-weight: 400;
    color: #fff;
}

.btn-orange:hover {
    color: #fff;
    background-color: #F75010;
}


/* font color*/

.f-g {
    color: #27683A;
}

.f-w {
    color: #fff !important;
}

.f-b {
    color: #263238;
}

.fw-600 {
    font-weight: 600;
}


/*font size*/

.fz-60 {
    font-size: 60px;
}

.fz-34 {
    font-size: 34px;
}

.fz-13 {
    font-size: 13px;
}


/*section header*/

section.header .social {
    float: right !important;
}

section.header .container-fluid {
    padding: 0px;
}

section.header .greenbar {
    background-color: #27683A;
    color: #fff;
}

section.header .greenbar a {
    color: #fff !important;
    text-decoration: none !important;
}

section.header .greenbar span {
    display: inline-block;
    padding: 0px 10px;
    font-size: 14px;
}

section.header .greenbar i {
    margin-left: 4px;
}

section.header .navbar .px-5 {
    padding-right: 0px !important;
}

section.header .navbar .navbar-brand {
    padding: 0px;
    margin: 0px;
    margin-top: -30px;
    background-color: #fff;
}

section.header .navbar .navbar-toggler {
    background-color: #8DAE3B;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 2px 6px;
    color: #fff;
    margin-top: 10px;
}

section.header .navbar a {
    color: #464646;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding-right: 15px !important;
}

section.header .navbar a:hover {
    color: #F20000;
}

section.header .navbar a.active {
    color: #F20000;
}

section.middle-content .success-story {
    background: url(../images/bg_story.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

section.middle-content .success-story h3 {
    padding-bottom: 20px;
}

section.middle-content .success-story .story-auther {
    padding-top: 20px;
}

section.middle-content .carousel-indicators [data-bs-target] {
    position: relative;
    width: 10.2px;
    height: 10px;
    border-radius: 50%;
    background-color: #F75010;
}

section.middle-content .story-thumb {
    position: relative;
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    margin-left: 2px;
    margin-right: 10px;
}

section.middle-content .story-thumb img {
    border-radius: 50%;
    border: 2px solid #fff;
    outline: 2px solid #F75010;
}

section.middle-content .story-name {
    font-weight: 500;
    color: #263238;
}

section.middle-content .story-name i {
    font-size: 13px;
    color: #F75010;
    text-decoration: none;
}

section.middle-content .partners-logo img {
    padding: 10px 6px;
    margin-bottom: 20px;
}

section.middle-content .owl-slide {
    width: 85%;
}

section.middle-content .owl-slide img {
    margin-bottom: 20px;
}

section.middle-content .owl-slide h5 {
    font-size: 20px;
    color: #0A019C;
    font-weight: 600;
}

section.middle-content .owl-slide .dr-in {
    color: #03B2D1;
    font-size: 14px;
    font-weight: 500;
}

section.middle-content .owl-slide a {
    text-decoration: none;
    color: #27683A;
    font-weight: 500;
}

section.middle-content .owl-slide a i {
    color: #F75010;
}

section.middle-content .owl-dots {
    padding-top: 25px;
}

section.middle-content .dp-box {
    background-color: #F6F6F6 !important;
    padding: 20px;
    padding-top: 50px;
}

section.middle-content .dp-box a {
    width: 155px;
    margin: 10px auto;
    display: block;
    padding: 10px 15px;
    border-radius: 6px;
    text-decoration: none;
    color: #47CACC;
    font-size: 15px;
    font-weight: 600;
}

section.middle-content .dp-box a i {
    color: #F75010;
    margin-left: 10px;
}

section.middle-content .dp-box i.main {
    font-size: 60px !important;
}

section.middle-content .dp-box:hover {
    background-color: #F6F6F6 !important;
    padding: 20px;
    padding-top: 50px;
    background-color: #16CD7F !important;
    color: #fff;
}

section.middle-content .dp-box:hover h4 {
    color: #fff;
}

section.middle-content .dp-box:hover a {
    color: #27683A;
    background-color: #fff;
    font-size: 15px;
}

section.middle-content .dp-box:hover a i {
    color: #F75010;
    margin-left: 10px;
}

section.middle-content .dd-leftnav {
    background-color: #F6F6F6;
}

section.middle-content .dd-leftnav h5 {
    color: #27683A;
    padding: 10px;
}

section.middle-content .dd-leftnav ul {
    margin: 0px;
    padding: 0px;
}

section.middle-content .dd-leftnav ul li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    list-style-position: outside;
    padding-top: 4px;
    padding-bottom: 4px;
}

section.middle-content .dd-leftnav ul li a {
    display: block;
    text-decoration: none;
    border-radius: 6px;
    color: #5C5C5C;
    padding: 13px;
    padding-left: 20px;
    background-size: 30px !important;
}

section.middle-content .dd-leftnav ul li a i.left {
    margin-right: 10px;
}

section.middle-content .dd-leftnav ul li a i.right {
    float: right;
    color: #F75010;
    margin-top: 5px;
}

section.middle-content .dd-leftnav ul li a:hover {
    background-color: #16CD7F !important;
    color: #fff;
}

section.middle-content .dd-leftnav ul li a:hover i {
    color: #fff;
}

section.middle-content .dd-leftnav ul li a.active {
    background-color: #16CD7F !important;
    color: #fff;
}

section.middle-content .dd-leftnav ul li a.active i.right {
    color: #fff;
}

section.middle-content .opening-hours {
    background: rgb(31, 190, 200);
    background: linear-gradient(180deg, rgba(31, 190, 200, 1) 0%, rgba(104, 221, 171, 1) 100%);
    font-weight: 500;
    position: relative;
    flex-direction: column;
    overflow: hidden;
}

section.middle-content .opening-hours .opng-hrs-content {
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 50px
}

section.middle-content .opening-hours .opn-hrs-bnr {
    z-index: 1;
}

section.middle-content .opening-hours .opn-hrs-bnr img {}

section.middle-content .opening-hours h5 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 300;
}

section.middle-content .opening-hours h5 span {
    font-weight: 600;
    text-transform: uppercase;
}

section.middle-content .opening-hours td {
    padding: 12px 0px;
}

section.middle-content .opening-hours tr {
    border-bottom: 1px solid #FFF;
}

section.middle-content .opening-hours tr:last-child {
    border: 0px;
}

section.middle-content .emergency {
    background-color: #1FBEC8;
}

section.middle-content .emergency h5 {
    color: #fff;
    text-transform: uppercase;
}

section.middle-content .gray-box {
    background-color: #F6F6F6;
}

section.middle-content .gray-box h5 {
    font-weight: 500;
}

section.middle-content .dd-right-details h2 {
    border-bottom: 1px solid #C1D1BF;
    padding-bottom: 10px;
    color: #27683A;
}

section.middle-content .dd-right-details .title-icon {
    background-color: #fff;
    display: block;
    position: relative;
    float: right;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #C1D1BF;
    margin-top: -40px;
}

section.middle-content .dd-right-details .title-icon i {
    font-size: 30px;
    margin-top: 26px;
    margin-left: 16px;
}

section.middle-content .dd-right-details .img-round {
    border-radius: 10px;
}

section.middle-content .dd-right-details .dd-form h3 {
    color: #16CD7F;
}

section.middle-content .dd-right-details .dd-form input,
section.middle-content .dd-right-details .dd-form .form-select {
    border-color: #16CD7F;
}

section.middle-content .dd-right-details .dd-form .form-control,
section.middle-content .dd-right-details .dd-form .btn,
section.middle-content .dd-right-details .dd-form .form-select {
    border-color: #16CD7F;
    padding: 10px;
}

section.middle-content .dd-right-details .dd-form input.calander {
    background: url(../images/icons/calander-green.svg) 96% 50% no-repeat;
    background-size: 50px;
}

section.middle-content .dd-right-details .dd-form input.time {
    background: url(../images/icons/time-green.svg) 96% 50% no-repeat;
    background-size: 28px;
}

section.middle-content .ul-list ul {
    padding: px;
    margin: 0px;
    -webkit-column-count: 2;
    column-count: 2;
}

section.middle-content .ul-list ul li {
    list-style-type: disc;
    list-style-position: outside;
    padding: 3px;
}

section.middle-content .dp-specialist h2 {
    border-bottom: 1px solid #C1D1BF;
    padding-bottom: 10px;
    color: #27683A;
}

section.middle-content .dp-specialist .title-icon {
    background-color: #fff;
    display: block;
    position: relative;
    float: right;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #C1D1BF;
    margin-top: -40px;
}

section.middle-content .our-doctors img {
    margin-bottom: 20px;
}

section.middle-content .our-doctors h5 {
    font-size: 20px;
}

section.middle-content .our-doctors .dr-in {
    color: #03B2D1;
    font-size: 14px;
}

section.middle-content .our-doctors a {
    text-decoration: none;
    color: #27683A;
    font-weight: 500;
}

section.middle-content .our-doctors a i {
    color: #F75010;
}

.modal .dr-profile {
    height: 5px;
}

.modal .dr-profile h5 {
    font-weight: 600;
    font-size: 22px;
}

.modal .dr-profile p {
    margin-bottom: 6px;
    color: #263238;
}

.modal .dr-profile .dr-in {
    color: #03B2D1;
    font-size: 16px;
}

.modal .gray-box {
    background-color: #EFEFEF;
}

.modal .gray-box h5 {
    font-weight: 600;
    font-size: 26px;
    color: #009C2C;
}

.modal .gray-box span {
    padding-right: 6px;
    font-weight: 500;
}

.modal .gray-box .txt-green {
    color: #009C2C;
}

.modal .gray-box p {
    margin-bottom: 12px;
    padding-bottom: 0px;
}

.modal h6 {
    font-size: 18px;
    color: #009C2C;
}

.modal ul {
    position: relative;
    float: left;
    width: 50%;
    padding: 0px;
}

.modal ul li {
    list-style-position: inside;
    padding: 4px;
}

.modal .modal-close {
    position: absolute;
    z-index: 3000;
    background-image: none;
    background-color: #F75010;
    color: #fff !important;
    width: 28px;
    height: 28px;
    top: -12px;
    right: -12px;
    border-radius: 50%;
    opacity: 10;
}

.banner-caption-left {
    position: absolute;
    padding: 10px;
    width: 50%;
    padding: 7% 0%;
    padding-left: 11%;
}

.banner-caption-left h2 {
    font-size: 52px;
    font-weight: 600;
    color: #FFF;
    line-height: 60px;
}

.banner-caption-left h5 {
    font-size: 26px;
    line-height: 32px;
    color: #FFF;
    padding-top: 20px;
}

.banner-caption-right {
    position: absolute;
    right: 0px;
    padding: 10px;
    width: 50%;
    padding: 8% 0%;
    padding-right: 11%;
}

.banner-caption-right h1 {
    font-size: 55px;
    font-weight: 600;
    color: #288644;
    line-height: 60px;
}

.banner-caption-right h5 {
    font-size: 26px;
    line-height: 36px;
}

.banner-caption-right1 {
    position: absolute;
    right: 0px;
    padding: 10px;
    width: 50%;
    padding: 7% 0%;
    padding-right: 11%;
}

.banner-caption-right1 h2 {
    font-size: 55px;
    font-weight: 600;
    color: #288644;
    line-height: 77px;
}

.banner-caption-right1 h5 {
    font-size: 26;
    line-height: 29px;
}

.about-us h2 {
    font-weight: 600;
    color: #288644;
    margin-bottom: 20px;
}

.about-us h5 {
    font-weight: 600;
    color: #565656;
}

.about-us p {
    color: #707070;
    font-size: 15px;
}

.about-us .bg-map {
    min-height: 500px;
    background: url(../images/about_map_bg.svg) top center no-repeat;
    background-size: auto;
}

.about-us .bg-map span.r1 {
    position: absolute;
    margin-top: -120px;
}

.about-us .bg-map span.r2 {
    position: absolute;
    margin-top: -120px;
    margin-left: 250px;
}

.about-us .bg-map span.r3 {
    position: absolute;
    margin-top: 80px;
    margin-left: 160px;
}

.about-us .our-values {
    background-color: #F3F3F3;
}

.about-us .our-values .white-box {
    min-height: 320px;
    background: #FFFFFF;
    -webkit-box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.03);
    box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    margin-bottom: 20px;
}

.about-us .our-values .white-box h4 {
    font-weight: 600;
    font-size: 18px;
    color: #009C2C;
}

.about-us .our-values .white-box p {
    font-size: 15px;
    color: #565656;
}

.about-us .our-values .white-box i {
    font-size: 58px;
    color: #263238;
}

.about-us .our-values .gray-box {
    min-height: 204px;
    background: #E9E9E9;
    -webkit-box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.03);
    box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    margin-bottom: 20px;
}

.about-us .our-values .gray-box p {
    font-size: 15px;
    color: #fff;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.19);
}

.about-us .screening-table {
    background-color: #F3F3F3;
}

.about-us .screening-table table {
    font-size: 14px;
    margin-bottom: 0px;
}

.about-us .screening-table table th,
.about-us .screening-table table td {
    padding: 15px;
}

.about-us .screening-table table .heading {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.08)), color-stop(47.71%, rgba(121, 121, 121, 0.08)), to(rgba(0, 0, 0, 0.08)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(121, 121, 121, 0.08) 47.71%, rgba(0, 0, 0, 0.08) 100%);
    color: #5F5F5F;
    font-weight: 600;
}

.about-us .screening-table table .no {
    font-weight: 600;
    color: #5F5F5F;
}

.about-us .screening-table tr:last-child {
    border-bottom: 1px solid #FFF;
}

.about-us .screening-table .table-bg {
    border: 1px solid #CCC;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.03);
    box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.03);
}

.about-us .director {
    background-color: #E9E9E9;
}

.about-us .director h5 {
    font-weight: 600;
    color: #288644;
}

.careers h2 {
    font-weight: 600;
    color: #288644;
    margin-bottom: 20px;
}

.careers h5 {
    font-weight: 600;
    color: #565656;
}

.careers .card-header h5 {
    padding-top: 1.4%;
    margin-bottom: 0px;
}

.careers .card-header a {
    text-decoration: none;
    color: #12C7CA;
    font-size: 14px;
    font-weight: 600;
}

.careers .card-header a i {
    color: red;
    margin-left: 5px;
}

.academic .card {
    border: 0px;
}

.academic h2 {
    font-weight: 600;
    color: #288644;
}

.academic h5 {
    font-weight: 600;
    color: #565656;
}

.academic .card-header {
    background-color: #12C7CA !important;
    color: #fff;
}

.academic .card-header h6 {
    padding-top: 1.4%;
    margin-bottom: 0px;
    color: #fff;
}

.academic .card-header .txr {
    text-align: right !important;
}

.academic .card-body {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-top: 0px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.academic .card-body a {
    display: block;
    text-decoration: none;
    color: #12C7CA;
    font-size: 14px;
    font-weight: 600;
    float: right;
}

.academic .card-body a i {
    color: red;
    margin-left: 5px;
}

.academic .card-body a:hover {
    color: #F75010;
}

.academic .card-body a:hover i {
    color: #03B2D1;
}

.facilities h2 {
    font-weight: 600;
    color: #288644;
    margin-bottom: 20px !important;
}

.facilities img {
    margin-bottom: 20px;
}

.facilities h5 {
    font-size: 18px;
    font-weight: 600;
}

.facilities .dr-in {
    color: #03B2D1;
    font-size: 14px;
}

.facilities a {
    text-decoration: none;
    color: #03B2D1;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.facilities a i {
    color: #F75010;
}

.facilities a:hover {
    background-color: #16CD7F !important;
    color: #fff;
}

.facilities a:hover i {
    color: #fff;
}

.success-stories h2 {
    font-weight: 600;
    color: #288644;
    margin-bottom: 20px;
}

.success-stories .card:hover .card-body {
    background-color: #03B2D1;
    color: #FFF;
}

.success-stories .card:hover .card-body a {
    color: #4B4B4B !important;
    background-color: #fff !important;
}

.success-stories .card-body {
    background-color: #F6F6F6;
}

.success-stories .card-body a {
    width: 200px;
    background-color: #eee;
    text-decoration: none;
    color: #03B2D1;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 6px;
}

.success-stories .card-body a i {
    color: #F75010;
}

.success-stories .card-body a:hover {
    background-color: #fff;
    color: #4B4B4B !important;
}

.success-stories .card-body a:hover i {
    color: #F20000;
}

.blue-bar {
    background-color: #12C7CA;
    color: #fff;
    font-size: 14px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.dd-form h3 {
    color: #16CD7F;
}

.dd-form input,
.dd-form .form-select {
    border-color: #16CD7F;
}

.dd-form .form-control,
.dd-form .btn,
.dd-form .form-select {
    border-color: #16CD7F;
    padding: 10px;
}

.dd-form input.calander {
    background: url(../images/icons/calander-green.svg) 96% 50% no-repeat;
    background-size: 30px;
}

.dd-form input.time {
    background: url(../images/icons/time-green.svg) 96% 50% no-repeat;
    background-size: 28px;
}

.contact-us .row h5 {
    color: #288644;
    font-size: 18px;
    font-weight: 600;
}

.contact-us p {
    font-size: 14px;
}

.bg-contact {
    background: url(../images/bg-contact.png) top left no-repeat;
    background-size: 100%;
    background-color: #F6F6F6;
}

.csr p {
    font-size: 14px;
}

.csr h2 {
    color: #288644;
    font-weight: 600;
    margin-bottom: 20px;
}

.csr h4 {
    font-weight: 600;
}

.csr ul li {
    color: #12C7CA;
    font-size: 14px;
}

.csr a {
    text-decoration: none;
    color: #03B2D1;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.csr a i {
    color: #F75010;
}

.csr a:hover {
    background-color: #16CD7F !important;
    color: #fff;
}

.csr a:hover i {
    color: #fff;
}

section.enquiry h2 {
    font-weight: 600;
    color: #288644;
    margin-bottom: 20px;
}


/* csr new css */

section csr-thumb-main h5 {
    padding: 10px 0px;
}

section .csr-thumb-main h5 a {
    color: #464646;
    line-height: 1.5;
    text-decoration: none;
    text-transform: capitalize;
}

section .csr-thumb-main:hover h5 a {
    color: #229543;
    text-decoration: underline;
}

.videobg {
    background-color: #000;
    height: 294px;
    display: flex;
    align-items: center;
}

.csr-img-main {
    position: relative;
    overflow: hidden;
}

.hvr-efct {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.csr-img-main:hover .hvr-efct {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


/* csr new css close */

.footer {
    background-color: #27683A;
    color: #8DAE3B;
}

.footer .covid-pt {
    background: url(../images/covid-bg.svg) right center no-repeat;
    background-color: #F1F1F1;
}

.footer .covid-pt .cvd19 img {
    padding-top: 40px;
    width: 100%;
}

.footer .covid-pt .pd0 {
    padding-top: 0px !important;
}

.footer .covid-pt p {
    color: #5C5C5C;
}

.footer .bdr-btm {
    border-bottom: 1px solid #009C2C;
}

.footer h5 {
    color: #fff;
    font-weight: 400;
}

.footer ul {
    list-style: none;
    padding: 10px;
}

.footer ul li {
    padding: 0px;
    margin: 0px;
    list-style-type: disc;
    list-style-position: inside;
    font-weight: 300;
}

.footer ul li .address-bdr {
    border-bottom: 1px solid #009C2C;
}

.footer ul li .address-bdr .address {
    background: url(../images/ho);
}

.footer ul a {
    text-decoration: none;
    color: #8DAE3B;
    padding: 7px;
    padding-left: 0px;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
}

.footer ul a:hover {
    color: #fff;
}

.footer .footer-contact li {
    list-style-type: none;
    padding-left: 40px;
    font-size: 14px;
    line-height: 26px;
}

.footer .footer-contact li .bold-f {
    font-weight: 600;
}

.footer .address {
    background: url(../images/ico_home_footer.svg) 0px 6px no-repeat;
}

.footer .phone {
    background: url(../images/ico_phone_footer.svg) 0px 6px no-repeat;
}

.footer .email {
    background: url(../images/ico_mail_footer.svg) 0px 6px no-repeat;
}

.footer .location li {
    list-style-type: none;
}

.footer .social-footer {
    color: #fff;
}

.footer a {
    text-decoration: none;
    color: #fff;
    margin: 2px;
}

.copyright {
    background-color: #8DAE3B;
    color: #fff;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.field {
    width: 50%;
    padding: .5% .5%;
}

.testimonials {
    overflow: hidden;
    position: relative;
    max-height: 300px;
}

.testimonials {
    background: #161d25;
}

.one-slide,
.testimonial,
.message {
    border: none !important;
    outline: none !important;
}

.icon-overlay {
    position: absolute;
    opacity: 0.3;
    right: 10%;
    top: 0;
    height: auto;
    width: 100%;
    max-width: 400px;
}

.carousel-controls .control {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 1;
}

.prev {
    left: -2.25rem;
}

.next {
    right: -2.25rem;
}

@media screen and (max-width: 768px) {
    .testimonials {
        max-height: 700px;
    }
    .icon-overlay {
        height: 300px;
        top: calc(50% - 150px);
    }
    .carousel-controls .control {
        width: 25px;
        height: 25px;
        top: inherit;
    }
    .prev {
        left: 0;
    }
    .next {
        right: 0;
    }
    .control i {
        font-size: .7rem;
    }
    .testimonials .message {
        font-size: 1rem;
    }
    .testimonials h2 {
        font-size: 1.5rem;
    }
}


/*media screens*/

@media (max-width: 992px) {
    .ul-list ul {
        padding: px;
        margin: 0px;
        -webkit-column-count: 1 !important;
        column-count: 1 !important;
    }
    .covid-pt .cvd19 img {
        width: 50% !important;
    }
    .covid-pt .pd0 {
        padding-top: 0px !important;
    }
    .contact-us p {
        font-size: 13px;
    }
    section.header span {
        float: right;
    }
    section.header span {
        font-size: 13px;
    }
    section.header span.social {
        display: none !important;
    }
    section.header button {
        margin-bottom: 10px;
    }
    section.header ul {
        padding: 10px !important;
    }
    section.header ul .dropdown-menu {
        background-color: #F0F0F0;
        border: 0px;
        font-size: 13px !important;
        text-transform: lowercase !important;
    }
    section.header ul .dropdown-menu a {
        font-size: 13px !important;
        padding: 6px 10px;
        border-radius: 5px;
    }
    section.header ul .dropdown-menu a:hover {
        background-color: #fff;
    }
    .md-center {
        text-align: center;
    }
    section.middle-contnet .owl-slide {
        width: 100%;
    }
    .hide-md {
        display: none !important;
    }
    .copyright div {
        text-align: center !important;
    }
    section.footer {
        padding: 20px;
    }
    .bg-map {
        display: none;
    }
    .about-us .our-mission .p-t100 {
        padding-top: 50px;
    }
    .about-us .our-mission .p-t50 {
        padding-top: 40px;
    }
    .about-us .our-vision .p-t100 {
        padding-top: 0px;
    }
    .about-us .our-vision .p-t50 {
        padding-top: 40px;
    }
    .about-us .our-values .white-box {
        min-height: auto;
    }
    .about-us .our-values .gray-box {
        min-height: auto;
    }
    .about-us .our-values .p-t100 {
        padding: 0px;
    }
    .screening-table {
        font-size: 12px !important;
    }
    .screening-table .table-bg {
        overflow-x: scroll !important;
    }
    .banner-caption-right {
        position: absolute;
        right: 0px;
        padding: 10px;
        width: 50%;
        padding: 7% 0%;
        padding-right: 11%;
    }
    .banner-caption-right h1 {
        font-size: 32px;
        font-weight: 600;
        color: #288644;
        line-height: 38px;
    }
    .banner-caption-right h5 {
        font-size: 20px;
        line-height: 32px;
    }
    .banner-caption-right1 {
        position: absolute;
        right: 0px;
        padding: 10px;
        width: 50%;
        padding: 7% 0%;
        padding-right: 11%;
    }
    .banner-caption-right1 h2 {
        font-size: 32px;
        font-weight: 600;
        color: #288644;
        line-height: 38px;
    }
    .banner-caption-right1 h5 {
        font-size: 20px;
        line-height: 32px;
    }
    .banner-caption-left {
        position: absolute;
        left: 0px;
        padding: 10px;
        width: 50%;
        padding: 7% 0%;
        padding-left: 8%;
    }
    .banner-caption-left h2 {
        font-size: 35px;
        font-weight: 600;
        color: #FFF;
        line-height: 40px;
    }
    .banner-caption-left h5 {
        font-size: 18px;
        line-height: 32px;
        color: #FFF;
        padding-top: 0px;
    }
    .videobg {
        height: 144px;
    }
}

@media (max-width: 768px) {
    .p-y100 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .logo-sm-center {
        text-align: center !important;
    }
    .pt-m-20 {
        padding-top: 20px !important;
    }
    .contact-us .row h5 {
        color: #288644;
        font-size: 18px;
        font-weight: 600;
    }
    .contact-us .row h5 .p-t10 {
        padding-top: 0px !important;
    }
    .contact-us p {
        font-size: 14px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .modal-close {
        top: -6px !important;
        right: -6px !important;
    }
    .csr-img {
        width: 100% !important;
    }
    .p-y50 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .p-t50 {
        padding-top: 20px;
    }
    .p-b50 {
        padding-bottom: 20px;
    }
    .p-b30 {
        padding-bottom: 10px;
    }
    h1 {
        padding-top: 20px;
    }
    h2 {
        padding-top: 20px;
    }
    .py-3 {
        padding-top: 0px !important;
    }
    .careers .card-title {
        font-size: 15px;
        font-weight: 500;
    }
    .careers .txt-apply {
        font-size: 14px;
    }
    .covid-pt .cvd19 img {
        width: 50% !important;
    }
    .covid-pt .pd0 {
        padding-top: 0px !important;
    }
    section.footer .covid-pt {
        background-image: none;
    }
    .container {
        width: 100% !important;
    }
    section.header span.mail {
        display: none;
    }
    .academic .card div {
        text-align: center;
    }
    .academic .card div h6 {
        text-align: left !important;
    }
    .academic .card div .cnt-icon {
        padding-bottom: 20px;
    }
    .academic .card p {
        text-align: center;
    }
    .academic .card a {
        margin-right: 42%;
        margin-top: 20px;
    }
    .academic .card a:hover {
        color: #F75010;
    }
    .academic .card a:hover i {
        color: #03B2D1;
    }
    .videobg {
        height: auto;
    }
}

@media (min-width: 575.98px) {
    .show-in-575 {
        display: none;
    }
}

@media (min-width: 575.98px) and (max-width: 991.98px) {
    section.middle-content .opening-hours h5 {
        font-size: 1.2rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    section.middle-content .opening-hours h5 {
        font-size: 1.3rem;
    }
}

@media (max-width: 575.98px) {
    .hide-in-575 {
        display: none;
    }
    .middle-content .gray-box {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .cnt-p {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 500px) {
    .hide-in-mob {
        display: none !important;
    }
    .dd-right-details h2 {
        padding-bottom: 10px;
        color: #27683A;
        margin-bottom: 18px;
        margin-top: 10px;
        font-size: 20px;
    }
    .dd-right-details .title-icon {
        display: none !important;
    }
}

@media (max-width: 452px) {
    .careers a {
        font-size: 14px;
    }
    section.header .navbar a {
        color: #464646;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        padding-right: 0px !important;
    }
}

@media (max-width: 400px) {
    .hide-sm {
        display: none !important;
    }
    .careers a {
        color: #F75010 !important;
    }
}

@media (max-width: 1440px) {
    .videobg {
        height: 249px;
    }
}


/* Left nav mobile*/

.dd-leftnav {
    background-color: #F6F6F6;
}

.dd-leftnav h5 {
    color: #27683A;
    padding: 10px;
}

.dd-leftnav ul {
    margin: 0px;
    padding: 0px;
}

.dd-leftnav ul li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    list-style-position: outside;
    padding-top: 4px;
    padding-bottom: 4px;
}

.dd-leftnav ul li a {
    display: block;
    text-decoration: none;
    border-radius: 6px;
    color: #5C5C5C;
    padding: 13px;
    padding-left: 20px;
    background-size: 30px !important;
}

.dd-leftnav ul li a i.left {
    margin-right: 10px;
}

.dd-leftnav ul li a i.right {
    float: right;
    color: #F75010;
    margin-top: 5px;
}

.dd-leftnav ul li a:hover {
    background-color: #16CD7F !important;
    color: #fff;
}

.dd-leftnav ul li a:hover i {
    color: #fff;
}

.dd-leftnav ul li a.active {
    background-color: #16CD7F !important;
    color: #fff;
}

.dd-leftnav ul li a.active i.right {
    color: #fff;
}

.title-link {
    color: #2e2e2e;
    background: #eee;
    padding: 10px 13px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

.title-link .arrow {
    float: right;
}

.title-link i {
    color: #27683A !important;
}

.btn-dpnav-close {
    position: absolute;
    right: 27px;
    color: black;
    top: 27px;
}


/*# sourceMappingURL=hag_style.css.map */