@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;300;500;700;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: "Gotham-Black";
    src: url('../fonts/Gotham-Black.woff') format('woff'),
         url('../fonts/Gotham-Black.woff2') format('woff2'),
         url('../fonts/Gotham-Black.eot'),
         url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Gotham-Black.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
img {
	transition: all 0.4s ease;
}
a, a:hover {
    text-decoration: none;
    color: #6c6c6c;
}
a:hover {
    color: #00b79b;
}
ul, li {
    /*list-style-type: none;*/
    /*padding: 0px;*/
    margin: 0px;
}
ul {
    margin-bottom: 20px;
}
*, *::before, *::after {
    box-sizing: border-box;
}
.fullwidth {
    width: 100% !important;
}
.flex-top {
    align-content: flex-start !important;
}
.bg-lightgrey {
    background-color: #f3f3f3;
}
.lightbg {
    background-color: #fff;
}
.pattern-bg {
    background-image: url(../images/pattern-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.light-font > * {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
.dim-btn, a.dim-btn {
    background-color: rgba(0,0,0,0.4);
    padding: 11px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    height: 40px;
    width: auto;
}
.dim-btn img {
    margin-right: 5px;
}
body {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 27px;
}
img {
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 900;
}
.colored-text {
    background: #ff2468;
    background: -moz-linear-gradient(left,  #ff2468 0%, #fdad18 25%, #fdad18 50%, #d9d30d 70%, #d9d30d 100%);
    background: -webkit-linear-gradient(left,  #ff2468 0%,#fdad18 25%,#fdad18 50%,#d9d30d 70%,#d9d30d 100%);
    background: linear-gradient(to right,  #ff2468 0%,#fdad18 25%,#fdad18 50%,#d9d30d 70%,#d9d30d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2468', endColorstr='#d9d30d',GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.magenta {
	background-color: #93268f !important;
}
.violet, .violet a {
	color: #93268f !important;
}
.cyan {
    background-color: #00b79b !important;
}
.cyan-colr, .cyan-colr a {
    color: #00b79b !important;
}
.navyblue {
	background-color: #274197 !important;
}
.navyblue-colr {
	color: #274197 !important;
}
.padding-all-10 {
    padding: 10px !important;
}
.padding-all-20 {
    padding: 20px !important;
}
.padding-all-30 {
    padding: 30px !important;
}
.padding-all-40 {
    padding: 40px !important;
}
.padding-all-50 {
    padding: 50px !important;
}
.padding-all-60 {
    padding: 60px !important;
}
.padding-all-70 {
    padding: 70px !important;
}
.padding-all-80 {
    padding: 80px !important;
}
.padding-all-90 {
    padding: 90px !important;
}
.padding-all-100 {
    padding: 100px !important;
}
.padding-top-10 {
    padding-top: 10px !important;
}
.padding-top-20 {
    padding-top: 20px !important;
}
.padding-top-30 {
    padding-top: 30px !important;
}
.padding-top-40 {
    padding-top: 40px !important;
}
.padding-top-50 {
    padding-top: 50px !important;
}
.padding-top-60 {
    padding-top: 60px !important;
}
.padding-top-70 {
    padding-top: 70px !important;
}
.padding-top-80 {
    padding-top: 80px !important;
}
.padding-top-90 {
    padding-top: 90px !important;
}
.padding-top-100 {
    padding-top: 100px !important;
}
.padding-bottom-10 {
    padding-bottom: 10px !important;
}
.padding-bottom-20 {
    padding-bottom: 20px !important;
}
.padding-bottom-30 {
    padding-bottom: 30px !important;
}
.padding-bottom-40 {
    padding-bottom: 40px !important;
}
.padding-bottom-50 {
    padding-bottom: 50px !important;
}
.padding-bottom-60 {
    padding-bottom: 60px !important;
}
.padding-bottom-70 {
    padding-bottom: 70px !important;
}
.padding-bottom-80 {
    padding-bottom: 80px !important;
}
.padding-bottom-90 {
    padding-bottom: 90px !important;
}
.padding-bottom-100 {
    padding-bottom: 100px !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.margin-top-30 {
    margin-top: 30px !important;
}
.margin-top-40 {
    margin-top: 40px !important;
}
.margin-top-50 {
    margin-top: 50px !important;
}
.margin-top-60 {
    margin-top: 60px !important;
}
.margin-top-70 {
    margin-top: 70px !important;
}
.margin-top-80 {
    margin-top: 80px !important;
}
.margin-top-90 {
    margin-top: 90px !important;
}
.margin-top-100 {
    margin-top: 100px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.margin-bottom-40 {
    margin-bottom: 40px !important;
}
.margin-bottom-50 {
    margin-bottom: 50px !important;
}
.margin-bottom-60 {
    margin-bottom: 60px !important;
}
.margin-bottom-70 {
    margin-bottom: 70px !important;
}
.margin-bottom-80 {
    margin-bottom: 80px !important;
}
.margin-bottom-90 {
    margin-bottom: 90px !important;
}
.margin-bottom-100 {
    margin-bottom: 100px !important;
}
.inner-header {
    padding: 90px 0px 50px;
    display: flex;
    align-items: center;
    align-content: center;
    min-height: 300px;
}
.inner-header h1 {
    color: #fff;
    font-size: 60px;
}
.inner-header a, .not-found a {
    color: #fff !important;
    font-size: 20px;
}
.inner-header a img, .not-found a img {
    width: 40px;
	transition: all 0.3s ease;
}
.inner-header a:hover > img, .not-found a:hover > img {
	margin-left: 10px;
}
.not-found h2 {
    display: block;
    width: 100%;
}
.not-found a, .not-found p {
    color: #fff;
    width: 100%;
}
.not-found a:hover {
	color: #d9d30d;
}
.layout-case-study.not-found {
    display: none;
}
.layout-case-study.not-found:last-of-type {
    display: block;
}
.page-content p {
	color: #fff;
	font-size: 18px;
}
.wrapper {
    /*border-top: 10px solid #fff;*/
    overflow: hidden;
    width: 100%;
}
header#header {
    background-color: #fff;
    border-bottom: 2px solid rgba(0,0,0,0.2);
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 0px;
    width: 100%;
    z-index: 3;
    transition: all 0.2s ease;
}
header#header.sticky {
    background-color: rgba(255,255,255,0.8);
    top: 0px;
}
header#header div#logo img {
    transition: all 0.2s ease;
}
header#header.sticky div#logo img.default-logo {
    width: 60px;
}
header#header .container-fluid {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: center;
    padding: 0px;
}
body.admin-bar .wrapper header#header {
    top: 32px;
}
div#logo {
    background-color: #fff;
    border-right: 2px solid rgba(0,0,0,0.2);
    padding: 10px 20px 10px;
    width: 150px;
    text-align: center;
}
a.menu-toggle span.text {
    color: #000;
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: 300;
}
.right-box {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 150px);
    padding: 20px 20px 20px 40px;
    align-items: center;
    align-content: center;
    transition: all 0.2s ease;
}
header#header.sticky .right-box {
    padding-top: 5px;
    padding-bottom: 5px;
}
.right-corner ul {
    display: flex;
    list-style-type: none;
}
.right-corner ul li {
    padding: 5px;
    position: relative;
}
.width-auto {
	width: auto !important;
}
.search-bar {
    position: absolute;
    display: none;
    right: 0px;
    top: 100%;
    width: 210px;
}
.search-bar input.form-control {
    box-shadow: none;
    padding-right: 40px;
}
.search-bar i.fas.fa-search {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    color: #a1a1a1;
}
.search-bar input[type="submit"] {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    z-index: 1;
    width: 35px;
    opacity: 0;
}
.right-corner ul li a {
    background-color: rgba(0,0,0,0.4);
    padding: 11px;
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    display: flex;
    justify-content: center;
    height: 40px;
    width: 40px;
}
.right-corner ul li a:hover {
    background-color: #00b79b;
}
.right-corner ul li > a.width-auto {
    width: auto;
    border-radius: 5px;
    padding: 5px 20px;
    line-height: 32px;
}
header.sticky .right-corner ul li a {
    background-color: #00b79b;
}
.right-corner ul li > a.width-auto > img {
    width: 18px;
    height: 21px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 4px;
}
.right-box .language ul {
    display: flex;
    list-style-type: none;
}
.menu-container {
    background-color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100vh;
    padding-top: 100px;
    left: -100%;
    top: 0px;
    transition: all 0.3s ease-in;
    align-items: center;
    align-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
	z-index: 9;
}
.menu-contact-info {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 400px;
    max-width: 100%;
    word-break: break-word;
    padding: 30px;
    text-align: right;
}
.menu-contact-info ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    list-style-type: none;
    padding-bottom: 10px;
}
.menu-contact-info ul li img {
    margin-bottom: 10px;
}
.menu-container.open-class {
    left: 0px;
}
.menu-section {
    padding: 0px 30px 0px 30px;
}
.menu-section h2 {
    font-size: 36px;
    margin-bottom: 30px;
}
.menu-contac-info-widget ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
}
.menu-contac-info-widget ul li {
    color: #474747;
    position: relative;
    padding-left: 40px;
}
.menu-contac-info-widget ul li img {
    position: absolute;
    left: 0px;
    top: 5px;
}
.menu-contac-info-widget ul li span.text {
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
}
.menu-contac-info-widget ul li span.text a {
    font-weight: 900;
    color: #474747;
}
a.close-menu {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50px;
    right: 0px;
    transform: translateX(-50%);
}
a.close-menu span {
    height: 2px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 24px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}
a.close-menu span::after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    transform: rotate(90deg);
}
a.close-menu:hover > span {
    transform: rotate(135deg);
}
.nicescroll-rails-vr {
    background-color: rgba(255,255,255,0.2);
}
.nicescroll-rails-vr .nicescroll-cursors {
    margin: 0px;
}
nav#navigation ul.submenu {
    display: flex;
    justify-content: center;
    list-style-type: none;
    flex-wrap: wrap;
    align-items: flex-start;
	align-content: flex-start;
    margin: 0px;
    padding: 0px;
    height: 60vh;
    overflow-y: auto;
}
nav#navigation ul.submenu li {
    position: relative;
}
nav#navigation ul.submenu > li {
    padding: 0px 20px;
}
nav#navigation ul.submenu li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    transition: all 0.3s ease;
    padding: 10px 10px;
}
nav#navigation ul.submenu li:hover > a, nav#navigation ul.submenu li.current-menu-item > a, nav#navigation ul.submenu li > ul.sub-menu li:hover > a  {
    color: #00b79b;
}
nav#navigation ul.submenu li > ul.sub-menu li a i {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 15px;
    height: 15px;
    text-align: center;
	transition: all 0.3s ease;
}
nav#navigation ul.submenu li > ul.sub-menu li a i.active {
    transform: scale(-1);
}
nav#navigation ul.submenu li > ul.sub-menu {
    list-style-type: none;
    margin: 0px;
    padding-left: 10px;
}
nav#navigation ul.submenu > li > ul.sub-menu > li ul.sub-menu {
    padding: 0px 0px 0px 10px;
    display: none;
}
nav#navigation ul.sub-menu li.menu-item-has-children > a {
    padding-right: 20px !important;
}
nav#navigation ul.submenu li > ul.sub-menu li a {
    font-size: 14px;
    color: #ffffff;
    line-height: 16px;
    padding: 0px;
}
/* nav#navigation ul.submenu li > ul.sub-menu li:hover > a {
	color: #fff;
} */
#header .right-box .language ul li:first-of-type a {
    border-left: 0px;
}
#header .right-box .language ul li a {
    color: #fff;
    padding: 0px 5px;
    border-left: 1px solid #fff;
}
/* .main-banner {
    background: -moz-linear-gradient(top,  rgba(65,105,225,1) 40%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(65,105,225,1) 40%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(65,105,225,1) 40%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b79b', endColorstr='#00ffffff',GradientType=0 );
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    min-height: 100vh;
    padding-top: 15%;
} */
.main-banner {
	background: -moz-linear-gradient(top,  rgba(35,67,129,1) 0%, rgba(35,67,129,0.6) 53%, rgba(63,96,154,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(35,67,129,1) 0%,rgba(35,67,129,0.6) 53%,rgba(63,96,154,0) 100%);
	background: linear-gradient(to bottom,  rgba(35,67,129,1) 0%,rgba(35,67,129,0.6) 53%,rgba(63,96,154,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#234381', endColorstr='#003f609a',GradientType=0 );
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    min-height: 100vh;
    padding-top: 15%;
}
body.home .main-banner {
    /*background-color: #193773;*/
}
.main-banner .overlay-text {
    width: 100%;
}
.main-banner > img {
    width: 100%;
}
.video > a > span.play {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 30px;
    margin-left: 15px;
    padding: 8px 15px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
}
/**
* Simple fade transition,
*/
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out; 
    -moz-transition: all 0.15s ease-out; 
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out; 
    -moz-transition: all 0.15s ease-out; 
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.main-banner .overlay-text h1 {
    color: #fff;
    width: 35vw;
    max-width: 100%;
    font-size: 4vw;
}
.main-banner .overlay-text p {
    width: 35vw;
    color: #fff;
}
.cta-cols, .intro-area, .our-doctors-area, .expertise-section, .our-partners-section {
    padding: 100px 0px;
    position: relative;
}
.cta-cols .row {
    background-image: url(../images/pattern.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 33.3% 100%;
    background-color: rgba(0,0,0,0.2);
    border-radius: 10px;
    border: 2px solid rgba(255,255,255,0.27);
}
.cta-cols .row > div {
    position: relative;
    padding: 20px 25px;
    border-left: 2px solid rgba(255,255,255,0.27);
}
.cta-cols .row > div:first-of-type {
    border-left: none;
}
.cta-cols .row .cta-link h3 {
    color: #fff;
    font-size: 30px;
    padding-bottom: 49px;
}
.cta-cols .row > div .cta-link h3 {
/*     border-bottom: 1px solid #fff; */
    width: 70%;
    margin-bottom: 30px;
    padding-bottom: 25px;
	position: relative;
}
.cta-cols .row > div .cta-link h3::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 1px;
    width: 70px;
    background-color: #fff;
    transition: all 0.3s ease;
}
.cta-cols .row > div:hover .cta-link h3::before {
    width: 100%;
}
.cta-cols .row .cta-link a.link-cta {
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    left: 20px;
    top: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 24px;
    border-radius: 40px;
    color: #fff;
    justify-content: center;
    align-items: center;
    align-content: center;
	transition: all 0.3s ease;
}
.cta-cols .row .cta-link a.link-cta:hover {
    background-color: #93268f;
    transform: rotate(-35deg);
}
.cta-cols .row .cta-link span.icon-bar {
    display: flex;
    align-items: center;
    align-content: center;
}
.cta-cols .row .cta-link span.icon-bar img {
    margin-right: 15px;
}
.cta-cols .row .cta-link span.icon-bar span.text {
    font-size: 34px;
    font-weight: 900;
    color: #fff;
    line-height: 44px;
}
.intro-area {
    padding-bottom: 50px;
}
.intro-area .row > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 10px 35px;
}
.intro-area .row > div.text-right {
    justify-content: flex-end;
}
.intro-area .row > div.text-left {
    justify-content: flex-start;
}
.intro-area .row > div.text-center {
    justify-content: center;
}
.intro-area h3 {
    font-size: 50px;
    font-weight: 900;
    width: 100%;
}
.intro-area h4 {
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
}
a.readmore {
    color: #000;
    font-weight: 600;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 20px;
}
a.readmore > i {
    transition: all 0.3s ease;
}
a.readmore:hover > i {
    margin-left: 10px;
}
.intro-area a.readmore {
    margin-top: 50px;
}
.section-title {
    position: relative;
    margin-bottom: 60px;
}
.section-title h2 {
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 10px;
}
.section-title p {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}
.section-title a.readmore {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
body.home .our-doctors-area, body.home .our-specialities, body.home .expertise-section, body.home .cta-section, body.home .our-partners-section {
    background-color: #fff;
}
.doctors .slick-track {
    margin: 0px -15px;
}
.doctors .slick-list {
    overflow: visible;
}
.doctors .col-md-3.col-xs-12.slick-slide {
    margin: 0px 15px;
}
.our-doctors-area .section-title {
    margin-bottom: 70px;
}
.doctors figure::before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.doctors figure::after {
    content: '';
    background-color: #f7f7f7;
    height: 93%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: -1;
}
.doctors figure:hover::before {
    opacity: 1;
}
.doctors figure {
    position: relative;
    transition: all 0.3s ease-in;
}
.doctors figure img {
    transition: all 0.3s ease-in;
}
.doctors figure:hover img {
    margin-top: -10px;
    margin-bottom: 10px;
}
.doctors figure figcaption {
    position: absolute;
    right: 0px;
    bottom: -35px;
}
.our-doctors-area .designation {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 40px;
}
.our-doctors-area .doctors h3 {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}
.our-doctors-area .doctors h3, .our-doctors-area .doctors h3 a {
	color: #000;
}
.our-doctors-area .doctors h3 a:hover {
	color: #00b79b;
}
.our-specialities .row > div {
    padding: 3px;
    position: relative;
	overflow: hidden;
}
.our-specialities .row > div > img {
    transition: all 0.3s ease;
}
.our-specialities .row > div:hover > img {
    transform: scale(1.5);
}
.absolute {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.our-specialities .row > div .colored-column {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: center;
    padding: 30px;
}
.our-specialities .row > div:last-of-type .colored-column {
    height: 50%;
    align-content: center;
}
.our-specialities .row > div:last-of-type .colored-column:first-of-type {
    margin-bottom: 10px;
}
.our-specialities .colored-column img {
    width: 50px;
    margin-bottom: 17px;
	transition: all 0.4s ease;
}
.our-specialities .row > div:first-of-type .section-title.absolute {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
    padding: 30px 0px 50px;
}
.our-specialities .section-title h2 {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    padding-right: 60px;
	transition: all 0.4s ease;
}
.our-specialities .colored-column h3 {
    width: 100%;
    color: #fff;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
	transition: all 0.4s ease;
}
.services figure {
    position: relative;
	overflow: hidden;
}
body.home .services figure {
    margin: 0px 15px;
}
.services figure img {
    width: 100%;
}
.services figure:hover > a > img {
    transform: scale(1.5);
}
.services figure figcaption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 60%;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    font-family: 'Lexend Deca', sans-serif;
    line-height: 24px;
    z-index: 2;
}
.cta-section .row {
    background-color: #274197;
    background-image: url(../images/pattern.png);
    background-repeat: no-repeat;
    background-size: 33.3% 100%;
    background-position: right top;
    border-radius: 10px;
    padding: 40px 50px;
    position: relative;
}
.cta-section .row h2 {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
}
.cta-section .row p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0px;
}
.cta-section .row a.gotocta-btn {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.cta-section .row a.gotocta-btn i {
    transition: all 0.4s ease;
}
.cta-section .row a.gotocta-btn:hover i {
    transform: rotate(-35deg);
}
.our-partners-section {
    padding-bottom: 0px;
}
.partner-logos {
    background-color: #fafafa;
    padding: 30px 0px;
}
.partner-logos .logo img {
/*     filter: grayscale(1);
    opacity: 0.4; */
    transition: all 0.3s ease;
}
.partner-logos .logo:hover img {
    filter: none;
    opacity: 1;
}
.social-profiles ul {
    display: flex;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.social-profiles ul li {
    padding: 0px 6px;
    position: relative;
}
.social-profiles ul li a {
    color: #999;
    font-size: 26px;
}
.social-profiles ul li a:hover {
}
footer#footer {
    background-color: #f5f5f5;
    padding: 100px 0px 0px;
}
footer#footer .footer-cta {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 70px 0px 50px;
    border-bottom: 1px solid #999;
    align-items: center;
}
#footer .footer-cta h3 {
    font-size: 2.5vw;
}
#footer .footer-cta p {
    font-size: 1.35vw;
    color: #999999;
    margin-top: 25px;
}
#footer .footer-cta .right a.primary-btn.btn {
    font-size: 2.5vw;
    font-weight: 900;
    text-transform: uppercase;
    border: 2px solid #000;
    border-radius: 0px;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
}
#footer .footer-cta .right a.primary-btn.btn:hover {
    border-color: transparent;
    color: #fff;
}
#footer .footer-cta .right a.primary-btn.btn::before {
    content: '';
    /* background: #ff2468;
    background: -moz-linear-gradient(left, #ff2468 0%, #fdad18 25%, #fdad18 50%, #d9d30d 70%, #d9d30d 100%);
    background: -webkit-linear-gradient(left, #ff2468 0%,#fdad18 25%,#fdad18 50%,#d9d30d 70%,#d9d30d 100%);
    background: linear-gradient(to right, #ff2468 0%,#fdad18 25%,#fdad18 50%,#d9d30d 70%,#d9d30d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2468', endColorstr='#d9d30d',GradientType=1 ); */
    background-color: #d9d30d;
    height: 100%;
    width: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.3s ease;
    z-index: -1;
}
#footer .footer-cta .right a.primary-btn.btn:hover::before {
    width: 100%;
}
footer#footer div#footer-bottom {
    padding: 70px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
footer#footer div#footer-bottom .address > p {
    font-weight: 700;
    font-size: 1.4vw;
}
footer#footer div#footer-bottom .contact-info a {
    color: #000;
    font-weight: 900;
    font-size: 1.5vw;
}
/* Goto Top Button
========================= */
#gototop {
    background: #ff2468;
    background: -moz-linear-gradient(left, #ff2468 0%, #fdad18 25%, #fdad18 50%, #d9d30d 70%, #d9d30d 100%);
    background: -webkit-linear-gradient(left, #ff2468 0%,#fdad18 25%,#fdad18 50%,#d9d30d 70%,#d9d30d 100%);
    background: linear-gradient(to right, #ff2468 0%,#fdad18 25%,#fdad18 50%,#d9d30d 70%,#d9d30d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2468', endColorstr='#d9d30d',GradientType=1 );
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 5px;
    font-size: 24px;
}
#gototop:hover {
    background-color: #555;
}
.page-title h1 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 0px;
}
.page-title p {
    font-family: 'Rubik', sans-serif;
}
.page-title p,
.content-area p {
    color: #fff;
    font-size: 20px;
	line-height: 29px;
}
.content-area h2 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 40px;
}
.single-post .page-title {
    margin-bottom: 100px;
}
.client-name p {
    font-size: 26px;
}
span.name {
    font-family: 'Rubik', sans-serif;
    display: block;
    color: #444;
}
.gallery-section {
    margin-bottom: 50px;
}
.case-study-gallery ul li.full-element {
    padding: 5px;
    width: 100%;
}
.case-study-gallery ul li.half-element {
    padding: 5px;
    width: 50%;
}
.case-study-gallery ul li.half-element:first-of-type {
    width: 100%;
}
.case-study-content-area .content-area {
    padding-bottom: 50px;
}
.key-findings > h3 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
}
.key-findings > p {
    color: #4d4d4d;
}
.key-findings {
    padding-right: 80px;
}
.case-study-gallery ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.view-client-project-details {
    position: relative;
    margin-top: 50px;
}
a.view-project {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 0px 20px;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
}
a.view-project:hover, a.view-project:focus {
    color: #d9d30d;
}
a.view-project img {
    width: 35px;
    transition: all 0.3s ease;
}
a.view-project:hover > img {
    margin-left: 10px;
}
.view-client-project-details ul {
    background-color: #fff;
    border-radius: 10px;
    display: none;
    margin: 0px;
    padding: 0px;
    width: 250px;
    list-style-type: none;
    position: absolute;
    z-index: 9;
    top: 75px;
    left: 0px;
}
.view-client-project-details ul::before {
    content: '';
    position: absolute;
    top: -20px;
    border-width: 10px 10px 10px 10px;
    border-color: transparent transparent #fff;
    border-style: solid;
    left: 20px;
    z-index: 99;
}
.view-client-project-details ul li {
    padding: 10px 15px;
    border-bottom: 1px solid #444;
    cursor: pointer;
    transition: all 0.3s ease;
}
.view-client-project-details ul li:hover {
    background-color: #000;
    color: #fff;
}
/* ======================
    Contact Us Styles
========================= */
section.contact-form {
    padding: 110px 0;
}
.say-hello h1 {
    color: #fff;
    padding-top: 20px;
    font-size: 70px;
}
.say-hello h2 {
    color: #fff;
    font-size: 40px;
}
.say-hello h2 a {
    color: #fff;
}
.say-hello h2 a:hover {
    color: #d9d30d;
}
.clear-gap-20px {
    padding-top: 20px;
    clear: both;
    float: none;
    content: '';
    width: 100%;
    display: block;
}
.clear-gap-40px {
    padding-top: 40px;
    clear: both;
    float: none;
    content: '';
    width: 100%;
    display: block;
}
.text-capitalize {
    text-transform: capitalize!important;
}
.read-more {
    display: inline-block;
    margin-top: 40px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.sub-title {
    font-weight: 600;
    font-size: 60px;
    margin-bottom: 20px;
    z-index: 10;
    position: relative;
}
.sub-title .bg-title {
    position: absolute;
    top: -27px;
    font-size: 100px;
    font-weight: 800;
    color: #484848;
    opacity: 0.5;
    z-index: -1;
    letter-spacing: 6px;
    width: 100%;
}
section#intro {
    padding: 100px 0px;
}
.wpcf7-form input.wpcf7-form-control {
    width: 100%;
    height: 44px;
    border-radius: 3px;
    color: #484848;
    padding: 5px 20px;
}
.wpcf7-form textarea.wpcf7-form-control {
    height: 120px;
    border-radius: 3px;
    padding: 15px 20px;
    resize: none;
}
.wpcf7-form span.wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block;
}
.wpcf7-form form.wpcf7-form p, .wpcf7-form form.wpcf7-form label {
    width: 100%;
}
form.wpcf7-form label {
    margin-top: 20px;
    margin-bottom: 5px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
	width: auto;
}
.request-call-back h4 {
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
}
.request-call-back h4 span {
    display: block;
    font-size: 28px;
    font-weight: 900;
}
.wpcf7 form.wpcf7-form.invalid .wpcf7-response-output {
    border-color: #d9d30d;
    color: #d9d30d;
    margin: 0px;
}
a.read-more {
    color: #fff !important;
}
a.read-more:hover {
    color: #d9d30d !important;
}
.cta.single-post {
    padding: 90px;
}
.videography-section {
    display: flex;
    flex-wrap: wrap;
}
figure.thumbnail {
    position: relative;
    margin: 0px;
    height: 100%;
}
figure.thumbnail figcaption {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
figure.thumbnail figcaption span {
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 5px;
}
.videography-section .video-post {
    width: 33%;
    padding: 5px;
}
figure.thumbnail img.youtube-thumbnail {
    width: 100%;
}
.video-post .thumbnail > a > img {
    width: 100%;
}
footer#footer h3.widget-title {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 15px;
}
footer#footer .footer-logo {
    margin-bottom: 120px;
}
footer#footer .row {
    padding-bottom: 30px;
    border-bottom: 2px solid #dcdcdc;
}
.contact-info ul li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 40px;
}
.contact-info ul li img {
    position: absolute;
    left: 0px;
    top: 6px;
}
footer#footer .widget ul li a {
	color: #9c9c9c;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 5px;
}
footer#footer .widget ul li a:hover {
	color: #00b79b;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    margin: 0px -10px;
    padding: 25px 0px;
    align-items: center;
    align-content: center;
}
.usefull-links ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.usefull-links ul li {
    padding: 0px 10px;
    border-right: 1px solid #8f8f8f;
}
.usefull-links ul li:first-of-type {
    padding-left: 0px;
}
.usefull-links ul li:last-of-type {
    border-right: none;
}
.copyrights p {
    margin: 0px;
}
.about-intro .row > .col-md-8 {
    display: flex;
    flex-wrap: wrap;
}
.about-intro .row > .col-md-8 > div {
    width: 50%;
}
.about-intro .row > .col-md-8 > div.about-text {
    color: #fff;
    padding: 40px;
/*     display: flex;
    flex-wrap: wrap;
    align-content: space-around; */
}
.about-intro .row > .col-md-8 > div.about-text a.readmore {
    color: #fff;
    font-weight: 300;
}
.about-intro .row > .col-md-8 > div.about-text h3 {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    /*margin-bottom: 30px;*/
}
.about-intro .row > .col-md-8 > div.about-text p {
    font-weight: 300;
}
.about-intro .row > .col-md-4 > div.about-info figure {
    margin: 0px;
    overflow: hidden;
    position: relative;
}
.about-intro .row > .col-md-8 > div.thumbnail-about {
    position: relative;
    overflow: hidden;
}
.about-intro .row > .col-md-4 > div.about-info .desc {
    padding: 29px 40px;
    color: #fff;
}
.about-intro .row > .col-md-4 > div.about-info .desc a.readmore {
    font-family: 'Rubik', sans-serif;
    color: #fff;
    font-weight: 400;
}
.about-intro .row > .col-md-8 > div.thumbnail-about img,
.about-intro .row > .col-md-4 > div.about-info figure img {
    transition: all 0.3s ease;
}
.about-intro .row > .col-md-8:hover > div.thumbnail-about img,
.about-intro .row > .col-md-4 > div.about-info:hover figure > img {
    transform: scale(1.5);
}
.contact-us-section {
    background-color: #fff;
    padding: 80px;
}
.contact-us-section .section-title {
    max-width: 100%;
    width: 250px;
}
.wpcf7-form ul li input[type="text"], .wpcf7-form ul li input[type="email"], .wpcf7-form ul li input[type="tel"], .wpcf7-form ul li textarea {
    width: 100%;
    height: 50px;
    border-width: 0px 0px 1px;
    border-style: solid;
    border-color: #ededed;
    margin-top: 15px;
}
.wpcf7-form ul li input[type="text"]:focus, .wpcf7-form ul li input[type="email"]:focus, .wpcf7-form ul li input[type="tel"]:focus, .wpcf7-form ul li textarea:focus {
    border-width: 0px 0px 1px;
    border-style: solid;
    border-color: #000;
}
.wpcf7-form ul li textarea {
    height: 120px;
    margin-top: 30px;
    resize: none;
}
.wpcf7-form input[type="submit"] {
    padding-right: 30px;
    position: relative;
    z-index: 1;
    background-color: transparent;
    border: none;
    /* font-size: 20px; */
}
.wpcf7-form ul li input[type="submit"] {
	font-size: 20px;
    margin-top: 20px;
    padding-left: 0px;
}
.wpcf7-form ul li i.fas.fa-arrow-right {
    margin-left: -90px;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-form input.wpcf7-form-control.wpcf7-not-valid {
    border-color: #ff0000;
}
.wpcf7 form.wpcf7-form.invalid .wpcf7-response-output {
    border-color: #ff0000;
    color: #ff0000;
}
.contact-info span.info > span {
    display: block;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
}
.contact-us-section .social-profiles {
    margin-bottom: 50px;
}
.contactus-map-area .section-title {
    padding-left: 80px;
}
.contact-us-section .section-title h2 {
    margin-bottom: 50px;
}
.contact-us-section .section-title p {
    color: #7a7a7a;
    text-transform: none;
    width: 220px;
    max-width: 100%;
}
.contact-form h3 {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
}
.section-title h3 {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 22px;
}
.about-intro .row > .col-md-4 > div.about-info figure figcaption {
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.doc-img-wrap {
    margin-top: -200px;
    margin-bottom: -68px;
}
.image-desc-section h2 {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.image-desc-section p {
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
}
.booknow-btn, a.booknow-btn {
    font-size: 28px;
    font-family: 'Lexend Deca', sans-serif;
    margin-top: 30px;
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    position: relative;
}
.booknow-btn i {
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    transition: all 0.3s ease;
    line-height: 30px;
}
.booknow-btn:hover i {
    margin-left: 10px;
}
.features-area .section-title h2 {
    text-transform: uppercase;
    font-size: 45px;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
}
.features-area .features-listing ul li a {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
    color: #878787;
    padding: 6px 0px;
    display: inline-block;
}
.features-area .features-listing ul li a:hover {
    color: #93268f;
}
.intro-area.minus-margin {
    margin-top: -90px;
    z-index: 0;
    position: relative;
}
.cta-section {
    position: relative;
    z-index: 1;
}
.accordion-area .section-title h2 {
    font-size: 44px;
}
.accordion-header .accordion-button::after {
    background-color: #93268f;
    background-image: none !important;
    border-radius: 40px;
    height: 35px;
    width: 35px;
    color: #fff;
    content: "+";
    padding: 0px 0px 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    line-height: 20px;
    align-content: center;
    transform: none !important;
}
.accordion-header .accordion-button:not(.collapsed)::after {
    content: "-";
}
.accordion .accordion-item, .accordion .accordion-item:first-of-type {
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    border-radius: 10px;
}
.accordion .accordion-item button.accordion-button, .accordion .accordion-item:first-of-type button.accordion-button {
    border-radius: 0px !important;
    border-color: #e5e5e5;
    background-color: transparent;
    color: #000;
    font-family: 'Rubik', sans-serif;
    box-shadow: none !important;
}
.testimonials .slide {
    padding: 15px;
    position: relative;
}
.testi-text {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px 35px;
    position: relative;
}
.testi-text::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 40px;
    border-left: 17px solid #e5e5e5;
    border-top: 0px solid #e5e5e5;
    border-bottom: 19px solid transparent;
    border-right: 0px solid #e5e5e5;
}
.testi-text::after {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 41px;
    border-left: 15px solid #fff;
    border-top: 0px solid #fff;
    border-bottom: 17px solid transparent;
    border-right: 0px solid #fff;
}
.testi-text p {
    color: #9f9f9f;
    font-size: 14px;
    line-height: 24px;
}
.author-info {
    display: flex;
}
.author-info .author-img {
    margin-left: 10px;
    width: 60px;
}
.author-info .author-details {
    padding: 10px 0px 0px 20px;
}
.author-info .author-details h4 {
    font-weight: 400;
    font-size: 16px;
}
.rating {
    width: 100%;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
}
span.rating-stars {
    background-image: url(../images/stars.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100%;
    height: 17px;
    width: 90px;
    position: relative;
}
span.rating-stars span {
    background-image: url(../images/stars.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 90px;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}
.services figure::before {
    background: -moz-linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73000000', endColorstr='#00000000',GradientType=1 );
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.services figure a.booknow-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0px;
}
.services figure a.booknow-btn i {
    background-color: #c5c5c5;
}
.services figure a.booknow-btn:hover i {
    background-color: #93268f;
}
.offer-img {
    text-align: center;
}
.offer-img img {
    border-radius: 10px;
    width: 100%;
}
.offer-price span.regular-price {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 31px;
    text-decoration: line-through;
    font-weight: 700;
    color: #666;
    text-decoration-color: #000;
    margin-left: 10px;
}
.offer-price span.sale-price {
    font-size: 60px;
    font-weight: 900;
    font-family: 'Lexend Deca', sans-serif;
}
.offer-price {
    position: relative;
    margin-bottom: 20px;
}
.offer {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.offer figure {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin: 0px;
}
.offer figure img {
    transition: all 0.3s ease;
    width: 100%;
}
.offer figure:hover > img {
    transform: scale(1.2);
}
.offer figure figcaption {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.7) 46%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.7) 46%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.7) 46%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 30px;
}
.offer figure figcaption .offer-price {
    margin-bottom: 10px;
}
.offer figure figcaption .offer-price span.sale-price {
    color: #fff;
}
.offer figure figcaption .offer-price span.regular-price {
    color: #b4b4b4;
    text-decoration-color: #b4b4b4;
    font-size: 36px;
}
.offer figure figcaption h3.offer-title, .offer figure figcaption h3.offer-title a {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 36px;
}
.offer figure figcaption a.readmore {
    display: block;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}
.offer figure figcaption a.booknow-btn {
    color: #fff;
    margin-top: 5px;
}
.offer figcaption button.booknow-btn input[type="submit"] {
    color: #fff;
}
.offer button.booknow-btn {
    margin-top: 0px;
}
.booking-form .container {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
}
button.booknow-btn {
    background-color: transparent;
    border: none;
    padding: 0px;
    width: 210px;
}
button.booknow-btn input[type="submit"] {
    background-color: transparent;
    border: none;
    height: 50px;
    padding: 0px 70px 0px 0px;
    position: relative;
    z-index: 10;
}
button.booknow-btn i {
    position: absolute;
    right: 10px;
    top: 0px;
    z-index: 0;
}
button.booknow-btn:hover > i {
    right: 0px;
}
.booking-form label {
    color: #303868;
    margin-bottom: 5px;
}
.booking-form .form-control {
    background-color: transparent;
    box-shadow: none !important;
    margin-bottom: 0px;
    font-weight: 300;
}
.booking-form .form-control::placeholder {
    font-weight: 300;
    color: #d2d2d2;
}
.booking-form .offer p.text-center, .booking-form .offer h3.text-center {
    color: #fff;
}
.booking-form .offer h3.text-center {
    font-size: 36px;
}
.booking-form .offer h3.text-center i {
    transform: scaleX(-1);
    margin-right: 5px;
}
.booking-form {
    padding: 0px 30px;
}
.booking-form .offer p.text-center {
    line-height: 22px;
    font-weight: 300;
}
.booking-form .offer {
    margin-bottom: 0px;
}
.select2-container--default .select2-selection--single {
    border-color: #d2d2d2;
    height: 44px;
}
.select2.select2-container--default .select2-selection--single span {
    line-height: 44px;
    height: 44px;
    padding-left: 13px;
}
span.select2.select2-container {
    margin-bottom: 15px;
}
.booking-form textarea#message {
    resize: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #93268f;
}
.select2-container--default .select2-results__option--selected {
    background-color: #eaeaea;
}

/* ===============================================
                New Styles
================================================== */
.info-block {
    background-color: rgba(255,255,255,0.3);
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
    padding: 30px;
    text-align: center;
}
.info-block figure figcaption h3, .info-block figure figcaption h3 a {
    color: #000;
    font-weight: 600;
    font-size: 25px;
    line-height: 33px;
}
.info-block figure figcaption {
    padding: 20px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.info-block figure figcaption h3 {
    margin-bottom: 20px;
}
.info-block figure figcaption a.goto {
    background-color: #e9e9e9;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}
.info-block figure figcaption a.goto:hover {
    background-color: #93268f;
    color: #fff;
}
.main-banner .overlay-text .doctor-inner-section .dr-intro .desc p {
    width: 100%;
}
.dr-sidebar {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}
.details {
    padding: 0px 30px 30px 0px;
}
.main-banner .overlay-text .doctor-inner-section .dr-intro h1 {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
    word-spacing: 5px;
}
.main-banner .overlay-text .doctor-inner-section .dr-intro .desc p {
    width: 100%;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 50px;
}
.doctor-inner-section .dr-intro {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: 100%;
    align-items: center;
}
.dr-contact-info ul li p {
    margin-bottom: 0px;
}
.dr-contact-info ul {
    margin: 0px;
    padding: 0px;
}
.dr-contact-info ul li {
	list-style-type: none;
    margin-bottom: 20px;
}
.dr-contact-info ul li a.booknow-btn {
    margin-top: 0px !important;
}
.dr-contact-info {
    padding-top: 40px;
}
.dr-contact-info ul li:nth-child(2) > p:first-of-type {
    font-weight: 700;
    font-size: 20px;
}
.dr-stats p.subtitle {
    color: #999999;
    margin-bottom: 0px;
}
.exp-counter h3 {
    font-size: 52px;
}
.count-item {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.count-item figure, .count-item h3, .count-item p {
    width: 100%;
    text-align: center;
}
.right-corner ul li span#cart-count {
    height: 20px;
    background-color: #ff0000;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 50px;
    line-height: 12px;
    font-size: 10px;
    width: 20px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
p.cart-empty.woocommerce-info {
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: 300;
}
p.return-to-shop {
    text-align: center;
    padding: 20px;
}
.shop-top-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
main#primary {
    background-color: #fff;
    padding: 50px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 70px;
}
.woocommerce-notices-wrapper {
    width: 100%;
}
.inner-page-content ul.products {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0px -8px;
    width: calc(100% + 16px);
}
.inner-page-content ul.products li.product {
    margin: 0px;
    padding: 8px;
}
.inner-page-content ul.products.columns-4 li.product {
    width: 25%;
}
.inner-page-content ul.products li.product .product-inner {
    border: 1px solid #dedede;
    border-radius: 5px;
    height: 100%;
    padding: 20px;
    position: relative;
}
h2.woocommerce-loop-product__title {
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
}
h2.woocommerce-loop-product__title:hover {
    color: #00b79b;
}
span.price {
    font-family: 'Lexend Deca', sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 21px;
}
span.woocommerce-Price-currencySymbol {
    color: #999999;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
    margin-left: 5px;
}
a.button.add_to_cart_button {
    color: #000;
    text-transform: uppercase;
    position: relative;
}
.product-thumbnail {
    display: flex;
    width: 100%;
    justify-content: center;
}
.woocommerce-ordering select.orderby {
    border: 1px solid #dedede;
    border-radius: 30px;
    height: 35px;
    padding: 3px 10px;
    font-size: 13px;
    font-weight: 300;
    color: #999;
}
p.woocommerce-result-count {
    font-weight: 300;
    font-size: 14px;
    color: #999;
}
nav.woocommerce-breadcrumb {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
}
nav.woocommerce-breadcrumb a {
    color: #00b79b;
}
ul.products li.product a.button.add_to_cart_button::before {
    background-color: #00b79b;
    background-image: url('../images/cart-icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
}
ul.products li.product a.button.yith-wcqv-button {
    position: absolute;
    top: 60px;
    right: 10px;
    background-color: #ebebeb;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 40px;
    color: #999;
}
span.tinvwl_add_to_wishlist-text {
    display: none;
}
.product-inner .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
    left: auto;
    right: 0px;
    z-index: 1;
}
a.tinvwl_add_to_wishlist_button {
    background-color: #ebebeb;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 40px;
    color: #999;
    position: absolute;
    right: 11px;
    margin: 0px;
    top: 0px;
}
ul.products li.product a.button.yith-wcqv-button:hover, a.tinvwl_add_to_wishlist_button:hover {
    background-color: #00b79b;
    color: #fff;
}
a.tinvwl_add_to_wishlist_button::before {
    margin: 0px !important;
}
.dr-icon {
    width: 100%;
}
.post-no-img img {
    filter: grayscale(1);
}

/* ===============================================
                Cart Styles
================================================== */

.cart-section table.shop_table tr th {
    font-weight: 500;
}
.cart-section > .row > .col-md-4.col-xs-12 .cart-collaterals {
    background-color: #f6f6f6;
    border-radius: 8px;
    padding: 30px 30px 40px 30px;
}
.cart_totals .wc-proceed-to-checkout a.checkout-button {
    background-color: #00b79b;
    color: #fff;
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 300;
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 30px;
    text-transform: uppercase;
}
.cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #04937d;
}
.cart_totals .wc-proceed-to-checkout {
    padding-top: 20px;
}
.cart_totals table.shop_table tr {
    border-bottom: 1px solid #dedede;
    line-height: 40px;
}
.cart_totals > h2 {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 20px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
}
.cart_totals table.shop_table tr th, .cart_totals table.shop_table tr td, .cart_totals table.shop_table tr td span.woocommerce-Price-amount.amount {
    font-weight: 400;
    font-size: 14px;
}
.cart_totals table.shop_table tr.order-total th, .cart_totals table.shop_table tr.order-total td {
    padding-top: 30px;
    font-weight: 600;
}
.cart_totals table.shop_table tr.order-total td span.woocommerce-Price-amount.amount {
    font-weight: 600;
}
.cart_totals table.shop_table tr.order-total {
    border-bottom: 0px;
}
.cart-section table.shop_table tr.woocommerce-cart-form__cart-item.cart_item {
    border-bottom: 1px solid #dedede;
}
.cart-section table.shop_table tr.woocommerce-cart-form__cart-item.cart_item td {
    padding: 15px 10px;
}
.cart-section table.shop_table tr.woocommerce-cart-form__cart-item.cart_item:nth-last-child(2) {
    border-bottom: 0px;
}
.cart-section table.shop_table tr.woocommerce-cart-form__cart-item.cart_item input[type="number"] {
    border-radius: 30px;
    width: 70px;
    padding: 5px 16px;
    text-align: center;
    height: 40px;
}
.cart-section table.shop_table tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail {
    width: 100px;
}
.cart-section table.shop_table tr.woocommerce-cart-form__cart-item.cart_item td.product-name a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
}
.cart-section table.shop_table tr.woocommerce-cart-form__cart-item.cart_item td.product-name a:hover {
    color: #00b79b;
}
.actions button.button{
    background-color: #00b79b;
    color: #fff;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    padding: 5px 15px;
    cursor: pointer;
    margin-top: 20px;
}
.single-product div.product .woocommerce-product-gallery {
    width: 100%;
}
h1.product_title.entry-title {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 20px;
    padding-right: 100px;
    margin-top: 0px;
    display: inline-block;
    margin-bottom: 15px;
}
button.single_add_to_cart_button.button.alt, .comment-form .form-submit input.submit, button#place_order, button.woocommerce-Button.button  {
    background-image: url(../images/cart-icon.png);
    background-repeat: no-repeat;
    background-position: 150px 11px;
    background-size: 14px auto;
    background-color: #048672;
    color: #fff;
    border: none;
    border-radius: 30px;
    width: 190px;
    height: 40px;
    line-height: 20px;
    font-weight: 300;
    text-transform: uppercase;
    padding-right: 30px;
}
button.single_add_to_cart_button.button:hover, .comment-form .form-submit input.submit:hover {
    background-color: #048672;
}
.comment-form .form-submit input.submit {
    background-image: none;
}
.quantity input.qty {
    border-radius: 30px;
    margin-right: 15px;
    padding: 5px 20px;
    text-align: center;
    width: 100px;
}
.single-product .product .entry-summary form.cart {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0px 20px;
}
body .star-rating span::before {
    color: #ffcf00;
}
.woocommerce-product-rating {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.single-product .summary.entry-summary p.price {
    font-weight: 700;
    font-size: 24px;
}
.product_meta > span {
    display: block;
    margin: 0px 0px 5px;
    font-size: 14px;
    line-height: 22px;
}
.woocommerce-tabs ul.tabs.wc-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    /*visibility: hidden;*/
    
}
.woocommerce-tabs ul.tabs.wc-tabs li a, .woocommerce-tabs .panel h2 {
    font-weight: 700;
    color: #000;
    font-size: 22px;
    font-family: 'Lexend Deca', sans-serif;
    border-bottom: 3px solid transparent;
    line-height: 24px;
    padding-bottom: 6px;
}
.woocommerce-tabs ul.tabs.wc-tabs li.active a {
    border-color: #00b79b;
}
h2.woocommerce-Reviews-title {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 18px;
}
ol.commentlist {
    margin-left: 0px;
    padding: 0px;
}
ol.commentlist li {
    background-color: #f2f2f2;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
    padding: 20px;
}
section.related.products {
    padding: 70px 0px 0px;
}
.main-banner .overlay-text .doctor-inner-section .dr-intro .desc {
    width: 100%;
}
.inner-page-content ul.products li.product .star-rating {
    display: none;
}
.tinv-wishlist.tinvwl-after-add-to-cart a.tinvwl_add_to_wishlist_button {
	left: 0px;
	right: auto;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	top: 15px;
	right: 10px;
}
body.woocommerce-page .entry-content > .woocommerce {
    padding: 50px;
    background-color: #fff;
}
body.woocommerce-page .entry-content > .woocommerce div#customer_details {
    width: calc(100% - 30px);
    display: flex;
    flex-wrap: wrap;
}
body.woocommerce-page .entry-content > .woocommerce div#customer_details > div {
    width: 50%;
    padding: 15px;
}
body.woocommerce-page .entry-content > .woocommerce div#customer_details > div label {
    display: block;
    width: 100%;
}
body.woocommerce-page .entry-content > .woocommerce div#customer_details > div .input-text {
    width: 100%;
    height: 35px;
    padding: 5px 10px;
    font-weight: 300;
    font-size: 14px;
}
#order_review table.shop_table tfoot {
    background-color: #f4f4f4;
    border: 1px solid #dedede;
}
#order_review table.shop_table tfoot th, #order_review table.shop_table tfoot td {
    padding: 5px 10px;
}
.woocommerce-error li {
    color: #fff;
    padding: 0px 8px;
    font-size: 14px;
}
body.woocommerce-page.woocommerce-account .entry-content > .woocommerce {
    display: flex;
    flex-wrap: wrap;
}
body.woocommerce-page.woocommerce-account .entry-content > .woocommerce nav.woocommerce-MyAccount-navigation {
    width: 220px;
}
body.woocommerce-page.woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-content {
    width: calc(100% - 220px);
    padding: 0px 30px;
}
body.woocommerce-page.woocommerce-account .entry-content > .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
    padding: 8px 15px;
    color: #000;
    width: 100%;
    display: inline-block;
    border: 1px solid #dedede;
    margin-top: -1px;
}
body.woocommerce-page.woocommerce-account .entry-content > .woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover,
body.woocommerce-page.woocommerce-account .entry-content > .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active > a {
    background-color: #00b79b;
    border-color: #00b79b;
    color: #fff;
}
.woocommerce-MyAccount-content .input-text {
    width: 100%;
}
.tinv-wishlist a.button.wc-backward {
	background-color: #048672;
    color: #fff;
    border: none;
    border-radius: 30px;
    width: 190px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 8px 15px;
    display: inline-block;
}
.tinv-wishlist.woocommerce {
    background-color: #fff;
    padding: 50px;
}
body .select2-container--default .select2-selection--single {
    border-color: #ccc;
    height: 44px;
    margin: 0px;
}
body .select2-container--open span.select2-dropdown.select2-dropdown--below {
    border-color: #ccc;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #ccc;
}
body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #00b79b;
}
.select2-results__option {
    padding: 6px 15px;
    font-size: 14px;
}
span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
body.term-dermatology .main-banner, body.term-medical-dermatology-and-venereology .main-banner, body.term-laser-services .main-banner, body.term-beauty-and-cosmetic-dermatology .main-banner, body.term-skin-care .main-banner, body.term-feminine-internal-beauty .main-banner {
    background-image: url('https://socialm.tv/wps/wp-content/themes/drhessa/images/service-details-banner.jpg');
    background-size: 100% auto;
    background-position: center top;
}
body.post-type-archive-services .main-banner {
    /*background-image: url('https://drhessa.qa/wp-content/themes/drhessa/images/team-banner.jpg');*/
    background-size: 100% auto;
    background-position: center top;
}
body.term-slimming-body-contoring-and-tightening .main-banner {
    background-image: url('https://drhessa.qa/wp-content/themes/drhessa/images/banner-slimming-updatd.png');
    background-size: 100% auto;
    background-position: center top;
}
.main-banner > .cta-cols {
    padding: 31px 0px 50px;
}
.single-services .main-banner {
    min-height: 0px;
    padding-bottom: 40px;
}
.thankyou-section img {
    width: 200px;
}
nav.woocommerce-pagination {
    width: 100%;
    position: relative;
}
ul.page-numbers {
    display: flex;
    width: 100%;
    padding: 40px 0px 0px 0px;
}
nav.woocommerce-pagination ul.page-numbers li {
    padding: 0px 5px;
}
nav.woocommerce-pagination ul.page-numbers li .page-numbers {
    width: 35px;
    height: 35px;
    background-color: #f3f3f3;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
nav.woocommerce-pagination ul.page-numbers li .page-numbers.current, nav.woocommerce-pagination ul.page-numbers li .page-numbers:hover {
    background-color: #00b79b;
    color: #fff;
}
.services-categories ul {
    list-style-type: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.services-categories ul li {
    margin-bottom: 25px;
}
.services-categories ul li .thumbnail-cat {
    position: relative;
    overflow: hidden;
    /*padding: 0px 20px;*/
}
.services-categories ul li .thumbnail-cat figure {
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
}
.services-categories ul li .thumbnail-cat figure::before {
    background: -moz-linear-gradient(45deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(45deg, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73000000', endColorstr='#00000000',GradientType=1 );
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.services-categories ul li .thumbnail-cat figure img {
    width: 100%;
}
.services-categories ul li .thumbnail-cat figure figcaption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    padding: 20px;
}
.services-categories ul li .thumbnail-cat figure figcaption a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.services-categories ul li .thumbnail-cat figure:hover > img {
    transform: scale(1.5);
}
.single-doctors .wrapper h3 {
    margin: 20px 0px 10px;
}
#conditional_other {
    display: none;
}
ul.wc_payment_methods.payment_methods.methods, .contact-us-section ul {
    list-style-type: none;
    padding: 0px;
}
#footer ul {
    padding: 0px;
    list-style-type: none;
}
a.absolute-btn {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
.colored-column > a {
    height: calc(100% + 60px);
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-end;
    margin: -30px;
    padding: 30px;
    width: calc(100% + 60px);
}



/* ===============================================
                Responsive Styles
================================================== */
@media (min-width: 2100px) {
    .cta .container-fluid {
        max-width: 1800px;
    }
	nav#navigation ul.submenu li a {
		font-size: 36px;
	}
	nav#navigation ul.submenu li > ul.sub-menu li a {
		line-height: 55px;
		font-size: 30px;
		display: inline-block;
		width: 100%;
	}
	nav#navigation ul.submenu li > ul.sub-menu li a i {
		font-size: 26px;
		height: 30px;
		width: 30px;
		text-align: center;
		line-height: 40px;
	}
}

@media (max-width: 1280px) {
}

@media (max-width: 991px) {
    .about-intro .row > .col-md-8 > div {
        width: 100%;
    }
    .about-intro .row > .col-md-8 > div.thumbnail-about img, .about-intro .row > .col-md-4 > div.about-info figure img {
        width: 100%;
    }
	.cta-cols .row .cta-link h3 {
		font-size: 20px;
	}
	.cta-cols .row .cta-link span.icon-bar img {
		width: 40px;
	}
	.cta-cols .row > div:first-of-type .cta-link h3, .cta-cols .row > div .cta-link h3 {
		margin-bottom: 15px;
		padding-bottom: 12px;
	}
	.cta-cols .row .cta-link span.icon-bar span.text {
		font-size: 18px;
	}
	.section-title h2 {
		font-size: 40px;
		line-height: 40px;
	}
	.our-doctors-area .doctors h3 {
		font-size: 14px;
	}
	.our-doctors-area .designation {
		font-size: 10px;
		line-height: 17px;
	}
	.our-specialities .colored-column img {
		width: 35px;
	}
	.our-specialities .row > div:last-of-type .colored-column:first-of-type {
		margin-bottom: 5px;
	}
	.our-specialities .row > div:last-of-type .colored-column {
		height: calc(50% - 3px);
		align-content: center;
	}
	.our-specialities .section-title h2 {
		font-size: 36px;
		line-height: 35px;
	}
	footer#footer .widget ul li a {
		font-size: 12px;
		line-height: 20px;
	}
	.about-intro .row > .col-md-4 > div.about-info figure a.dim-btn img {
		width: 18px;
	}
	.image-desc-section h2 {
		font-size: 24px;
	}
	.image-desc-section p {
		font-size: 15px;
		line-height: 22px;
	}
	.features-area .features-listing ul li a {
		font-size: 16px;
		line-height: 27px;
	}
	.features-area .section-title h2 {
		font-size: 33px;
		line-height: 36px;
	}
	.accordion-area .section-title h2 {
		font-size: 36px;
	}
	.accordion-area .section-title h4 {
		font-size: 20px;
	}
	.section-title h2 {
		font-size: 33px;
	}
	.testi-text {
		padding: 15px;
		font-size: 13px;
		line-height: 22px;
	}
	.author-info .author-img {
		width: 48px;
	}
	.author-info .author-details h4 {
		font-size: 13px;
		margin-bottom: 5px;
	}
	.rating {
		width: 70px;
	}
	span.rating-stars span {
		background-size: 100%;
		background-position: 0px 4px;
	}
	.main-banner .overlay-text p {
		line-height: 21px;
		font-size: 13px;
	}
	.details p {
		line-height: 22px;
		font-size: 14px;
		text-align: justify;
	}
	.dr-sidebar {
		padding: 0px 10px;
	}
	.consult-dr p {
		font-size: 14px;
		line-height: 22px;
	}
	.dr-contact-info ul li a.booknow-btn {
		font-size: 20px;
	}
	.dr-contact-info ul li a.booknow-btn i {
		width: 35px;
		height: 35px;
		font-size: 15px;
		line-height: 18px;
	}
	.de-experience p {
		font-size: 14px;
		line-height: 22px;
	}
	.dr-stats.padding-top-100.padding-bottom-70 {
		padding-top: 40px !important;
	}
	.count-item figure img {
		width: 90px;
	}
	.offer figure figcaption h3.offer-title, .offer figure figcaption h3.offer-title a {
		font-size: 20px;
	}
	.offer figure figcaption .offer-price span.sale-price {
		font-size: 40px;
	}
	.offer figure figcaption .offer-price span.regular-price {
		font-size: 24px;
	}
	.offer figure figcaption a.readmore {
		font-size: 15px;
		line-height: 17px;
	}
	.offer figcaption button.booknow-btn input[type="submit"] {
		font-size: 20px;
	}
	.offer button.booknow-btn {
		text-align: left;
		font-size: 16px;
	}
	button.booknow-btn i {
		width: 35px;
		line-height: 15px;
		height: 35px;
		top: 7px;
		right: 40px;
	}
	.inner-page-content ul.products.columns-4 li.product {
		width: 33.3%;
	}
	ul.products li.product a.button.add_to_cart_button::before {
		height: 35px;
		width: 35px;
		background-size: 11px;
	}
	h1.product_title.entry-title {
		padding: 0px;
	}
	.quantity input.qty {
		width: 60px;
		padding: 5px 10px;
	}
	.woocommerce-product-details__short-description p {
		font-size: 14px;
		line-height: 24px;
	}
	.related.products ul.products.columns-3 li.product {
		width: 33.3%;
	}
	.cart-section .col-md-8.col-xs-12, .cart-section .col-md-4.col-xs-12 {
		width: 100%;
	}
	.cart-section table.shop_table tr.woocommerce-cart-form__cart-item.cart_item td {
		padding: 5px 7px;
	}
	.services figure figcaption {
		font-size: 16px;
	}
	.services > .row > .col-md-3.col-xs-12 {
		width: 33.3%;
	}
	.about-intro .row > .col-md-8 > div.about-text {
        padding: 20px 30px;
    }
	.about-intro .row > .col-md-8 > div.about-text p {
        font-size: 14px;
        line-height: 27px;
        margin-bottom: 0px;
    }
}

@media (max-width: 900px) {
    .main-banner .overlay-text h1 {
        font-size: 5vw;
        width: 50vw;
    }
    .main-banner .overlay-text {
        padding-top: 70px;
    }
    .services figure figcaption {
        font-size: 16px;
        line-height: 20px;
        width: 100%;
    }
    .cta-section .row h2 {
        font-size: 22px;
        line-height: 25px;
    }
    footer#footer .widget ul li a {
        font-size: 13px;
        line-height: 18px;
    }
    footer#footer h3.widget-title {
        font-size: 18px;
    }
    .contact-info ul li span.info {
        font-size: 13px;
        line-height: 18px;
        display: block;
    }
    .social-profiles ul li a {
        font-size: 20px;
    }
    .usefull-links ul li a {
        font-size: 12px;
    }
    footer#footer > .container > .row > .col-md-3.col-xs-12 {
        width: 50%;
        padding: 20px 20px;
    }
    footer#footer > .container > .row > .col-md-3.col-xs-12:first-of-type, footer#footer > .container > .row > .col-md-3.col-xs-12:nth-child(2) {
        border-bottom: 1px solid #dedede;
    }
    footer#footer > .container > .row > .col-md-3.col-xs-12:first-of-type, footer#footer > .container > .row > .col-md-3.col-xs-12:nth-child(3) {
        border-right: 1px solid #dedede;
    }
    .our-specialities .colored-column img {
        width: 30px;
    }
    .our-specialities .colored-column h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .our-specialities .row > div .colored-column {
        padding: 20px 30px;
    }
    .our-specialities .row > div:last-of-type .colored-column {
        height: calc(50% - 5px);
    }
    .our-specialities .section-title h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .intro-area p {
        font-size: 12px;
        line-height: 20px;
    }
    .intro-area h4 {
        font-size: 14px;
    }
    .intro-area h3 {
        font-size: 36px;
        font-weight: 700;
    }
    a.readmore {
        font-size: 16px;
    }
    .cta-cols .row .cta-link h3 {
        font-size: 20px;
        font-weight: 700;
        padding-bottom: 10px;
    }
    .cta-cols .row > div:first-of-type .cta-link h3 {
        padding-bottom: 10px;
        margin-bottom: 14px;
    }
    .cta-cols .row .cta-link span.icon-bar img {
        width: 30px;
    }
    .cta-cols .row .cta-link span.icon-bar span.text {
        font-size: 18px;
    }
    .doctors > .row > .col-md-3.col-xs-12 {
        width: 50%;
    }
    .doctors > .row > .col-md-3.col-xs-12 figure img {
        width: 100%;
    }
    .cta-cols .row .cta-link a.link-cta {
        height: 25px;
        width: 25px;
        font-size: 17px;
        top: 30px;
    }
	.our-specialities .row > div:last-of-type .colored-column {
		height: calc(50% - 3px);
	}
	.copyrights p {
		font-size: 14px;
	}
}

@media (max-width: 800px) {
    footer#footer div#footer-bottom {
        flex-wrap: wrap;
    }
    footer#footer div#footer-bottom > div {
        width: 50%;
    }
    footer#footer div#footer-bottom .address > p {
        font-size: 2vw;
    }
    footer#footer div#footer-bottom {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    footer#footer div#footer-bottom .contact-info a {
        font-size: 2.5vw;
    }
	.cta-cols, .intro-area, .our-doctors-area, .expertise-section, .our-partners-section {
        padding: 70px 0px;
    }
}

@media (max-width: 767px) {
    body.home .main-banner {
        /* background-color: #193773; */
        background-position: 0px 70px;
    }
    .main-banner .overlay-text {
        padding-top: 150px;
    }
    .cta-cols .row {
        background-color: #193773;
    }
    .about-intro .row > .col-md-4 > div.about-info figure img {
        display: none;
    }
    .about-intro .row > .col-md-4 > div.about-info figure figcaption {
        position: static;
        margin-top: 20px;
    }
    .projects .project, .projects .project .bottom-area {
        padding: 30px;
    }
    .cta .book-now a {
        font-size: 4vw;
    }
    .section-title p {
        font-size: 3vw;
    }
    ul#filters > li.category-button {
        font-size: 1.8vw;
    }
    #footer .footer-cta h3 {
        font-size: 4.5vw;
    }
    #footer .footer-cta p {
        font-size: 3vw;
    }
	.menu-section {
		padding: 30px 0px 60px 0px;
	}
	.menu-section h2 {
		font-size: 30px;
	}
	.menu-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	nav#navigation ul.submenu {
		height: 100%;
		flex-wrap: nowrap;
	}
	nav#navigation ul.submenu li a {
		font-size: 16px;
		padding: 0px;
	}
	nav#navigation ul.submenu li > ul.sub-menu li a {
		font-size: 12px;
	}
	.menu-contac-info-widget ul li span.text {
		font-size: 16px;
	}
    .cta-cols .row > div {
        border-style: solid;
        border-width: 2px 0px 0px;
        border-color: rgba(255,255,255,0.27);
    }
    .intro-area .row > div.text-right, .intro-area .row > div.text-left {
        justify-content: center;
        text-align: center !important;
    }
    .our-specialities .row > div:last-of-type .colored-column:first-of-type {
        margin-bottom: 7px;
    }
    .our-specialities .colored-column h3 {
        width: auto;
        padding-left: 20px;
    }
    .services > .row > .col-md-3.col-xs-12 {
        width: 50%;
    }
    .partner-logos > .container > .row > .col-md-3.col-xs-12 {
        width: 50%;
    }
	.section-title h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.section-title p {
		font-size: 14px;
		line-height: 15px;
	}
	.doc-img-wrap {
		margin-bottom: 30px;
	}
	.accordion-area.padding-top-100.padding-bottom-100 {
		padding: 0px !important;
	}
	.about-intro.padding-top-100 {
		padding-top: 50px !important;
	}
	.col-md-3.col-xs-12.count-item {
		width: 50%;
	}
	.offers.padding-top-100.padding-bottom-50 {
		padding-top: 20px !important;
	}
	div#logo {
		width: 100px;
	}
	.right-box {
		width: calc(100% - 100px);
	}
	div#logo a.navbar-brand {
		margin: 0px;
		width: 100%;
		display: inline-block;
	}
	.booking-form.padding-top-100.padding-bottom-50 {
		padding-top: 20px !important;
	}
	input.wpcf7-form-control.wpcf7-submit {
		font-size: 21px;
	}
	.wpcf7 button.booknow-btn {
		width: 200px;
		text-align: left;
		font-size: 15px;
		margin-top: 10px;
	}
	.booking-form .offer h3.text-center {
		font-size: 20px;
	}
	h2.woocommerce-loop-product__title {
		font-size: 14px;
		line-height: 22px;
	}
	.inner-page-content ul.products.columns-4 li.product {
		width: 50%;
	}
	main#primary {
		padding: 20px;
		margin-top: 10px;
	}
	.related.products ul.products.columns-3 li.product {
		width: 50%;
	}
	.woocommerce-cart .main-banner .lightbg.padding-all-50.margin-top-90 {
		margin: 0px !important;
	}
	table.shop_table_responsive tr td::before {
		display: none;
	}
	.cart-section table.shop_table tr.woocommerce-cart-form__cart-item.cart_item td {
		text-align: center;
	}
	.cart-section table.shop_table tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail {
		width: 100%;
	}
	.cart-section table.shop_table tr.woocommerce-cart-form__cart-item.cart_item td.product-price, .cart-section table.shop_table tr.woocommerce-cart-form__cart-item.cart_item td.product-quantity, .cart-section table.shop_table tr.woocommerce-cart-form__cart-item.cart_item td.product-subtotal {
		background-color: #f2f2f2;
		display: inline-block;
		width: 33.3%;
		height: 50px;
		vertical-align: middle;
		line-height: 41px;
	}
	.cart-section table.shop_table tr.woocommerce-cart-form__cart-item.cart_item td.product-quantity input.qty {
		margin: 0px;
	}
	.cart-section table.shop_table tr.woocommerce-cart-form__cart-item.cart_item td.product-remove {
		background-color: #f2f2f2;
		border-top: 1px solid #dedede;
		margin-top: 10px;
	}
	.cart-section table.shop_table tr.woocommerce-cart-form__cart-item.cart_item td.product-remove a.remove {
		color: #ff0000;
		font-size: 35px;
		display: inline-block;
		vertical-align: middle;
	}
	.cart-section table.shop_table tr.woocommerce-cart-form__cart-item.cart_item td {
		border-left: 1px solid #dedede;
		border-right: 1px solid #dedede;
	}
	.menu-contact-info {
		display: none;
	}
    .accordion-area.padding-top-100.padding-bottom-100 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .doc-img-wrap {
        display: none;
    }
    body .main-banner {
        padding: 0px 15px;
    }
    body .footer-bottom {
        padding: 25px 15px;
    }
    .our-specialities .row > div .colored-column a {
        display: flex;
        align-content: center;
        align-items: center;
    }
    .our-specialities .row > div .colored-column a img, .our-specialities .row > div .colored-column a h3 {
        margin: 0px;
    }
    .services-categories ul li {
        width: 50%;
        margin-bottom: 25px;
    }
	.right-corner ul li>a.width-auto {
		padding: 5px 5px;
		justify-content: center;
		align-items: center;
		align-content: center;
		width: 30px !important;
	}
	.right-corner ul li>a.width-auto > img {
		margin: 0px 0px 0px 0px;
		width: 15px;
    	height: auto;
	}
	.right-corner ul li>a.width-auto span.text {
		display: none;
	}
}

@media (max-width: 650px) {
    body.single-services .main-banner {
        background-size: 200% auto !important;
    }
    body.tax-specialities .main-banner {
        background-size: 150% auto !important;
    }
    body .main-banner .overlay-text {
        padding-top: 130px;
    }
    body .main-banner .overlay-text h1 {
        /*color: #000;*/
        font-size: 5vw;
        /*width: 100%;*/
    }
    body .main-banner .overlay-text h1 br {
        display: none;
    }
    .doctors > .row > .col-md-3.col-xs-12, .main-banner .overlay-text p {
        /*color: #000;*/
        /*width: 100%;*/
    }
    body .lightbg.expertise-section.padding-all-40 {
        padding: 20px 5px !important;
    }
    body .inner-page-content.padding-top-100.padding-bottom-40 {
        padding-top: 30px !important;
    }
    .right-corner ul li:last-of-type > a {
        text-indent: -9999px;
/* 		border-radius: 25px; */
		width: 25px;
		height: 25px;
		padding: 2px;
		line-height: normal;
    }
	.right-corner ul li:last-of-type > a > span.text {
		display: none;
	}
    .right-corner ul li:last-of-type > a > img {
        margin-right: 0px;
    }
	nav#navigation ul.submenu {
		flex-wrap: wrap;
		/*width: 300px;*/
		max-width: 100%;
	    padding: 0px 20px;
	}
	nav#navigation ul.submenu > li {
		width: 100%;
	}
	nav#navigation ul.submenu li a {
        line-height: 30px !important;
        font-size: 15px !important;
        width: 100%;
    }
    a.close-menu {
        top: 20px;
        right: 10px;
    }
	.menu-contact-info {
		position: static;
		width: 100%;
	}
	.menu-contact-info > ul {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		align-content: flex-start;
	}
	.menu-container.open-class {
		overflow: auto;
	}
	.menu-contact-info ul li {
		text-align: left;
	}
	.menu-contact-info ul li ul {
		margin: 0px;
	}
	.right-corner ul li a {
		width: 25px;
		height: 25px;
		padding: 5px;
	}
	.right-corner ul li:last-of-type > a > img {
		width: 12px;
		height: 12px;
	}
	header.sticky .right-corner ul li:last-of-type a {
		padding: 2px;
		width: 25px;
		height: 25px;
	}
	a.menu-toggle img {
		width: 20px;
	}
	#logo a.navbar-brand > img.default-logo {
		width: 50px;
	}
	.menu-contact-info ul li img {
		width: 70px;
	}
	.lightbg.padding-all-50.margin-top-90 {
		padding: 0px !important;
	}
	body .usefull-links ul {
        margin-bottom: 20px;
    }
    .usefull-links ul li:first-of-type {
        border-bottom: 1px solid #8f8f8f;
        border-right: 1px solid #8f8f8f;
        padding-left: 10px;
    }
    .usefull-links ul li:nth-child(2) {
        border-bottom: 1px solid #8f8f8f;
        border-right: none;
    }
    .usefull-links ul li:nth-child(3) {
        border-right: 1px solid #8f8f8f;
    }
    body .usefull-links ul li {
        text-align: center;
        width: 50%;
    }
    .footer-bottom > div.copyrights {
        width: 100%;
        text-align: center;
    }
}

@media (max-height: 600px) {
	.single-doctors .main-banner {
		background-size: cover !important;
		background-position: left;
	}
	.main-banner .overlay-text p {
		width: 100%;
	}
    .projects .project .bottom-area > a {
        font-size: 1.9vw;
    }
    .projects .project, .projects .project .bottom-area {
        padding: 10px 15px 5px;
    }
    ul#filters > li.category-button {
        font-size: 3.5vw;
    }
    .cta {
        padding: 60px 50px;
    }
	.main-banner .overlay-text h1 {
		width: 100%;
	}
	.woocommerce-tabs ul.tabs.wc-tabs li a, .woocommerce-tabs .panel h2 {
		font-size: 17px;
	}
	body.home .main-banner .overlay-text h1 {
		color: #148D9A;
		width: 100%;
	}
	body.home .main-banner .overlay-text p {
		color: #148D9A;
	}
	body.home .cta-cols {
		background-color: #e7e7e7;
		background-color: #148D9A;
	}
	.cta-cols, .intro-area, .our-doctors-area, .expertise-section, .our-partners-section, .cta-section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 550px) {
    .projects .project {
        width: 50%;
    }
    .projects .project.light-green {
        width: 100%;
    }
    .cta {
        padding: 50px 40px;
    }
    #footer .footer-cta p {
        font-size: 4vw;
    }
    #footer .footer-cta h3 {
        font-size: 7.5vw;
    }
    #footer .footer-cta .right a.primary-btn.btn {
        font-size: 4vw;
    }
    footer#footer div#footer-bottom .address > p {
        font-size: 3vw;
    }
    footer#footer div#footer-bottom > div.contact-info p a {
        font-size: 4vw;
    }
    .filters-area ul li.filter {
        width: 50%;
    }
	.related.products ul.products.columns-3 li.product {
		width: 100%;
	}
}

@media (max-width: 480px) {
    footer#footer div#footer-bottom > div {
        width: 100%;
        text-align: center;
    }
    footer#footer div#footer-bottom > div.social-profiles > ul {
        justify-content: center;
    }
    footer#footer div#footer-bottom .address > p {
        font-size: 4vw;
        margin: 20px;
    }
    footer#footer div#footer-bottom {
        padding: 50px 0px;
    }
    /* .main-banner {
		background-position: top right;
		background-size: cover !important;
	} */
	.main-banner .overlay-text {
		padding-top: 210px;
	}
    .main-banner .overlay-text h1 {
        color: #fff;
        font-size: 6vw;
        width: 70%;
    }
	.our-doctors-area, .expertise-section {
		background-color: #fff;
	}
	.our-partners-section {
		padding-bottom: 0px;
		background-color: #fff;
	}
    .doctors > .row > .col-md-3.col-xs-12, .main-banner .overlay-text p {
        width: 100%;
    }
    .cta-cols {
        padding: 70px 10px;
    }
    a.menu-toggle span.text {
        display: none;
    }
    .right-box {
        padding-left: 20px;
    }
    .footer-bottom {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-bottom > div {
        width: 100%;
    }
	.inner-page-content ul.products.columns-4 li.product {
		width: 100%;
	}
	.cart-section table.shop_table tr.woocommerce-cart-form__cart-item.cart_item td.product-price, .cart-section table.shop_table tr.woocommerce-cart-form__cart-item.cart_item td.product-quantity, .cart-section table.shop_table tr.woocommerce-cart-form__cart-item.cart_item td.product-subtotal {
		font-size: 14px;
	}
	.cart-section table.shop_table tr.woocommerce-cart-form__cart-item.cart_item td.product-quantity input.qty {
		height: 32px;
		font-size: 14px;
	}
	.cta-section .row a.gotocta-btn {
		position: static;
		transform: none;
		margin-top: 10px;
	}
	.services > .row > .col-md-3.col-xs-12 {
		width: 100%;
	}
	.services-categories ul li {
        width: 100%;
        margin-bottom: 25px;
    }
}

@media (max-width: 400px) {
    .main-banner .overlay-text h1 {
        font-size: 6vw;
        width: 100%;
    }
    .usefull-links ul li:first-of-type {
        padding-left: 10px;
    }
    .usefull-links ul li {
        width: 100%;
        border: none;
        text-align: center;
    }
    .copyrights p {
        text-align: center;
        font-size: 12px;
        margin-top: 20px;
    }
    footer#footer > .container > .row > .col-md-3.col-xs-12 {
        width: 100%;
    }
    footer#footer .footer-logo {
        margin-bottom: 50px;
    }
    .cta-section .row {
        padding: 20px;
    }
    div#logo {
        padding: 8px;
        width: 100px;
    }
    .right-box {
        padding: 12px;
        width: calc(100% - 100px);
    }
	.col-md-3.col-xs-12.count-item {
		width: 100%;
	}
	button.single_add_to_cart_button.button.alt, .comment-form .form-submit input.submit {
		width: 160px;
		font-size: 14px;
		background-position: 120px 11px;
	}
	.cart-section > .row > .col-md-4.col-xs-12 .cart-collaterals {
		padding: 20px;
		text-align: center;
	}
	.section-title a.readmore {
        position: static;
        transform: none;
    }
}