/*
Author       : Theme-Family
Template Name: Muntaqim -  Medical & Healthcare Service HTML5 Website Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, SECTION TITLE, PRELOADER, BTN, SECTION PADDING, SCROLL etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
		--START HOME SLIDER
		--START HOME DEFAULT
		--START HOME LANDING PAGE
    04. START ABOUT DESIGN
		--START COUNTER DESIGN 
    05. START TEAM DESIGN
    06. START SERVICE DESIGN
		--START CALL  DESIGN
	07. START PRICING DESIGN
	08. START TESTIMONIAL DESIGN
	09. START BLOG DESIGN
		--START BLOG DETAILS DESIGN
		--START PROTFOLIO DETAILS DESIGN
		--START SERVICE DETAILS DESIGN
		--START TEAM DETAILS DESIGN
    10. START CONTACT DESIGN (START MAP DESIGN)
	11.	START FOOTER DESIGN
		---START BOOKING FORM DESIGN
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
html {
  overflow-x: hidden;
  height: 100%;
}
body {
  font-family: var(--thm-font);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: var(--thm-p);
}
:root {
  --thm-font: 'Poppins', sans-serif;
  --thm-base: #2bc7ed;
  --thm-color: #31C786;
  --thm-black: #222222;
  --thm-white: #ffffff;
  --thm-ase: #afb2bf;
  --thm-gray: #8e8e8e;
  --thm-f6: #F1F8FF;
  --thm-fb: #f6f6f6;
  --thm-p: #6b6f92;
  --thm-line: linear-gradient(-106deg, #2bc7ed, #31C786)
}
.bg-line {
  background: var(--thm-line);
}
.bg-color {
  background-color: var(--thm-color);
}
.bg-base {
  background: var(--thm-base);
}
.bg-black {
  background-color: var(--thm-black);
}
.bg-f1 {
  background: #f1f1f1 ! important;
}
.bg-f2 {
  background: #f2f2f2 ! important;
}
.bg-f3 {
  background: #f3f3f3 ! important;
}
.bg-f4 {
  background: #f4f4f4 ! important;
}
.bg-f5 {
  background: #f5f5f5 ! important;
}
.bg-f6 {
  background-color: #F1F8FF ! important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--thm-font);
  color: var(--thm-black);
  font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
h2 {
  line-height: 40px;
  margin-bottom: 0px;
  font-weight: 700;
}
h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0px;
  font-weight: 700;
}
h4 {
  font-size: 20px;
  line-height: 27px;
}
h5 {
  font-size: 18px;
  line-height: 26px;
}
h6 {
  font-size: 14px;
  line-height: 22px;
}
p:last-child {
  margin-bottom: 0;
}
ul, li {
  margin: 0;
  padding: 0;
}
p {
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: var(--thm-p);
  line-height: 28px;
  font-family: var(--thm-font);
  font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
a {
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
a:focus, .btn:focus {
  text-decoration: none;
  outline: none;
}
a:hover {
  color: var(--thm-color);
}
a {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:active {
  text-decoration: none;
  outline: 0;
}
*, ::before, ::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
span {
  letter-spacing: 0;
}
a, button, input {
  outline: medium none;
  color: inherit;
}
dl, ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
button:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
fieldset {
  border: 0 none;
  margin: 0 auto;
  padding: 0;
}
::-webkit-input-placeholder {
  color: inherit;
}
::-moz-input-placeholder {
  color: inherit;
}
::-ms-input-placeholder {
  color: inherit;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 270px;
  z-index: 9;
  overflow: hidden;
}
.form-group {
  margin-bottom: 20px;
}
button, input, textarea {
  color: var(--thm-black);
}
button, input, textarea:focus {
  outline: none;
}
.atf-color-ase {
  color: var(--thm-ase) ! important;
}
.border-left {
  border-left: 2px solid var(--thm-color);
}
/**************************************
 * START FONT SIZE DESIGN
 *************************************/
.f-10 {
  font-size: 10px;
}
.f-12 {
  font-size: 12px;
}
.f-13 {
  font-size: 13px;
}
.f-14 {
  font-size: 14px;
}
.f-15 {
  font-size: 15px;
}
.f-16 {
  font-size: 16px;
}
.f-17 {
  font-size: 17px;
}
.f-18 {
  font-size: 18px;
}
.f-19 {
  font-size: 19px;
}
.f-20 {
  font-size: 20px;
}
/**************************************
 * END FONT SIZE DESIGN
 *************************************/
/**************************************
 * START LINE HEIGHT DESIGN
 *************************************/
.line-height_1_4 {
  line-height: 1.4;
}
.line-height_1_6 {
  line-height: 1.6;
}
.line-height_1_8 {
  line-height: 1.8;
}
/**************************************
 * END LINE HEIGHT DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/
.atf-preloader {
  background: var(--thm-white);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}
.atf-status-mes {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 4px solid rgba(0, 0, 0, 0.08);
  border-right: 4px solid rgba(0, 0, 0, 0.08);
  border-bottom: 4px solid rgba(0, 0, 0, 0.08);
  border-left: 4px solid var(--thm-color);
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
  z-index: 10000;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*END PRELOADER DESIGN*/
/*START SECTION PADDING DESIGN*/
.atf-section-padding {
  padding: 50px 0;
}
/*START SECTION TITLE DESIGN*/
.atf-section-title {
  margin-bottom: 50px;
}
.atf-section-title h5 {
  color: var(--thm-white);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  background: var(--thm-line);
  display: inline-block;
  padding: 10px 12px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.atf-section-title h2 {
  font-weight: 600;
  font-size: 35px;
  line-height: 1.3;
  color: var(--thm-black);
  text-transform: capitalize;
  text-shadow: 2px 1px 4px rgba(22, 23, 23, 0.1);
}
.atf-section-title p {
  color: var(--thm-p);
}
.atf-section-title .atf-sec_icon {
  position: relative;
  display: inline-block;
  margin: 20px 0 20px;
}
.atf-section-title .atf-sec_icon:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  background: var(--thm-color);
  top: 16px;
  left: -56px;
}
.atf-section-title .atf-sec_icon:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  background: var(--thm-color);
  top: 16px;
  right: -56px;
}
.atf-section-title .atf-sec_icon .atf-sec_radiu i {
  margin-top: 10px;
  color: var(--thm-color);
}
.cancer-page-side-baar-link-box {
  background-color: #fff;
  box-shadow: 0px 5px 83px rgba(13, 14, 67, 0.12);
  border-radius: 6px 6px 0px 0px;
  padding: 20px;
  border-bottom: 6px solid #DFDFEA;
  margin-bottom: 30px;
}
.cancer-page-side-baar-link-box-title {
  font-size: 21px;
  line-height: 30px;
  color: #252B42;
  font-weight: 700;
  margin-bottom: 15px;
}
.cancer-page-side-baar-linkul li {
  margin-bottom: 8px;
}
.cancer-page-side-baar-linkul li:last-child {
  margin-bottom: 0px;
}
.cancer-page-side-baar-linkul li a {
  display: flex;
  background-color: #D3D3D3;
  padding: 20px 10px;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-weight: 600;
  width: 100%;
  border-radius: 4px;
  align-items: center;
  justify-content: space-between;
}
.cancer-page-side-baar-linkul li a:hover, .cancer-page-side-baar-linkul li.active a {
  background: linear-gradient(90deg, #31C786 0%, #2BC7ED 100%);
  color: #fff;
}
.sidebar-book-appointment-div {
  background: linear-gradient(164.9deg, #31C786 1.1%, #2BC7ED 98.9%);
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 30px;
}
.sidebar-book-appointment-div-title {
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
.sidebar-book-appointment-form input {
  background-color: #fff;
  border: 1px solid #E6E6E6;
  padding: 14px 10px;
  border-radius: 5px !important;
  margin-bottom: 10px;
  width: 100%;
  font-size: 14px;
}
.sidebar-book-appointment-form .form-select {
  background-color: #fff;
  border: 1px solid #E6E6E6;
  padding: 14px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 14px;
}
.sidebar-book-appointment-form textarea {
  background-color: #fff;
  border: 1px solid #E6E6E6;
  padding: 14px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 14px;
}
.sidebar-book-appointment-submit-btn {
  padding: 20px 10px !important;
  font-size: 15px;
  background-color: #095759;
  color: #fff;
  font-weight: 600;
  line-height: 14px;
  display: inline-block;
  border-radius: 4px;
  border: 0px;
  text-align: center;
  width: 100%;
}
.sidebar-book-appointment-form .gj-datepicker-bootstrap button[role="right-icon"] {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 35px;
  padding: 0;
  height: 50px;
  border: 0px;
  z-index: 999;
}
.sidebar-book-appointment-form .gj-datepicker {
  margin-bottom: 0px !important;
}
.sidebar-book-appointment-form .gj-datepicker-bootstrap button[role="right-icon"]:hover {
  background-color: transparent;
  color: #6c757d;
}
.sidebar-need-help-div {
  background-color: #fff;
  box-shadow: 0px 5px 83px rgba(13, 14, 67, 0.12);
  border-radius: 6px 6px 0px 0px;
  padding: 20px;
  border-bottom: 6px solid #DFDFEA;
  margin-bottom: 30px;
}
.sidebar-need-help-div-title {
  font-size: 24px;
  line-height: 30px;
  color: #252B42;
  font-weight: 700;
  margin-bottom: 15px;
}
.sidebar-need-help-ul li {
  font-size: 16px;
  color: #000;
  padding-bottom: 8px;
}
.sidebar-need-help-ul li:last-child {
  padding-bottom: 0px;
}
.sidebar-need-help-ul li i {
  width: 22px;
  color: #008B8B;
}
.cancer-page-content-title {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  line-height: 32px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.cancer-page-content-title:before {
  position: absolute;
  content: "";
  width: 7px;
  left: 0px;
  top: 50%;
  height: 100%;
  background: linear-gradient(180.14deg, #31C786 0.12%, #2BC7ED 99.88%);
  border-radius: 2px;
  transform: translateY(-50%);
}
.cancer-page-content-title2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  line-height: 32px;
  position: relative;
  margin-bottom: 10px;
}
.cancer-page-content-title3 {
  font-size: 18px;
  font-weight: 600;
  color: #008B8B;
  line-height: 24px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px;
}
.cancer-page-content-title3:before {
  position: absolute;
  content: "\f0da";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  left: 0px;
  color: #008B8B;
}
.cancer-page-content-title4 {
  font-size: 17px;
  font-weight: 600;
  color: #008B8B;
  line-height: 24px;
  position: relative;
  margin-bottom: 10px;
}
.cancer-page-content-area p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  margin-bottom: 10px;
}
.cancer-video-box {
  margin-bottom: 20px;
}
.cancer-video-box img {
  border-radius: 6px;
}
.cancer-page-content-area-box1 {
  background-color: #F3F3F3;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-bottom: 20px;
}
.cancer-page-content-area-box-ul li {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  position: relative;
  padding-left: 15px;
  padding-bottom: 8px;
}
.cancer-page-content-area-box-ul {
  margin-bottom: 10px;
}
.cancer-page-content-area-box-ul li:before {
  position: absolute;
  content: "\f0da";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  left: 0px;
  color: #008B8B;
}
.cancer-page-content-area-box-ul li strong {
  color: #008B8B;
}
.cancer-page-content-area-box1-img-box {
  margin-bottom: 20px;
}
.cancer-page-content-area-box1-img-box img {
  border-radius: 6px;
}
.cancer-page-content-icon-box1 {
  background-color: #fff;
  box-shadow: 0px 5px 83px rgba(13, 14, 67, 0.08);
  border-radius: 6px 6px 0px 0px;
  padding: 15px;
  border-bottom: 6px solid #DFDFEA;
  position: relative;
  height: 100%;
}
.cancer-page-content-icon-box1-number {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 25px;
  color: #D2F0F0;
  font-weight: 700;
}
.cancer-page-content-icon-box1-title {
  font-size: 18px;
  color: #008B8B;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 10px;
}
.cancer-page-content-icon-box1-des {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 20px;
}
.cancer-page-content-icon-box1-main .row .col {
  margin-bottom: 20px;
}
.cancer-page-support-area {
  padding: 30px 0;
  position: relative;
}
.cancer-page-support-area-head-text {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}
.cancer-page-support-box {
  text-align: center;
  margin-bottom: 20px;
}
.cancer-page-support-box-img {
  margin-bottom: 10px;
}
.cancer-page-support-box-img img {
  border-radius: 100%;
  border: 2px solid #008B8B;
}
.cancer-page-support-box-title {
  font-size: 18px;
  color: #008B8B;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
}
.cancer-page-support-box-text {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 22px;
}
.cancer-page-support-box-text ul {
  margin-left: 15px;
}
.cancer-page-support-box-text ul li {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  position: relative;
  padding-bottom: 8px;
  list-style: disc;
}
.cancer-page-support-area-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.cancer-page-support-area-bg img {
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1;
  object-position: center top;
}
.cancer-page-research-area {
  padding: 30px 0;
  position: relative;
}
.cancer-page-research-box {
  border: 1px solid #A7A7A7;
  padding: 15px 15px 15px 55px;
  border-radius: 6px;
  position: relative;
  height: 100%;
}
.cancer-page-research-box-title {
  font-size: 18px;
  color: #008B8B;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
}
.cancer-page-research-box-text {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 22px;
}
.cancer-page-research-box-number {
  position: absolute;
  top: 12px;
  left: 0px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  background-color: #008B8B;
  padding: 4px 12px;
  line-height: 27px;
  border-radius: 0px 6px 6px 0px;
}
.cancer-page-research-box-main .row .col {
  margin-bottom: 20px;
}
.cancer-page-research-area-left-img img {
  border-radius: 6px;
}
.cancer-page-treatments-area {
  position: relative;
  padding: 30px 0;
}
.cancer-page-treatments-area-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.cancer-page-treatments-area-bg img {
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1;
  object-position: center top;
}
.cancer-page-treatment-box {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  overflow: hidden;
}
.cancer-page-treatment-box .cancer-page-treatment-box-img img {
  width: 100%;
}
.cancer-page-treatment-box-des {
  padding: 15px;
}
.cancer-page-treatment-box-title {
  font-size: 18px;
  font-weight: 700;
  color: #008B8B;
  line-height: 24px;
  margin-bottom: 8px;
}
.cancer-page-treatment-box-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 20px;
}
.cancer-page-treatments-carousel .owl-stage-outer {
  padding-bottom: 15px;
}
.cancer-page-treatments-carousel .owl-nav {
  margin-top: 0px;
  top: -40px;
  right: -6px;
  position: absolute;
  z-index: -1;
}
.cancer-page-treatments-carousel .owl-nav .owl-prev, .cancer-page-treatments-carousel .owl-nav .owl-next {
  background-color: transparent;
  color: #008B8B;
  font-size: 20px;
  padding: 0px;
}
.cancer-page-treatments-carousel .owl-nav .owl-prev:hover, .cancer-page-treatments-carousel .owl-nav .owl-next:hover {
  background-color: transparent;
  color: #008B8B;
}
.cancer-page-treatments-carousel .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background-color: #D9D9D9;
  margin: 0px 2px;
  border: 2px solid #D9D9D9;
}
.cancer-page-treatments-carousel .owl-dots .owl-dot.active span {
  background-color: #008B8B;
}
.cancer-page-prevention-area {
  padding: 30px 0 10px 0;
}
.cancer-page-prevention-area-left-img {
  margin-bottom: 20px;
}
.cancer-page-prevention-area-left-img img {
  border-radius: 6px;
}
.cancer-page-prevention-accordion .accordion-button {
  padding: 0px;
  line-height: 22px;
  font-size: 18px;
  color: #008B8B;
  font-weight: 600;
  background-color: transparent;
  box-shadow: none;
}
.cancer-page-prevention-accordion .accordion-item {
  border: 0px;
  margin-bottom: 20px;
}
.cancer-page-prevention-accordion .accordion-item:last-child {
  margin-bottom: 0px;
}
.cancer-page-prevention-accordion .accordion-button:after {
  display: none;
}
.cancer-page-prevention-accordion .accordion-button i {
  margin-right: 6px;
}
.cancer-page-prevention-accordion .accordion-button.collapsed {
  color: #000;
}
.cancer-page-prevention-accordion .accordion-button.collapsed .fa-circle-arrow-down {
  display: none;
}
.cancer-page-prevention-accordion .accordion-button .fa-circle-arrow-right {
  display: none;
}
.cancer-page-prevention-accordion .accordion-button.collapsed .fa-circle-arrow-right {
  display: block;
}
.cancer-page-prevention-accordion .accordion-body {
  line-height: 22px;
  font-size: 15px;
  color: #000;
  font-weight: 400;
  padding: 15px 15px 10px 25px;
}
.cancer-page-main-div {
  background-color: #fff !important;
}
.atf-dynamic-bg {
  position: relative;
}
.inner-page-heading-banner-img {
  position: absolute;
  z-index: -1 !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.inner-page-heading-banner-img img {
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1;
  object-position: center top;
}
.self-examination-area {
  padding: 30px 0;
  position: relative;
}
.self-examination-box {
  background-color: #fff;
  box-shadow: 0px 0px 4px 2px rgba(13, 14, 67, 0.12);
  border-radius: 6px;
  padding: 50px 15px 15px 15px;
  position: relative;
  text-align: center;
  margin-top: 60px;
}
.self-examination-box-main-div {
  padding: 20px 0px 0px 0px;
}
.self-examination-box-number {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #008B8B;
  border-radius: 100%;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
}
.self-examination-box-title {
  font-size: 18px;
  color: #008B8B;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 10px;
}
.self-examination-box-text {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 20px;
}
.types-of-cancer-main-div {
  background-color: #F6F6F6;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 15px 15px 0px 15px;
}
.types-of-cancer-box {
  background-color: #E8E8E8;
  border: 1px solid #656565;
  border-radius: 6px;
  padding: 10px;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.types-of-cancer-box:hover {
  border: 1px solid #31C786;
}
.types-of-cancer-box-arrow-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #000;
  font-size: 20px;
}
.types-of-cancer-box-title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.our-story-area {
  padding: 30px 0;
  position: relative;
}
.our-story-area-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.our-story-area-bg img {
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1;
  object-position: center top;
}
.our-story-text-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  background: linear-gradient(90deg, #30C791 0%, #2BC7E3 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 6px 10px;
  display: inline-block;
  margin-bottom: 10px;
}
.our-story-text-area p {
  margin-bottom: 10px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
}
.vision-mission-area {
  margin: 30px 0;
}
.vision-mission-area-center {
  background: linear-gradient(109.6deg, rgba(212, 250, 245, 0.5) 5.11%, rgba(246, 254, 221, 0.5) 113.07%);
  border-radius: 21px;
  overflow: hidden;
}
.vision-mission-text-area {
  padding: 20px;
}
.vision-mission-text-title {
  color: #008B8B;
  font-size: 29px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 20px;
}
.vision-mission-text-box {
  margin-bottom: 20px;
}
.vision-mission-text-box:last-child {
  margin-bottom: 0px;
}
.vision-mission-text-box-title {
  color: #48ACF7;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}
.vision-mission-text-box-text {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-align: justify;
}
.our-values-area {
  padding: 20px 0;
  position: relative;
}
.our-values-area-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.our-values-area-bg img {
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1;
  object-position: center top;
}
.our-values-area-title-div {
  text-align: center;
  margin-bottom: 20px;
}
.our-values-area-title {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 4px;
}
.our-values-area-title-text {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.our-values-area-center {
  position: relative;
}
.our-values-area-center-bg {
  position: absolute;
  z-index: -1;
  width: 210px;
  height: 100%;
  top: 0;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.our-values-area-box {
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  padding: 15px;
  margin-bottom: 22px;
}
.our-values-area-box-title {
  color: #0A3380;
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 8px;
}
.our-values-area-box-text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: justify;
}
.user-registration-main-div {
  background-color: #F3F7FE;
  border: 1px solid #767676;
  box-shadow: 0px 4px 4px 3px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 30px 20px;
}
.user-registration-form-title {
  color: #16283F;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
}
.user-registration-form input {
  border-radius: 30px !important;
  border: 1px solid #E5E5E5;
  padding: 14px 10px;
}
.user-registration-form .form-select {
  border-radius: 30px;
  border: 1px solid #E5E5E5;
  padding: 14px 10px;
}
.user-registration-form textarea {
  border-radius: 30px;
  border: 1px solid #E5E5E5;
  padding: 14px 10px;
}
.user-registration-form .form-label {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-left: 20px;
}
.user-registration-form .gj-datepicker-bootstrap button[role="right-icon"] {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  padding: 0;
  height: 50px;
  border: 0px;
  z-index: 999;
}
.user-registration-form .gj-datepicker {
  margin-bottom: 0px !important;
}
.user-registration-form .gj-datepicker-bootstrap button[role="right-icon"]:hover {
  background-color: transparent;
  color: #6c757d;
}
.user-registration-form-box {
  position: relative;
}
.user-registration-password-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 15px;
  color: #686868;
}
.user-registration-form .form-check .form-check-input {
  width: 8px !important;
  height: 8px !important;
  border-radius: 3px !important;
  padding: 9px !important;
  border-color: #222;
  margin-top: 0px;
}
.user-registration-form .form-check {
  display: flex;
  align-items: center;
  margin: 20px 0px !important;
}
.user-registration-form .form-check .form-check-label {
  color: #727272;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin-left: 8px;
}
.user-registration-form .form-check .form-check-label a {
  color: #008B8B;
}
.register-now-btn {
  padding: 20px 15px !important;
  font-size: 20px;
  background-color: #095759;
  color: #fff;
  font-weight: 700;
  line-height: 14px;
  display: inline-block;
  border-radius: 30px;
  width: 100%;
  border: 0px;
}
.user-registration-form-footer-text {
  color: #727272;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin: 20px 0px 0px 0px;
}
.user-registration-form-footer-text a {
  color: #095759;
  text-decoration: underline;
}
.cancer-care-area {
  position: relative;
  padding: 20px 0px;
  background-color: #F5F9FF;
  z-index: 0;
}
.cancer-care-area-bg {
  position: absolute;
  z-index: -1;
  height: 100%;
  top: 0;
  left: 0px;
  overflow: hidden;
}
.cancer-care-left-content-box {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#31c791+0,3aa6b2+100&0.9+0,0.9+100 */
  background: linear-gradient(to bottom, rgba(49, 199, 145, 0.9) 0%, rgba(58, 166, 178, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 10px;
  padding: 15px;
}
.cancer-care-left-content-box-title {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 8px;
}
.cancer-care-left-content-box-text {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: justify;
}
.cancer-care-right-content-box {
  background-color: #FFFFFF;
  box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.15), 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  padding: 15px;
  margin-bottom: 20px;
}
.cancer-care-right-content-box:last-child {
  margin-bottom: 0px;
}
.cancer-care-right-content-box-title {
  color: #008B8B;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px;
}
.cancer-care-right-content-box-text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: justify;
}
.COVID-19-cancer-page-area {
  position: relative;
  padding: 20px 0;
}
.COVID-19-cancer-page-head {
  text-align: center;
  margin-bottom: 20px;
}
.COVID-19-cancer-page-head-title {
  color: #008B8B;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 8px;
}
.COVID-19-cancer-page-head-text {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.COVID-19-cancer-page-list-box {
  background: rgba(45, 199, 207, 0.08);
  border: 3px solid #2CC7D3;
  padding: 15px;
  margin-bottom: 20px;
}
.COVID-19-cancer-page-list-box-title {
  color: #008B8B;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 8px;
}
.COVID-19-cancer-page-list-box-text {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
}
.COVID-19-cancer-page-faq-area {
  padding: 20px 0;
}
.COVID-19-cancer-page-faq-area-title {
  color: #008B8B;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 15px;
  text-align: center;
}
.faq-accordion-style1 .accordion-item {
  margin-bottom: 6px;
  border-radius: 0px;
}
.faq-accordion-style1 .accordion-button.collapsed {
  padding: 14px 10px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  background-color: #d6e4ef;
  border-radius: 0px !important;
  border-left: 5px solid #31689e;
  border-right: 0px;
  border-bottom: 0px;
  border-top: 0px;
}
.faq-accordion-style1 .accordion-button {
  padding: 14px 10px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  background-color: #d6e4ef;
  border-radius: 0px !important;
  border-left: 5px solid #31689e;
  border-right: 0px;
  border-bottom: 0px;
  border-top: 0px;
}
.faq-accordion-style1 .accordion-button:focus {
  border-left: 5px solid #31689e !important;
}
.faq-accordion-style1 .accordion-body {
  padding: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  text-align: justify;
}
.faq-accordion-style1 .accordion-body p {
  padding: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  text-align: justify;
  margin-bottom: 10px;
}
.cancer-page-content-area-box-ul2 {
  margin-bottom: 10px;
  margin-left: 15px;
}
.cancer-page-content-area-box-ul2 li {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  position: relative;
  padding-bottom: 8px;
  list-style: disc;
}
.cancer-page-content-sub-box {
  margin-left: 18px;
}
.cancer-page-content-area-box-bg-color1 {
  background-color: #EEF7FF;
}
.cancer-page-content-area-box-bg-color2 {
  background-color: #FFF2F2;
}
.support-read-more-btn-common {
  color: #074D9D;
  font-weight: bold;
  font-size: 15px;
  background-color: transparent;
  padding: 0px;
  border: 0px;
}
.support-read-more-btn-box-other-text {
  display: none;
}
.support-read-more-btn-box-other-text-more-text {
  display: contents;
}
.support-read-more-btn .support-read-more-btn-read-less-text {
  display: none;
}
.support-read-more-btnclick .support-read-more-btn-read-more-text {
  display: none;
}
.support-read-more-btnclick .support-read-more-btn-read-less-text {
  display: inline-block;
}
.support-read-more-btn-box-other-text2 {
  display: none;
}
.support-read-more-btn-box-other-text-more-text2 {
  display: contents;
}
.support-read-more-btn2 .support-read-more-btn-read-less-text2 {
  display: none;
}
.support-read-more-btn2click .support-read-more-btn-read-more-text2 {
  display: none;
}
.support-read-more-btn2click .support-read-more-btn-read-less-text2 {
  display: inline-block;
}
.support-read-more-btn-box-other-text3 {
  display: none;
}
.support-read-more-btn-box-other-text-more-text3 {
  display: contents;
}
.support-read-more-btn3 .support-read-more-btn-read-less-text3 {
  display: none;
}
.support-read-more-btn3click .support-read-more-btn-read-more-text3 {
  display: none;
}
.support-read-more-btn3click .support-read-more-btn-read-less-text3 {
  display: inline-block;
}
.support-read-more-btn-box-other-text4 {
  display: none;
}
.support-read-more-btn-box-other-text-more-text4 {
  display: contents;
}
.support-read-more-btn4 .support-read-more-btn-read-less-text4 {
  display: none;
}
.support-read-more-btn4click .support-read-more-btn-read-more-text4 {
  display: none;
}
.support-read-more-btn4click .support-read-more-btn-read-less-text4 {
  display: inline-block;
}
.support-read-more-btn-box-other-text5 {
  display: none;
}
.support-read-more-btn-box-other-text-more-text5 {
  display: contents;
}
.support-read-more-btn5 .support-read-more-btn-read-less-text5 {
  display: none;
}
.support-read-more-btn5click .support-read-more-btn-read-more-text5 {
  display: none;
}
.support-read-more-btn5click .support-read-more-btn-read-less-text5 {
  display: inline-block;
}
.support-read-more-btn-box-other-text6 {
  display: none;
}
.support-read-more-btn-box-other-text-more-text6 {
  display: contents;
}
.support-read-more-btn6 .support-read-more-btn-read-less-text6 {
  display: none;
}
.support-read-more-btn6click .support-read-more-btn-read-more-text6 {
  display: none;
}
.support-read-more-btn6click .support-read-more-btn-read-less-text6 {
  display: inline-block;
}
.questions-to-ask-area {
  padding: 30px 0 0px 0;
  background-color: #d6ebec;
}
.questions-to-ask-area-info li {
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  margin-bottom: 10px;
}
.about-advance-cancer-area {
  position: relative;
}
.about-advance-cancer-area-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.about-advance-cancer-area-bg img {
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1;
  object-position: center top;
}
.about-advance-cancer-text-div {
  padding: 15px 0px 15px 0px;
}
.about-advance-cancer-text-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  margin-bottom: 10px;
}
.about-advance-cancer-text {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 24px;
  text-align: justify;
}
.about-advance-cancer-left-img {
  position: relative;
}
.about-advance-cancer-left-img:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #F3F3F3;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  rotate: 45deg;
  z-index: -1;
}
.advance-cancer-about-point-area {
  position: relative;
  padding: 30px 0;
}
.advance-cancer-about-point-area-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.advance-cancer-about-point-area-bg img {
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1;
  object-position: center top;
}
.advance-cancer-about-point-center {
  background-color: #E5F1FF;
  border-radius: 23px;
  overflow: hidden;
}
.advance-cancer-about-point-right-div {
  padding: 15px 15px 15px 0px;
}
.advance-cancer-about-point-title {
  font-size: 24px;
  font-weight: 600;
  color: #008B8B;
  line-height: 30px;
  margin-bottom: 10px;
}
.advance-cancer-about-point-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 22px;
  margin-bottom: 10px;
  text-align: justify;
}
.advance-cancer-about-point-text:last-child {
  margin-bottom: 0px;
}
.advance-cancer-about-point-left-img img {
  width: 100%;
}
.diagnosis-staging-about-area {
  position: relative;
  padding: 0px 0px 40px 0px;
}
.diagnosis-staging-about-area-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.diagnosis-staging-about-area-bg img {
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1;
  object-position: center top;
}
.diagnosis-staging-about-text-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 28px;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #2BC7ED 0%, #31C78B 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 8px 14px;
  display: inline-block;
  text-transform: uppercase;
}
.diagnosis-staging-about-text {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  text-align: justify;
}
.diagnosis-staging-symptoms-area-center {
  position: relative;
  background: linear-gradient(90deg, #2BC7EC 0%, #2FC7A8 48.56%, #31C78B 100%);
  border-radius: 18px;
  padding: 60px 25px;
  margin-bottom: 120px;
  margin-top: -50px;
}
.diagnosis-staging-about-text-div-img {
  position: absolute;
  right: 20px;
  top: 20px;
}
.diagnosis-staging-symptoms-area-center .diagnosis-staging-about-text-title {
  background: #fff;
  color: #30C799;
  text-transform: uppercase;
  font-size: 29px;
}
.diagnosis-staging-about-area .diagnosis-staging-about-left-img {
  text-align: center;
}
.diagnosis-staging-biopsies-text-div-img {
  text-align: center;
}
.diagnosis-staging-determining-text-div-img {
  text-align: center;
}
.diagnosis-staging-determining-area {
  padding: 20px 0 40px 0;
}
.diagnosis-staging-advanced-tools-area {
  position: relative;
  padding: 30px 0;
}
.diagnosis-staging-advanced-tools-area-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.diagnosis-staging-advanced-tools-area-bg img {
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1;
  object-position: center top;
}
.diagnosis-staging-advanced-tools-center {
  margin-top: -80px;
}
.cancer-page-content-treatment-stage-box {
  position: relative;
  z-index: 0;
  padding-bottom: 22px;
}
.cancer-page-content-treatment-stage-box:last-child {
  padding-bottom: 0px;
}
.cancer-page-content-treatment-stage-box:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  border-left: 2px dashed #008B8B;
  left: 27px;
  top: 0px;
  z-index: -1;
}
.cancer-page-content-treatment-stage-box-number-div {
  position: absolute;
  width: 55px;
  height: 55px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #008B8B;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #008B8B;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #EEF7FF;
}
.cancer-page-content-treatment-stage-box-title {
  font-size: 18px;
  font-weight: 600;
  color: #008B8B;
  line-height: 24px;
  margin-bottom: 6px;
}
.cancer-page-content-treatment-stage-box-text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
}
.cancer-page-content-treatment-stage-box-des {
  padding-left: 65px;
}
.stomach-cancer-other-text-area {
  position: relative;
  padding: 20px 0;
}
.stomach-cancer-other-text-area-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.stomach-cancer-other-text-area-bg img {
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1;
  object-position: center top;
}
.stomach-cancer-other-text-area p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  margin-bottom: 10px;
}
.coping-with-cancer-area {
  position: relative;
  padding: 30px 0;
}
.coping-with-cancer-area-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.coping-with-cancer-area-bg img {
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1;
  object-position: center top;
}
.coping-with-cancer-area-right-text-title {
  color: #008B8B;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 15px;
}
.coping-with-cancer-area-right-text {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
}
.coping-retain-former-area-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.coping-retain-former-area-bg img {
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1;
  object-position: center top;
}
.coping-retain-former-area {
  position: relative;
  padding: 30px 0;
}
.coping-retain-former-area-title-div {
  text-align: center;
  margin-bottom: 30px;
}
.coping-retain-former-area-title {
  color: #008B8B;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 15px;
}
.coping-retain-former-area-title-text {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.coping-retain-former-tab-nav .nav-link {
  border-radius: 3px;
  padding: 10px 12px;
  border: 1px solid #2DC7C8;
  text-align: left;
  margin-bottom: 8px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.coping-retain-former-tab-nav .nav-link.active {
  background: linear-gradient(90deg, #2DC7C8 0%, #30C7A3 100%);
  color: #fff;
}
.coping-retain-former-tabs-main-div .tab-content {
  border: 2px solid #2DC7C7;
  padding: 15px;
}
.coping-retain-former-tab-content-text {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
}
.coping-retain-former-tab-content-left-img img {
  width: 100%;
}
.coping-retain-former-tabs-mobile {
  display: none;
}
.emotional-aspect-coping-area {
  position: relative;
  padding: 30px 0;
}
.emotional-aspect-coping-area-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.emotional-aspect-coping-area-bg img {
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1;
  object-position: center top;
}
.emotional-aspect-coping-area-title-div {
  text-align: center;
  margin-bottom: 30px;
}
.emotional-aspect-coping-area-title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 15px;
}
.emotional-aspect-coping-area-title-text {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}
.emotional-aspect-coping-area-tabs-main-div .nav-link {
  border: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  padding: 20px 12px;
  border-radius: 30px 30px 0px 0px;
}
.emotional-aspect-coping-area-tabs-main-div .nav-link.active {
  color: #008B8B;
}
.emotional-aspect-coping-area-tabs-main-div .tab-content {
  background-color: #fff;
  border-radius: 0px 0px 30px 30px;
  padding: 20px;
}
.emotional-aspect-coping-tab-content-left-img img {
  width: 100%;
  border-radius: 30px;
}
.emotional-aspect-coping-tab-content-text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: justify;
}
.coping-knowledge-resources-area {
  position: relative;
  padding: 30px 0;
}
.coping-knowledge-resources-area-center {
  position: relative;
  padding: 15px;
}
.coping-knowledge-resources-area-center-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.coping-knowledge-resources-area-center-bg img {
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1;
  object-position: center top;
}
.coping-knowledge-resources-area-title-div {
  text-align: center;
  margin-bottom: 30px;
}
.coping-knowledge-resources-area-title {
  color: #008B8B;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 15px;
}
.coping-knowledge-resources-area-title-text {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.coping-knowledge-resources-content-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.coping-knowledge-resources-content-box-title {
  color: #008B8B;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
}
.coping-knowledge-resources-content-box-text {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.coping-knowledge-resources-content-box:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.gist-on-treatment-plans-area {
  padding: 30px 0;
  background-color: #EAF4FF;
  text-align: center;
}
.gist-on-treatment-plans-text-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 28px;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #2BC7ED 0%, #31C78B 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 8px 14px;
  display: inline-block;
  text-transform: uppercase;
}
.gist-on-treatment-plans-text {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
}
.treatment-plan-list-area {
  padding: 30px 0;
}
.treatment-plan-list-box {
  background-color: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-shadow: 0px 4px 4.5px rgba(0, 0, 0, 0.13);
  border-radius: 6px;
  padding: 15px;
  position: relative;
  height: 100%;
}
.treatment-plan-list-box-img img {
  border-radius: 6px;
  width: 100%;
}
.treatment-plan-list-box-des {
  padding: 15px 0px 0px 0px;
}
.treatment-plan-list-box-title {
  font-size: 24px;
  font-weight: 600;
  color: #008B8B;
  line-height: 30px;
  position: relative;
  margin-bottom: 10px;
}
.treatment-plan-list-box-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
}
.treatment-plan-list-box-icon {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.treatment-plan-list-box-main-div .row .col {
  margin-bottom: 20px;
}
.what-is-cancer-area {
  background: linear-gradient(180deg, #D6E4E6 0%, rgba(214, 228, 230, 0) 100%);
  padding: 20px 0;
}
.what-is-cancer-text-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 28px;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #2BC7ED 0%, #31C78B 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 8px 14px;
  display: inline-block;
  text-transform: uppercase;
}
.what-is-cancer-text {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  text-align: justify;
}
.process-of-cancer-development-area {
  position: relative;
  padding: 40px 0;
}
.process-of-cancer-development-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 28px;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #2BC7ED 0%, #31C78B 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 8px 14px;
  display: inline-block;
  text-transform: uppercase;
}
.process-of-cancer-development-div2 {
  padding: 50px 0px 20px 0px;
}
.process-of-cancer-development-accordion .accordion-button.collapsed {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 24px;
  background-color: #31C78E;
  padding: 8px 10px;
  border-radius: 6px !important;
  border: 0px;
}
.process-of-cancer-development-accordion .accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 24px;
  background-color: #31C78E;
  padding: 8px 10px;
  border-radius: 6px !important;
  border: 0px;
}
.process-of-cancer-development-accordion {
  position: relative;
  padding-left: 20px;
}
.process-of-cancer-development-accordion:before {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #000;
  height: 94%;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.process-of-cancer-development-accordion .accordion-button:after {
  filter: brightness(0) invert(1);
}
.process-of-cancer-development-accordion .accordion-item {
  margin-bottom: 10px;
  border-radius: 0px !important;
  position: relative;
  border: 0px;
}
.process-of-cancer-development-accordion .accordion-item:before {
  position: absolute;
  content: "";
  width: 20px;
  background-color: #02ADD5;
  height: 20px;
  left: -30px;
  top: 11px;
  border-radius: 100%;
}
.process-of-cancer-development-accordion .accordion-body {
  background-color: #F5F5F5;
  padding: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  border-radius: 6px;
}
.process-of-cancer-development-area-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.process-of-cancer-development-area-bg img {
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1;
  object-position: center top;
}
.process-of-cancer-development-list-area {
  padding: 30px 0;
  background: linear-gradient(0deg, #D6E4E6 0%, rgba(214, 228, 230, 0) 100%);
}
.causes-page-area {
  position: relative;
  padding: 30px 0;
  margin-bottom: 30px;
}
.causes-page-area-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.causes-page-area-bg img {
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1;
  object-position: center top;
}
.causes-page-head-text-div {
  text-align: center;
  margin-bottom: 30px;
}
.causes-page-head-text-title {
  font-size: 32px;
  font-weight: 700;
  color: #008B8B;
  line-height: 40px;
  margin-bottom: 8px;
}
.causes-page-head-text {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
}
.causes-page-box {
  background-color: #FFFFFF;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  padding: 15px 15px 15px 125px;
  height: 100%;
}
.causes-page-box-title {
  font-size: 22px;
  font-weight: 700;
  color: #223A66;
  line-height: 30px;
  margin-bottom: 6px;
  position: relative;
}
.causes-page-box-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 22px;
  text-align: justify;
}
.causes-page-box-icon {
  position: absolute;
  left: -115px;
  top: 0px;
}
.causes-page-box-main-div .row .col {
  margin-bottom: 30px;
}
.prevention-of-cancer-area {
  position: relative;
  padding: 30px 0;
  margin-bottom: 30px;
}
.prevention-of-cancer-area-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.prevention-of-cancer-area-bg img {
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1;
  object-position: center top;
}
.prevention-of-cancer-head-text-div {
  text-align: center;
  margin-bottom: 30px;
}
.prevention-of-cancer-head-text-title {
  font-size: 37px;
  font-weight: 700;
  color: #000;
  line-height: 40px;
  margin-bottom: 8px;
}
.prevention-of-cancer-head-text {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
}
.prevention-of-cancer-tabs-main {
  background-color: #fff;
  border-radius: 14px;
  overflow: hidden;
}
.prevention-of-cancer-tabs-main .nav-link {
  border: 0px;
  font-size: 21px;
  font-weight: 500;
  color: #000;
  line-height: 28px;
  padding: 20px 10px;
  border-bottom: 2px solid #fff;
}
.prevention-of-cancer-tabs-main .nav-tabs {
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}
.prevention-of-cancer-tabs-main .nav-link.active, .prevention-of-cancer-tabs-main .nav-link:focus {
  color: #008B8B !important;
  border-bottom: 2px solid #008B8B !important;
}
.prevention-of-cancer-tabs-main .tab-content {
  padding: 20px;
}
.prevention-of-cancer-tab-content-left-img img {
  width: 100%;
}
.prevention-of-cancer-tab-content-text {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: justify;
}
.uterine-or-endometrial-cancer-risk-factor-tabs-div .nav-tabs .nav-item {
  margin-right: 6px;
}
.uterine-or-endometrial-cancer-risk-factor-tabs-div .nav-tabs .nav-item:last-child {
  margin-right: 0px;
}
.uterine-or-endometrial-cancer-risk-factor-tabs-div .nav-tabs {
  border: 0px;
}
.uterine-or-endometrial-cancer-risk-factor-tabs-div .nav-tabs .nav-item .nav-link {
  background-color: #fff;
  border: 1px solid #008B8B;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #008B8B;
  line-height: 22px;
  padding: 10px 15px;
}
.uterine-or-endometrial-cancer-risk-factor-tabs-div .nav-tabs .nav-item .nav-link.active {
  background-color: #008B8B;
  color: #fff;
}
.uterine-or-endometrial-cancer-risk-factor-tabs-div .tab-content {
  padding: 15px;
}
.why-cancer-screening-area {
  position: relative;
  padding: 30px 0;
}
.why-cancer-screening-area-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.why-cancer-screening-area-bg img {
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1;
  object-position: center top;
}
.why-cancer-screening-text-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 28px;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #2BC7ED 0%, #31C78B 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 8px 14px;
  display: inline-block;
}
.why-cancer-screening-text {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  text-align: justify;
}
.types-of-cancer-screening-area {
  position: relative;
  padding: 30px 0;
  background-color: #F5F9FF;
  z-index: 0;
}
.types-of-cancer-screening-area-bg {
  position: absolute;
  z-index: -1;
  height: 100%;
  top: 0;
  left: 0px;
  text-align: center;
  overflow: hidden;
}
.types-of-cancer-screening-area-bg img {
  height: 100% !important;
}
.types-of-cancer-screening-text-div {
  background: linear-gradient(180deg, rgba(45, 199, 200, 0.92) 0%, rgba(49, 199, 138, 0.92) 100%);
  border-radius: 9px;
  padding: 15px;
}
.types-of-cancer-screening-text-title {
  font-size: 27px;
  font-weight: 600;
  color: #fff;
  line-height: 32px;
  margin-bottom: 15px;
  display: inline-block;
}
.types-of-cancer-screening-text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
  text-align: justify;
}
.types-of-cancer-screening-accordion .accordion-button {
  background-color: #a4c8f8;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 10px;
}
.types-of-cancer-screening-accordion-button-icon {
  margin-right: 12px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13);
}
.types-of-cancer-screening-accordion .accordion-item {
  margin-bottom: 6px;
  overflow: hidden;
  border-radius: 8px;
  border: 0px;
}
.types-of-cancer-screening-accordion .accordion-body {
  padding: 15px 15px 15px 15px;
  background-color: #a4c8f8;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  text-align: justify;
}
.types-of-cancer-screening-accordion .accordion-button:after {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  background-image: url("../img/screening/ocean-cay-msc-things-to-do-accordion-button-arrow2.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  transform: none;
}
.types-of-cancer-screening-accordion .accordion-button.collapsed:after {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  background-image: url("../img/screening/ocean-cay-msc-things-to-do-accordion-button-arrow1.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.types-of-cancer-screening-accordion .accordion-item:nth-child(2) .accordion-button, .types-of-cancer-screening-accordion .accordion-item:nth-child(2) .accordion-body {
  background-color: #eeb2b1;
}
.types-of-cancer-screening-accordion .accordion-item:nth-child(3) .accordion-button, .types-of-cancer-screening-accordion .accordion-item:nth-child(3) .accordion-body {
  background-color: #fbf6b6;
}
.types-of-cancer-screening-accordion .accordion-item:nth-child(4) .accordion-button, .types-of-cancer-screening-accordion .accordion-item:nth-child(4) .accordion-body {
  background-color: #cafcb5;
}
.benefits-of-screening-area {
  position: relative;
  padding: 30px 0;
}
.benefits-of-screening-area-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.benefits-of-screening-area-bg img {
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1;
  object-position: center top;
}
.benefits-of-screening-text-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 28px;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #2BC7ED 0%, #31C78B 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 8px 14px;
  display: inline-block;
}
.benefits-of-screening-text {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  text-align: justify;
}
.guidelines-for-screening-area {
  position: relative;
  padding: 30px 0;
}
.guidelines-for-screening-area-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.guidelines-for-screening-area-bg img {
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: -1;
  object-position: center top;
}
.guidelines-for-screening-text-div {
  text-align: center;
}
.guidelines-for-screening-text-title {
  font-size: 33px;
  font-weight: 700;
  color: #008B8B;
  line-height: 40px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  padding-bottom: 6px;
}
.guidelines-for-screening-text-title:after {
  position: absolute;
  content: "";
  width: 80%;
  height: 3px;
  background-color: #008B8B;
  left: 0px;
  bottom: 0;
  right: 0px;
  margin: auto;
}
.guidelines-for-screening-text {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 28px;
}
.types-of-brain-cancer-accordion .accordion-button.collapsed {
  font-size: 20px;
  font-weight: 600;
  color: #008B8B;
  line-height: 24px;
  background-color: #E8E8E8;
  padding: 8px 10px;
  border-radius: 6px !important;
  border: 0px;
}
.types-of-brain-cancer-accordion .accordion-button {
  font-size: 20px;
  font-weight: 600;
  color: #008B8B;
  line-height: 24px;
  background-color: #E8E8E8;
  padding: 8px 10px;
  border-radius: 6px 6px 0px 0px !important;
  border: 0px;
}
.types-of-brain-cancer-accordion {
  position: relative;
}
.types-of-brain-cancer-accordion .accordion-item {
  margin-bottom: 10px;
  border-radius: 6px !important;
  position: relative;
  border: 1px solid #9D9D9D;
  overflow: hidden;
}
.types-of-brain-cancer-accordion .accordion-body {
  background-color: #E8E8E8;
  padding: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  border-radius: 0px;
}
.types-of-brain-cancer-accordion .accordion-body p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 26px;
}
.types-of-brain-cancer-accordion .accordion-body ul {
  margin-left: 15px;
}
.types-of-brain-cancer-accordion .accordion-body ul li {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 26px;
  list-style: disc;
}
.list-style-1 {
  margin-left: 15px;
}
.list-style-1 li {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  list-style: disc;
}
.questions-to-ask-area-tabs-main {
  overflow: hidden;
}
.questions-to-ask-area-tabs-main .nav-link {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 22px;
  padding: 10px 10px;
  border: 1px solid #000000;
  border-radius: 8px;
}
.questions-to-ask-area-tabs-main .nav-tabs {
  border-bottom: 0px;
}
.questions-to-ask-area-tabs-main .nav-tabs .nav-item {
  margin-right: 6px;
}
.questions-to-ask-area-tabs-main .nav-tabs .nav-item:last-child {
  margin-right: 0px;
}
.questions-to-ask-area-tabs-main .nav-link.active, .questions-to-ask-area-tabs-main .nav-link:focus, .questions-to-ask-area-tabs-main .nav-link:hover {
  color: #fff !important;
  border-bottom: 0px !important;
  background-color: #008B8B;
  border-color: #008B8B;
}
.questions-to-ask-area-tabs-main .tab-content {
  padding: 15px 0px 0px 0px;
}
.bladder-cancer-readmore-btn-div-main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.bladder-cancer-readmore-btn {
  display: flex;
  align-items: center;
  background-color: #008B8B;
  border: 0px;
  padding: 6px 12px;
  border-radius: 6px;
}
.bladder-cancer-readmore-btn-text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
.bladder-cancer-readmore-btn-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  background-image: url("../img/bladder-cancer/bladder-cancer-readmore-btn-readmore-icon1.webp");
}
.bladder-cancer-readmore-btn-readless-icon {
  background-image: url("../img/bladder-cancer/bladder-cancer-readmore-btn-readmore-icon2.webp");
}
.bladder-cancer-readmore-btn .bladder-cancer-readmore-btn-readless-text, .bladder-cancer-readmore-btn .bladder-cancer-readmore-btn-readless-icon {
  display: none;
}
.bladder-cancer-readmore-btnclick .bladder-cancer-readmore-btn-readmore-text, .bladder-cancer-readmore-btnclick .bladder-cancer-readmore-btn-readmore-icon {
  display: none;
}
.bladder-cancer-readmore-btn.bladder-cancer-readmore-btnclick .bladder-cancer-readmore-btn-readless-text, .bladder-cancer-readmore-btn.bladder-cancer-readmore-btnclick .bladder-cancer-readmore-btn-readless-icon {
  display: block;
}
.bladder-cancer-readmore-btn-box-m {
  display: none;
}
.bladder-cancer-readmore-btn-box-mobile {
  display: block;
}
@media only screen and (max-width:479px) {
  .atf-section-title h2 {
    font-size: 30px;
  }
}
/*END SECTION TITLE DESIGN*/
/*START SCROLL TO TOP*/
.atf-scroll-top {
  position: fixed;
  right: 105%;
  bottom: 70px;
  z-index: 99;
  cursor: pointer;
  transition: 1.5s ease;
  border: none;
  background: transparent;
}
.atf-scrollup-icon {
  font-size: 25px;
  width: 50px;
  height: 50px;
  background: var(--thm-color);
  line-height: 50px;
  color: var(--thm-white);
  border-radius: 50%;
}
.atf-scrollup-icon:hover {
  background: var(--thm-black);
  transition: 0.3s;
}
.atf-scroll-top.open {
  right: 30px;
}
/*END SCROLL TO TOP*/
/* START BTN STYLE */
.atf-themes-btn {
  color: var(--thm-white);
  background: var(--thm-line);
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  display: inline-block;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.atf-themes-btn:hover {
  color: var(--thm-white);
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  animation: rotate 0.7s ease-in-out both;
}
.atf-themes-btn:before, .atf-themes-btn:after {
  content: '';
  background: var(--thm-white);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  opacity: 0;
  transform: translate(100%, -25%) translate3d(0, 0, 0);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.atf-themes-btn:hover:before, .atf-themes-btn:hover:after {
  opacity: 0.3;
}
.atf-themes-btn:hover:before {
  transform: translate3d(50%, 0, 0) scale(0.9);
}
.atf-themes-btn:hover:after {
  transform: translate(50%, 0) scale(1.1);
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(1deg);
  }
  50% {
    transform: rotate(-1deg);
  }
  75% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media only screen and (max-width: 767px) {
  .atf-themes-btn {
    margin-bottom: 20px;
  }
}
/* END BTN STYLE */
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.atf-top-header {
  background: var(--thm-line);
}
.atf-top-header .atf-top-header-in {
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.4s ease;
}
.atf-top-header .atf-top-social {
  font-size: 16px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.4s ease;
  color: var(--thm-white);
  text-align: center;
}
.atf-top-social a i:hover {
  color: var(--thm-white);
}
.atf-top-social a i {
  margin-left: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.atf-sticky-active .atf-top-header-in, .atf-top-header .head-logon-register-div {
  height: 0;
}
.atf-sticky-active .atf-top-social {
  height: 0;
}
.atf-sticky-active .atf-top-header {
  overflow: hidden;
}
.atf-top-header-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.atf-top-header-list li {
  margin-right: 30px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.atf-top-header-list li:last-child {
  margin-right: 0;
}
.atf-top-header-list li i {
  margin-right: 10px;
}
.atf-top-header-list li a:hover {
  color: var(--thm-white);
}
.atf-site-header.atf-style1 {
  transition: all 0.4s ease;
}
.atf-site-header.atf-style1 .atf-main-header-in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 80px;
}
.atf-site-header.atf-style1.atf-sticky-active {
  background: #fff;
  color: var(--thm-white) !important;
}
.atf-nav .atf-nav-list > li > a {
  color: #008B8B;
  text-transform: uppercase;
}
.atf-site-branding.atf-white-logo img {
  width: 150px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .atf-main-header .container {
    width: 100%;
  }
  .atf-site-header.atf-style1 {
    background-color: #fff;
  }
}
.atf-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.atf-main-header {
  position: relative;
}
@media screen and (min-width: 992px) {
  .atf-nav .atf-nav-list {
    display: flex !important;
    flex-wrap: wrap;
  }
  .atf-nav-list .atf-quote a {
    padding: 10px 15px !important;
    margin-top: 5px;
    font-size: 14px;
    text-transform: uppercase;
  }
  .atf-nav .atf-nav-list > li {
    margin-right: 25px;
    font-weight: 500;
  }
  .atf-nav .atf-nav-list > li:last-child {
    margin-right: 0;
  }
  .atf-nav .atf-nav-list > li > a {
    padding: 15px 0;
    display: inline-block;
  }
  .atf-nav .atf-nav-list > li > ul {
    left: 0;
    top: calc(100% + 15px);
  }
  .atf-nav .atf-nav-list > li > ul:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    border: 1px solid #eaeaea;
    transform: rotate(45deg);
    background-color: var(--thm-white);
    border-right: none;
    border-bottom: none;
    top: -6px;
    left: 16px;
  }
  .atf-nav .atf-nav-list > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
  }
  .atf-nav .atf-nav-list li {
    position: relative;
  }
  .atf-nav .atf-nav-list li a.active {
    color: var(--thm-color);
  }
  .atf-nav .atf-nav-list ul {
    width: 200px;
    background-color: var(--thm-white);
    position: absolute;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 0px 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    transition: all 0.1s ease;
  }
  .atf-nav .atf-nav-list ul li:hover ul {
    top: 0px;
  }
  .atf-nav .atf-nav-list ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
  }
  .atf-nav .atf-nav-list ul a {
    font-size: calc(100% - 1px);
    display: block;
    line-height: 1.6em;
    padding: 9px 20px;
    color: var(--thm-black);
  }
  .atf-nav .atf-nav-list ul a:hover {
    background-color: var(--thm-color);
    color: var(--thm-white);
  }
  .atf-nav .atf-nav-list ul ul {
    top: 15px;
    left: 100%;
  }
  .atf-menu-toggle, .atf-menu-dropdown-toggle {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .atf-menu-dropdown-toggle {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 20px;
    top: 5px;
  }
  .arrow-btn {
    display: none;
  }
  .atf-menu-dropdown-toggle:before, .atf-menu-dropdown-toggle:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 10px;
    background-color: var(--thm-white);
    transition: all 0.3s ease;
  }
  .atf-menu-dropdown-toggle:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .atf-menu-dropdown-toggle.active:before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .atf-nav .atf-nav-list {
    position: absolute;
    width: 70vw;
    right: 0;
    background-color: var(--thm-black);
    padding: 10px 0;
    display: none;
    top: 100%;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    overflow: auto;
    max-height: calc(100vh - 80px);
  }
  .atf-nav .atf-nav-list ul {
    padding-left: 15px;
    display: none;
  }
  .atf-nav .atf-nav-list a {
    display: block;
    padding: 8px 20px;
    color: var(--thm-white);
  }
  .atf-nav .menu-item-has-children {
    position: relative;
  }
  /*Mobile Menu Button*/
  .atf-menu-toggle {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 27px;
    margin: 15px 0px 15px 0px;
    cursor: pointer;
  }
  .atf-menu-toggle span, .atf-menu-toggle span:before, .atf-menu-toggle span:after {
    width: 100%;
    height: 2px;
    background-color: #333;
    display: block;
  }
  .atf-menu-toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    transition-duration: 0s;
    transition-delay: 0.2s;
  }
  .atf-menu-toggle span:before {
    content: '';
    position: absolute;
    margin-top: -8px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .atf-menu-toggle span:after {
    content: '';
    position: absolute;
    margin-top: 8px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .atf-toggle-active span {
    background-color: rgba(0, 0, 0, 0);
    transition-delay: 0.2s;
  }
  .atf-toggle-active span:before {
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
  }
  .atf-toggle-active span:after {
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.2s;
  }
}
.atf-sticky-header {
  position: fixed;
  z-index: 200;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}
/*
* ----------------------------------------------------------------------------------------
* 02. END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-hero-area {
  height: 750px;
}
.atf-align-items-details {
  display: flex;
  align-items: center;
  min-height: 100%;
}
.atf-home-overlay {
  width: 100%;
  position: relative;
  z-index: 1;
}
.atf-home-overlay::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0.65;
  z-index: -1;
}
.atf-single-text h1 {
  color: var(--thm-white);
  font-size: 50px;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.atf-single-text p {
  color: var(--thm-white);
  font-size: 18px;
  margin: 20px 0 40px;
}
.slider-active .owl-nav .owl-next, .slider-active .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: var(--thm-white);
  opacity: 1;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
  width: 50px;
  height: 50px;
  line-height: 44px;
  background: rgba(237, 237, 237, 0.1);
  border-radius: 50%;
  text-align: center;
}
.slider-active .owl-nav .owl-prev {
  left: 28px;
}
.slider-active .owl-nav .owl-next {
  right: 28px;
}
.slider-active .owl-nav .owl-next:hover, .slider-active .owl-nav .owl-prev:hover {
  border-color: var(--thm-color);
  background: var(--thm-color);
  color: var(--thm-white);
}
/*-- Animations Start --*/
.owl-item.active .atf-single-home .atf-single-text h3 {
  -webkit-animation: fadeInDown 1.7s ease-in-out;
  animation: fadeInDown 1.7s ease-in-out;
}
.owl-item.active .atf-single-home .atf-single-text h1 {
  -webkit-animation: fadeInDown 1.2s ease-in-out;
  animation: fadeInDown 1.2s ease-in-out;
}
.owl-item.active .atf-single-home .atf-single-text p {
  -webkit-animation: fadeInUp 1.8s ease-in-out;
  animation: fadeInUp 1.8s ease-in-out;
}
.owl-item.active .atf-single-home .atf-hero-btn {
  -webkit-animation: fadeInUp 1.2s ease-in-out;
  animation: fadeInUp 1.2s ease-in-out;
}
@media only screen and (max-width:480px) {
  .atf-single-text h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width:820px) {
  .slider-active .owl-nav .owl-next, .slider-active .owl-nav .owl-prev {
    display: none !important;
  }
}
/* START HOME 2 */
#home {
  position: relative;
  z-index: 1;
}
.atf-hero-area .atf-single-details h5 {
  color: var(--thm-color);
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}
.atf-hero-area .atf-single-details h2 {
  color: var(--thm-white);
  text-transform: capitalize;
  font-weight: 700;
  font-family: var(--thm-font);
  font-size: 45px;
  text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
  line-height: 55px;
}
.atf-hero-area .atf-single-details p {
  margin: 10px 0 23px;
  font-size: 16px;
  color: var(--thm-white);
  margin: 25px 0 40px;
}
/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04. START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-feature {
  padding: 35px 25px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease-in-out 0s;
  -webkit-transition: 0.3s all ease-in-out 0s;
  background: var(--thm-white);
}
.atf-single-feature:hover {
  background: var(--thm-color);
}
.atf-single-feature:hover h3 {
  color: var(--thm-white);
}
/*
* ----------------------------------------------------------------------------------------
* END FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
#about {
  position: relative;
}
.atf-single-about {
  position: relative;
}
.atf-about-number {
  position: absolute;
  font-size: 100px;
  opacity: 0;
  font-weight: 500;
  bottom: -40px;
  left: 0;
}
.atf-about-text h3 {
  padding: 15px 0 10px 0;
  color: var(--thm-color);
  font-weight: 700;
  letter-spacing: 1px;
}
.atf-about-content:hover .atf-about-number {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  opacity: 0.1;
}
.atf-about-content:hover h3 {
  color: var(--thm-color);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
.atf-about-content:hover .atf-about-icon {
  transform: translateY(-6px);
}
.atf-single-about {
  border: none;
  border-radius: 0px;
}
.atf-about-icon img {
  width: 100px;
  height: auto;
}
.atf-about-icon {
  transition: .5s ease;
}
.atf-about-icon i {
  color: var(--thm-color);
  font-size: 45px;
  text-align: center;
}
.atf-about-ceo img {
  border-radius: 50%;
}
.atf-about-author h5 {
  line-height: 1;
}
.atf-about-list {
  margin-top: 20px;
}
.atf-about-list li {
  line-height: 40px;
  color: var(--thm-p);
}
.atf-about-list li::before {
  content: "\f00c";
  color: var(--thm-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  text-align: center;
  margin-right: 15px;
  border: 1px solid var(--thm-color);
  border-radius: 50%;
  padding: 4px 5px;
}
.atf-single-opening {
  background: var(--thm-line);
  padding: 20px 30px;
  color: var(--thm-white);
}
.atf-opening-time span {
  display: block;
}
.atf-opening-time {
  margin: 15px 0;
}
.atf-opening-time h6 {
  color: var(--thm-white);
  font-size: 18px;
}
/*
* ----------------------------------------------------------------------------------------
* START VIDEO DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-singl-video .atf-video-img {
  position: relative;
  display: block;
}
.atf-singl-video {
  position: relative;
}
.atf-singl-video .waves-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.atf-singl-video .iq-video {
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 20px;
  color: var(--thm-white);
  border-radius: 100%;
  line-height: 65px;
  z-index: 1020;
  position: relative;
  border: 3px solid var(--thm-color);
  background: var(--thm-line);
}
.atf-singl-video .iq-video i {
  color: var(--thm-white);
}
.atf-singl-video .iq-waves {
  position: absolute;
  left: -30px;
  top: -30px;
  z-index: 2;
}
.atf-singl-video .iq-waves .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.atf-singl-video .iq-waves .waves {
  position: absolute;
  width: 130px;
  height: 130px;
  background: var(--thm-color);
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
.atf-singl-video .iq-waves .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.atf-singl-video .iq-waves .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.atf-singl-video .iq-waves .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
/*
* ----------------------------------------------------------------------------------------
* END VIDEO DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* --------------------------------------
* 05. START COUNTER DESIGN
* --------------------------------------
*/
.atf-counter-area {
  background: var(--thm-line);
}
.atf-counter-value {
  padding: 0px 0px 5px;
  font-size: 25px;
  font-weight: 600;
  color: var(--thm-white);
}
.atf-counter {
  margin: 15px 0;
}
.atf-counter-content h3 {
  font-weight: 600;
  font-size: 18px;
  color: var(--thm-white);
  line-height: 1;
}
.atf-counter-icon {
  float: left;
}
.atf-counter-icon i {
  font-size: 50px;
  color: var(--thm-white);
}
/*
* ----------------------------------------------------------------------------------------
* END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 10. START GALLERY DESIGN
 *************************************/
#portfolio {
  position: relative;
  overflow: hidden;
}
.atf-portfolio.style1 {
  margin: 13px 0;
}
.atf-portfolio-area .portfolio-filter {
  margin-bottom: 30px;
}
.atf-portfolio-area .portfolio-filter button {
  font-size: 13px;
  margin: 0 15px 20px 0;
  overflow: hidden;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 15px;
  transition: 0.4s;
  outline: none;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: var(--thm-black);
  box-shadow: none;
  border: none;
}
.atf-portfolio-area .portfolio-filter button:hover, .atf-portfolio-area .portfolio-filter button.active {
  color: var(--thm-white);
  background: var(--thm-color);
}
.atf-portfolio {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 0 6px;
}
.atf-portfolio:before {
  content: "";
  background-color: var(--thm-black);
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all .3s ease-in-out;
}
.atf-portfolio:hover:before {
  opacity: 0.5;
}
.atf-portfolio img {
  width: 100%;
  transform: scale(1.1) translateX(0);
  transition: all 0.4s ease-out 0s;
}
.atf-portfolio:hover img {
  transform: scale(1.1) translateX(20px);
}
.atf-portfolio .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 15px;
  right: 25px;
  z-index: 1;
}
.atf-portfolio .icon li {
  margin: 0 6px 0 0;
  display: inline-block;
  opacity: 0;
  transform: translateX(30px);
  transition: all .5s ease-in-out;
}
.atf-portfolio .icon li:nth-child(1) {
  transform: translateX(60px);
}
.atf-portfolio:hover .icon li {
  opacity: 1;
  transform: translateX(0);
}
.atf-portfolio .icon li a {
  color: var(--thm-color);
  background-color: var(--thm-white);
  font-size: 18px;
  line-height: 35px;
  height: 35px;
  width: 35px;
  display: block;
  transition: all .5s ease-in-out;
}
.atf-portfolio .icon li a:hover {
  background-color: var(--thm-white);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 0 0 2px var(--thm-color);
}
.atf-portfolio .box-content {
  color: var(--thm-black);
  background: var(--thm-white);
  width: 85%;
  padding: 15px 0 25px;
  border: 2px solid var(--thm-white);
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 1;
  transition: all .4s ease-in-out;
}
.atf-portfolio:hover .box-content {
  opacity: 1;
}
.atf-portfolio .title {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
  margin: 0;
}
.atf-portfolio .post:hover {
  color: var(--thm-color);
}
.atf-portfolio .post {
  transition: all .4s ease-in-out;
  text-transform: capitalize;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
  margin: 0;
}
#gallery-slider .owl-controls {
  margin-top: 20px;
}
@media only screen and (max-width:991px) {
  .atf-portfolio {
    margin: 0 0 30px;
  }
}
/**************************************
 * 10. END GALLERY DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* 05.START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-team {
  padding: 30px 0 60px;
  background: var(--thm-f6);
  text-align: center;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.atf-single-team:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.atf-single-team .atf-team-pic {
  display: inline-block;
  width: 130px;
  height: 130px;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}
.atf-single-team .atf-team-pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transition: all 0.9s ease 0s;
  border: 2px solid var(--thm-color);
  padding: 2px;
}
.atf-single-team .atf-title {
  font-size: 22px;
  text-transform: capitalize;
}
.atf-single-team .atf-post {
  display: block;
  font-size: 15px;
  text-transform: capitalize;
}
.atf-single-team .atf-team-social {
  width: 100%;
  padding: 0;
  margin: 0;
  background: var(--thm-color);
  position: absolute;
  left: 0;
  transition: all 0.5s ease 0s;
  bottom: 0;
}
.atf-single-team .atf-team-social li {
  display: inline-block;
}
.atf-single-team .atf-team-social li a {
  display: block;
  padding: 12px 10px;
  font-size: 30px;
  color: var(--thm-white);
  transition: all 0.3s ease 0s;
}
.atf-single-team .atf-team-social li a:hover {
  color: var(--thm-black);
}
@media only screen and (max-width: 991px) {
  .atf-single-team {
    margin: 15px 0;
  }
}
/*
* ----------------------------------------------------------------------------------------
* START SKILL DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf_skill_name {
  width: 50px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 13px;
  color: white;
  clear: both;
  float: left;
  border-radius: 3px 0px 0px 3px;
  text-align: center;
}
#atf_skill_php {
  background-color: #088A85;
}
#atf_skill_asp {
  background-color: #5858FA;
}
#atf_skill_jsp {
  background-color: var(--thm-black);
}
.atf_skillbar_wrapper {
  float: left;
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 400px;
  background-color: #E6E6E6;
  height: 40px;
  border-radius: 0px 3px 3px 0px;
}
.atf_skillbar_bar {
  height: 40px;
  width: 0px;
  border-radius: 0px 3px 3px 0px;
}
#atf_skillbar_php {
  background-color: #01DFD7;
}
#atf_skillbar_asp {
  background-color: #8181F7;
}
#atf_skillbar_jsp {
  background-color: var(--thm-black);
  opacity: 0.7;
}
.atf_skill_bar_percent {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  color: black;
}
/*
* ----------------------------------------------------------------------------------------
* 05. END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 06.START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
#service {
  position: relative;
}
.atf-single-service {
  border: none;
  border-radius: 0px;
  padding: 30px 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: var(--thm-white);
  z-index: 1;
  margin: 15px 0;
}
.atf-service-icon img {
  width: 100px;
  height: auto;
}
.atf-service-text h3 {
  color: var(--thm-black);
  font-weight: 700;
  letter-spacing: 1px;
}
/*
* ----------------------------------------------------------------------------------------
* START PROCESS DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-process {
  padding: 35px 25px;
  border-radius: 8px;
  transition: 0.3s all ease-in-out 0s;
  -webkit-transition: 0.3s all ease-in-out 0s;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.atf-single-process:hover {
  background: var(--thm-line);
}
.atf-single-process:hover h3, .atf-single-process:hover p, .atf-process-text p, .atf-single-process:hover i {
  color: var(--thm-white);
  transition: 0.3s ease-in-out;
}
.atf-process-icon {
  display: inline-block;
  -webkit-transition: 0.3s all ease-in-out 0s;
  transition: 0.3s all ease-in-out 0s;
}
.atf-process-icon i {
  color: var(--thm-color);
  font-size: 45px;
  text-align: center;
}
.atf-process-text h3 {
  color: var(--thm-color);
  margin: 15px 0 10px;
}
.atf-process-text p {
  color: var(--thm-black);
}
/*
* ----------------------------------------------------------------------------------------
* END PROCESS DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START CALL  DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-call-area {
  position: relative;
}
.atf-call-details i {
  font-size: 30px;
  width: 75px;
  line-height: 75px;
  color: var(--thm-black);
  text-align: center;
  border-radius: 50%;
  background: var(--thm-white);
  float: left;
  margin-right: 25px;
}
.atf-call-details p {
  font-size: 18px;
}
.atf-call-image {
  position: relative;
}
.atf-call-image img {
  position: absolute;
  right: 0;
  top: -129px;
}
/* owl theme */
.atf_home_img.owl-theme .owl-dots, .owl-theme .owl-nav {
  margin-top: 0px ! important;
}
#service .atf_service_img .owl-controls {
  margin-top: 5px ! important;
}
.atf_home_img.owl-theme .owl-nav.disabled + .owl-dots {
  margin-left: 0px;
  line-height: .7;
}
.atf_home_img .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 25px 8px;
  border-radius: 5px;
  background: var(--thm-black);
  border: 1px solid var(--thm-black);
  transition: 0.3s all ease-in-out;
}
.atf_home_img .owl-theme .owl-dots .owl-dot.active span, .atf_home_img .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--thm-base);
  width: 35px;
  transition: 0.3s all ease-in-out;
  border: 1px solid var(--thm-base);
}
/*
* ----------------------------------------------------------------------------------------
*  END CALL DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 07. START PRICING DESIGN
 *************************************/
.atf-pricing-content {
  padding: 35px 15px;
  background: var(--thm-white);
  border-radius: 7px;
  box-shadow: 0px 1px 15px 1px rgba(75, 81, 91, 0.1);
  transition: all 0.4s ease 0s;
  text-align: center;
}
.atf-pricing-heading {
  margin-bottom: 10px;
}
.atf-pricing-heading i {
  font-size: 50px;
  color: var(--thm-color);
  margin-bottom: 15px;
}
.atf-pricing-heading h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--thm-color);
  border: 1px solid var(--thm-color);
  padding: 5px 20px;
  display: inline-block;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.atf-pricing-name img {
  width: 80px;
  margin-bottom: 30px;
}
.atf-pricing-name h4 {
  color: var(--thm-white);
  margin: 15px 0;
  border: 1px solid var(--thm-color);
  padding: 8px 20px;
  border-radius: 6px;
  display: inline-block;
  background: var(--thm-line);
}
.atf-pricing-heading .atf-pricing-name h2 {
  font-size: 33px;
  font-weight: 700;
}
.atf-pricing-heading .atf-pricing-name .atf-pricing-small-text {
  font-size: 15px;
  font-weight: 500;
  color: var(--thm-black);
}
.atf-pricing-body {
  margin-bottom: 30px;
}
.atf-pricing-body ul li:first-child {
  border-top: none;
}
.atf-pricing-body ul li {
  padding: 10px 0;
  color: var(--thm-p);
}
.atf-pricing-body ul li:last-child {
  padding-bottom: 0;
}
.atf-pricing-body ul li i {
  color: var(--thm-color);
  padding-right: 5px;
}
.atf-pricing-body .offer-list-none {
  color: var(--thm-black);
}
.atf-pricing-body .offer-list-none i {
  color: rgba(247, 47, 60, 0.45);
}
.atf-pricing-content {
  position: relative;
}
.atf-pricing-content:hover {
  transform: initial;
}
.atf-pricing-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: var(--thm-ase);
}
.atf-pricing-content:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: right center;
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(0);
}
.atf-pricing-content:hover:after {
  opacity: 1;
  transform-origin: left center;
  transform: scaleX(1);
}
.atf-pricing-content:after {
  height: 4px;
  background: var(--thm-color);
}
/**************************************
 * 07. END PRICING DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* 08.START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-testimonials-slide {
  position: relative;
  text-align: center;
  z-index: 1;
}
.atf-testimonial-item {
  overflow: hidden;
  position: relative;
  background: var(--thm-white);
  padding: 30px 0;
  margin: 0 15px;
  border-radius: 3px;
}
.atf-testimonial-item {
  margin: 0 20px 40px 0;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.atf-testimonial-image {
  width: 80px;
  margin: 0 auto;
}
.atf-testimonial-image img {
  border-radius: 50%;
}
.atf-testimonial-info .atf-testimonial-designation {
  display: inline-block;
  font-size: 15px;
  line-height: 2.2em;
  font-weight: 300;
  letter-spacing: 0.05em;
  transition: all 500ms ease;
  text-align: center;
  color: var(--thm-black);
}
.atf-testimonial-info .atf-testimonial-designation p {
  color: var(--thm-black);
}
.atf-testimonial-inner {
  display: block;
  padding: 25px 35px;
  color: var(--thm-black);
}
.atf-testimonial-inner .atf-testimonial-text {
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--thm-black);
  text-align: center;
}
.atf-testimonial-name h3 {
  color: var(--thm-black) !important;
}
.atf-testimonial-black {
  color: var(--thm-black) !important;
}
.atf-testimonial-star-icon i {
  cursor: pointer;
  color: var(--thm-black);
  margin-top: 7px;
}
/* owl theme */
.atf-main-testimonials.owl-theme .owl-nav.disabled + .owl-dots {
  margin-left: 50px;
  line-height: .7;
}
.atf-main-testimonials.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  margin: 0 8px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid var(--thm-black);
  transition: 0.3s all ease-in-out;
}
.atf-main-testimonials.owl-theme .owl-dots .owl-dot.active span, .atf-main-testimonials.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--thm-color);
  width: 35px;
  transition: 0.3s all ease-in-out;
  border: 1px solid var(--thm-color);
}
/*
* ----------------------------------------------------------------------------------------
* 08.END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 09.START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-blog-area .atf-single-blog {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background: var(--thm-white);
}
.atf-blog-area .atf-single-blog .atf-blog-content {
  padding: 25px 25px 40px;
  background: var(--thm-white);
}
.atf-blog-content h6 {
  background: var(--thm-line);
  display: inline-block;
  padding: 5px 11px;
  background: var(--thm-line);
  color: var(--thm-white);
}
.atf-blog-icon i {
  color: var(--thm-color);
}
.atf-post-img .atf-blog-tag a {
  overflow: hidden;
  position: relative;
}
.atf-blog-area .atf-single-blog:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}
.atf-blog-area .atf-single-blog img {
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
}
.atf-post-img {
  overflow: hidden;
}
.atf-blog-content .atf-blog-tag {
  font-weight: 500;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.atf-blog-content .atf-blog-time {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.atf-single-blog .atf-blog-content h4 {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.atf-single-blog .atf-blog-content p {
  padding: 4px 0 15px;
}
.atf-blog-tag:hover, .atf-blog-time:hover {
  color: var(--thm-color);
}
.atf-single-blog .atf-blog-content h4 a:hover {
  color: var(--thm-color);
}
.atf-blog-date span {
  display: block;
  font-weight: 500;
}
.atf-blog-date img {
  -webkit-transition: all .5s;
  transition: all .5s;
  border-radius: 50%;
  width: 40px;
  float: left;
  margin-right: 15px;
}
.atf-blog-btn a {
  text-decoration: underline;
  font-weight: 600;
  transition: all 0.3S ease-in-out 0s;
}
.atf-blog-btn a:hover {
  text-decoration: inherit;
  letter-spacing: 1px;
  color: var(--thm-color);
}
/*--------------------------------------------------------------
START BLOG DETAILS DESIGN
----------------------------------------------------------------*/
.atf-blog-area .atf-single-blog {
  margin: 12px 0;
}
.atf-post-pagination {
  margin-top: 30px;
  justify-content: center;
}
.page-item.active .page-link {
  background-color: var(--thm-color);
  border-color: var(--thm-color);
}
.atf-post.atf-style1 .atf-post-title {
  font-size: 15px;
  font-weight: 500;
  margin: 5px 0;
  line-height: 20px;
}
.atf-post-date {
  font-size: 13px;
}
.atf-sidebar-widget .atf-post.atf-style1 .atf-post-thumb {
  width: 80px;
}
.atf-post.atf-style1 {
  display: flex;
}
.atf-post.atf-style1 .atf-post-thumb {
  flex: none;
  margin-right: 10px;
  width: 70px;
}
.atf-sidebar-widget .atf-post-widget-list > li:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.atf-widget {
  margin: 20px 0;
}
.atf-post.atf-style1 .atf-post-title a:hover {
  color: var(--thm-color);
}
.atf-post-info {
  margin-top: -8px;
}
.blog_search {
  margin-bottom: 40px;
}
.blog_search input {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #eee;
  border-radius: 0 !important;
  color: #161616;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: calc(2.5em + .75rem + 2px);
}
.blog_search .form-control:focus {
  border-color: var(--thm-color);
  box-shadow: none;
}
.atf-page-heading {
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 50px;
  background-size: cover;
  background-attachment: fixed;
}
.atf-page-heading.atf-size-md {
  height: 350px;
}
.atf-page-heading:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.atf-page-heading > div {
  z-index: 1;
  width: 100%;
}
.atf-page-heading-title {
  color: var(--thm-white);
  font-size: 45px;
  text-align: center;
  margin-bottom: 7px;
  margin-top: 40px;
}
.atf-breadcamp {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.atf-breadcamp li {
  color: rgba(255, 255, 255, 0.7);
  list-style: none;
}
.atf-breadcamp li:not(:last-child):after {
  content: '/';
  padding-right: 6px;
  margin-left: 6px;
}
.atf-breadcamp a:hover {
  color: var(--thm-white);
}
.atf-widget {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  padding: 30px;
}
.atf-widget .atf-widget-title {
  font-size: 22px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 25px;
}
.atf-widget .atf-widget-title::before {
  content: '';
  background-color: var(--thm-color);
  position: absolute;
  left: 26px;
  bottom: 0px;
  height: 6px;
  width: 40px;
}
.atf-widget .atf-widget-title::after {
  content: '';
  background-color: var(--thm-color);
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 6px;
  width: 15px;
}
.atf-widget-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: -16px;
  margin-bottom: -16px;
}
.atf-widget-list li:not(:last-child) {
  border-bottom: 1px dotted #eaeaea;
}
.atf-widget-list a {
  display: block;
  padding: 10px 0;
}
.atf-widget-list a:hover {
  color: var(--thm-color);
}
.atf-tagcloud {
  margin-bottom: -10px;
}
.atf-tagcloud .atf-tag {
  display: inline-block;
  font-size: 14px;
  padding: 2px 10px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  margin-right: 6px;
  margin-bottom: 10px;
}
.atf-tagcloud .atf-tag:hover {
  color: var(--thm-white);
  background-color: var(--thm-color);
  border-color: var(--thm-color);
}
.atf-post-details.atf-style1 {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.8em;
}
.atf-post-details.atf-style1 .slick-slide {
  line-height: 0;
}
.atf-post-details.atf-style1 .atf-post-thumb {
  margin-bottom: 25px;
}
.atf-post-details.atf-style1 .atf-post-thumb img {
  width: 100%;
}
.atf-post-details.atf-style1 .atf-post-title {
  font-size: 28px;
  margin-bottom: 9px;
}
.atf-post-details.atf-style1 blockquote {
  background: var(--thm-line);
  margin: 0;
  padding: 30px 40px 27px;
  font-size: 24px;
  line-height: 1.6em;
  border-left: 5px solid var(--thm-base);
  border-radius: 4px;
  font-weight: 500;
  margin: 20px 0;
  color: var(--thm-white);
}
.atf-post-details.atf-style1 blockquote small {
  display: block;
  line-height: inherit;
  margin-top: 4px;
  color: var(--thm-white);
  font-size: inherit;
  font-size: 16px;
}
.atf-post-details.atf-style1 blockquote small span {
  color: var(--thm-white);
}
.atf-post-details.atf-style1 .atf-post-label {
  margin-bottom: 15px;
}
.atf-post-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  background-color: #ededef;
  padding: 10px 0;
}
.atf-post-label a {
  color: #000;
}
.atf-post-label span {
  color: #008B8B;
}
.atf-post-details.atf-style1 .atf-post-text p {
  margin-bottom: 15px;
}
.atf-post-details.atf-style1 .atf-post-meta {
  display: flex;
  justify-content: space-between;
  padding: 23px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.atf-post-details.atf-style1 h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
.atf-post-details.atf-style1 p {
  margin-bottom: 15px;
}
.atf-post-details.atf-style1 img {
  margin-bottom: 20px;
  border-radius: 4px;
  margin-top: 5px;
}
.atf-post-details.atf-style1 .embed-responsive {
  margin-top: 15px;
  margin-bottom: 15px;
}
.atf-post-details.atf-style1 .embed-responsive iframe {
  width: 100%;
  height: 460px;
}
.atf-post-label > span {
  display: inline-block;
  position: relative;
}
.atf-post-label > span:not(:last-child) {
  padding-right: 15px;
  margin-right: 15px;
}
.atf-post-label > span:not(:last-child):before {
  content: '';
  position: absolute;
  height: 16px;
  width: 1px;
  background-color: #b5b5b5;
  right: 0;
  top: 3px;
}
.atf-post-label a:hover {
  color: var(--thm-color);
}
.atf-post-tage-list {
  display: flex;
  flex-wrap: wrap;
}
.atf-post-tage-list li {
  margin-right: 5px;
  color: var(--thm-black);
}
.atf-post-tage-list li:not(:last-child):after {
  content: ',';
}
.atf-post-tage-list li a:hover {
  color: var(--thm-color);
}
.atf-post-tages, .atf-post-share {
  display: flex;
  align-items: center;
}
.atf-post-tages .atf-post-tage-title, .atf-post-tages .atf-post-share-title, .atf-post-share .atf-post-tage-title, .atf-post-share .atf-post-share-title {
  margin: 0;
  font-size: 16px;
  margin-right: 10px;
  line-height: 1.4em;
}
.atf-post-share-btn-list {
  display: flex;
  flex-wrap: wrap;
}
.atf-post-share-btn-list a:not(:last-child) {
  margin-right: 12px;
  color: var(--thm-black);
}
.atf-post-share-btn-list a:hover {
  color: var(--thm-color);
}
.atf-post-btn-gropu {
  display: flex;
  justify-content: space-between;
}
.atf-post-btn-gropu .atf-btn {
  min-width: 170px;
  justify-content: center;
}
.atf-page-heading-in .atf-post-label {
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  justify-content: center;
  margin-top: 6px;
  font-size: 16px;
}
.atf-page-heading-in .atf-post-label > span:not(:last-child):before {
  background-color: var(--thm-white);
}
.atf-page-heading-in .atf-post-label > span:not(:last-child) {
  color: rgba(255, 255, 255, 0.75);
}
.atf-page-heading-in .atf-post-label a:hover {
  color: var(--thm-white);
}
.atf-page-heading-subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 300;
  margin-top: 7px;
}
@media screen and (max-width: 991px) {
  .atf-page-heading-title {
    font-size: 38px;
  }
  .atf-page-heading-subtitle {
    font-size: 16px;
  }
  .atf-page-heading.atf-size-md {
    height: 350px;
    padding-top: 42px;
  }
  .atf-page-heading-title br {
    display: none;
  }
  .atf-page-heading {
    height: 500px;
    padding-top: 80px;
  }
}
/*--------------------------------------------------------------
 Comment
----------------------------------------------------------------*/
.comments-title, .comment-reply-title {
  font-size: 18px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.comment-list-outer, .comment-respond {
  padding: 40px 30px 10px 30px;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #eaeaea;
  border-radius: 4px;
}
.comment-body {
  position: relative;
  margin-left: 120px;
  margin-bottom: 30px;
  min-height: 90px;
}
.children .comment-body {
  min-height: 70px;
}
.comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.comments-area ol {
  list-style: none;
  padding-left: 0;
}
.comments-area .children {
  padding-left: 90px;
}
/* .comments-area .children .children {
    padding-left: 35px;
} */
.comment-author .avatar {
  height: 90px;
  width: 90px;
  position: absolute;
  top: 0;
  left: -120px;
  border-radius: 50%;
}
.comment-author {
  line-height: 20px;
  margin-bottom: 6px;
  margin-right: 30px;
}
.comment-author a:hover {
  color: var(--thm-color);
}
.comment-author .nm {
  font-weight: 600;
  color: var(--thm-black);
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
.comment-metadata {
  line-height: 20px;
}
.comment-metadata a {
  font-weight: 400;
  font-size: 14px;
}
.comment-content {
  line-height: 25px;
  font-size: 15px;
}
.comment-content p {
  line-height: inherit;
  color: inherit;
  font-size: 14px;
}
.comment-reply-link {
  font-size: 15px;
  color: var(--thm-black);
  position: relative;
}
.comment-reply-link:hover, .comment-reply-link:focus {
  color: var(--thm-color);
}
.comment-reply-link i {
  margin-right: 6px;
}
.comment-reply-link:before {
  font-family: 'Font Awesome Free 5';
  margin-right: 4px;
}
.reply {
  margin-top: 10px;
}
.children .comment-body {
  margin-left: 100px;
}
.comment-respond {
  display: block;
  width: 100%;
  margin-top: 56px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-top: 1px solid #eaeaea;
}
.comment-form {
  display: flex;
  flex-wrap: wrap;
}
.comment-form-author, .comment-form-email {
  width: 50%;
}
.comment-form-email {
  padding-left: 10px;
}
.comment-form-comment {
  width: 100%;
}
.comment-form-author {
  padding-right: 10px;
}
.comment-form-url {
  padding-left: 0px;
  width: 100%;
}
.form-submit {
  margin-bottom: 0;
}
.comment-form p {
  margin: 0;
}
.comment-form textarea, .comment-form input {
  border: 1px solid #eaeaea;
  padding: 8px 10px;
  width: 100%;
  background-color: transparent;
  display: block;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  border-radius: 4px;
}
.comment-form textarea:focus, .comment-form input:focus {
  outline: none;
  border-color: var(--thm-color);
}
.post-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.post-navigation > div {
  display: inline-block;
}
.nav-previous a:before {
  content: "\f100";
  font-family: 'FontAwesome';
  margin-right: 4px;
}
.nav-next a:after {
  content: "\f101";
  font-family: 'FontAwesome';
  margin-left: 4px;
}
.nav-all-post {
  min-width: 120px;
  text-align: center;
  margin: 0 25px;
}
/*--------------------------------------------------------------
END BLOG DETAILS DESIGN
----------------------------------------------------------------*/
/*--------------------------------------------------------------
START PROTFOLIO DETAILS DESIGN
----------------------------------------------------------------*/
.atf_portfolio__details-info-item ul li {
  display: inline-block;
  margin-bottom: 8px;
}
.atf_portfolio__details-info-item span {
  font-weight: 600;
  margin-right: 5px;
  color: var(--thm-black);
}
.atf_portfolio__details-info-item ul li a {
  color: var(--thm-base);
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.atf_portfolio__details-info-item ul li a:hover {
  color: var(--thm-color);
  text-decoration: underline;
}
.atf_portfolio__details-goal-features .icon {
  color: var(--thm-color);
}
.atf_portfolio__details-social ul li {
  display: inline-block;
}
.atf_portfolio__details-social ul li:not(:last-child) {
  margin-right: 5px;
}
.atf_portfolio__details-social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #f8f4ef;
  color: var(--thm-color);
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  border-radius: 5%;
}
.atf_portfolio__details-social ul li a:hover {
  background: var(--thm-color);
  color: var(--thm-white);
}
/*--------------------------------------------------------------
END PROTFOLIO DETAILS DESIGN
----------------------------------------------------------------*/
/*--------------------------------------------------------------
START SERVICE DETAILS DESIGN
----------------------------------------------------------------*/
.atf_services__details-features .icon {
  color: var(--thm-color);
}
.atf_services__details-features ul li .text h5 {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--thm-font);
  margin-bottom: 0;
  color: #0a4c48;
}
.atf_services__details-features ul li:not(:last-child) {
  margin-bottom: 13px;
}
.atf_services__widget {
  padding: 40px 40px;
  border: 1px solid #eaeaea;
}
.atf_services__widget-links ul li:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
.atf_services__widget-links ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #2c3941;
  font-family: var(--thm-font);
}
.atf_services__widget-download .services-download-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--thm-font);
  color: #ffffff;
  background: #0a4c48;
  text-transform: uppercase;
  height: 66px;
  line-height: 66px;
  padding: 0 40px;
  padding-right: 10px;
}
.atf_services__widget-download .services-download-btn.yellow {
  background: #fad105;
  color: #222222;
}
.atf_services__widget-social span {
  font-size: 15px;
  font-weight: 500;
  color: #2c3941;
  margin-right: 15px;
}
.atf_services__widget-social ul li a:hover {
  color: var(--thm-color);
}
.atf_services__widget-social ul li {
  display: inline-block;
}
.atf_services__widget-social ul {
  display: inline-block;
}
.atf_services__widget-social ul li:not(:last-child) {
  margin-right: 15px;
}
.atf_services__sidebar-banner {
  position: relative;
}
.atf_services__sidebar-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.atf_services__sidebar-banner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 57, 65, 0.58);
}
.atf_services__sidebar-banner-content h6 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}
.atf_services__sidebar-banner-content h4 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 24px;
}
/*--------------------------------------------------------------
END SERVICE DETAILS DESIGN
----------------------------------------------------------------*/
/*--------------------------------------------------------------
START TEAM DETAILS DESIGN
----------------------------------------------------------------*/
.atf_team-about-details h2 {
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .atf_team-about-details h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .atf_team-about-details h2 {
    font-size: 36px;
  }
  .atf-page-heading-title {
    margin-top: 20px;
  }
}
.atf_team-about-details > span {
  font-size: 14px;
  color: var(--thm-color);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}
.atf_team-about-details p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}
.atf_team-about-details ul li {
  margin-bottom: 16px;
}
.atf_team-about-details ul li span {
  font-weight: 600;
  color: var(--thm-black);
  transition: all 0.3s ease-in-out 0s;
}
.atf_team-about-details ul li a:hover {
  color: var(--thm-color);
  text-decoration: underline;
}
.atf_team-qualification {
  margin-bottom: 52px;
}
.atf_team-qualification h4 {
  font-size: 20px;
  margin-bottom: 30px;
}
.atf_team-qualification h4 span {
  color: var(--thm-color);
}
.atf_team-qualification p {
  padding-right: 10px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .atf_team-qualification p {
    padding-right: 0;
  }
}
.atf_team-education {
  padding-bottom: 32px;
}
.atf_team-education ul li {
  margin-bottom: 23px;
}
.atf_team-education .edu-icon {
  float: left;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: var(--thm-color);
  color: var(--thm-white);
  border-radius: 50%;
  text-align: center;
}
.atf_team-education .edu-icon i {
  font-size: 20px;
  color: var(--thm-white);
}
.atf_team-education .edu-text {
  overflow: hidden;
}
.atf_team-education .edu-text h5 {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1;
}
.atf_team-education .edu-text p {
  font-size: 14px;
  margin-bottom: 0;
}
/*--------------------------------------------------------------
END TEAM DETAILS DESIGN
----------------------------------------------------------------*/
/*
* ----------------------------------------------------------------------------------------
* 09.END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 10.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-contact-info {
  padding: 35px;
  box-shadow: 0px 4px 6px 4px rgba(75, 81, 91, 0.1);
  -webkit-box-shadow: 0px 4px 6px 4px rgba(75, 81, 91, 0.1);
  background: var(--thm-white);
}
.atf-main-contact {
  margin: 20px 0;
}
.atf-contact-details {
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.atf-contact-details i {
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: var(--thm-white);
  text-align: center;
  margin: 6px 0 25px;
  border-radius: 50%;
  background: var(--thm-color);
  float: left;
  margin-right: 25px;
}
.atf-contact-details h4 {
  color: var(--thm-black);
  margin-bottom: 0;
  font-weight: 600;
}
.atf-contact-details p {
  color: var(--thm-p);
  display: block;
  overflow: hidden;
}
.contact h4 {
  font-size: 25px;
  margin-bottom: 30px;
  color: var(--thm-black);
}
.contact .form-control {
  padding: 12px 15px;
  border-radius: 5px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out 0s;
}
.contact .form-control:focus {
  border-color: var(--thm-color);
  box-shadow: none;
  outline: 0 none;
}
.contact textarea {
  border-radius: 0px;
  box-shadow: none;
  padding: 10px;
  height: 100px;
}
.contact textarea:focus {
  box-shadow: none;
  outline: 0 none;
  border-color: var(--thm-color);
}
.success {
  background: #fff none repeat scroll 0 0;
  color: #42c0d9;
  font-weight: 700;
  padding: 20px;
  text-align: center;
}
.actions .atf-themes-btn {
  width: 100%;
}
.actions .atf-themes-btn:hover {
  transform: translateY(-0px);
}
/*
* ----------------------------------------------------------------------------------------
* END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-map-area iframe {
  width: 100%;
  height: 400px;
  display: block;
}
#atf-map-area {
  margin-bottom: -105px;
}
/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
/*
* ----------------------------------------------------------------------------------------
* 10.END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 11.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
#footer {
  position: relative;
}
.atf-footer-area {
  position: relative;
  z-index: 1;
}
.atf-footer-area:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--thm-line);
  border-radius: 50% 50% 0% 0%/100% 100% 0% 0%;
  transform: scaleX(2.1);
  z-index: -1;
}
.atf-mailchamp-subscribe {
  position: relative;
}
.atf-mailchamp-border {
  border-bottom: 1px dashed var(--thm-white);
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.atf-mailchamp-headding h2 {
  font-size: 34px;
  color: var(--thm-white);
}
.atf-mailchamp-subscribe form input:focus {
  box-shadow: none;
  outline: 0 none;
  border-color: var(--thm-color);
}
.atf-mailchamp-subscribe form input {
  background: var(--thm-white);
  color: var(--thm-black);
  border: 1px solid #eee;
  width: 100%;
  height: 45px;
  padding-left: 15px;
  font-size: 14px;
  border-radius: 3px;
}
.atf-mailchamp-subscribe .form-group {
  margin-bottom: 0;
}
.atf-mailchamp-subscribe .atf-themes-btn {
  position: absolute;
  right: 14px;
  padding: 8px 17px;
  top: 2px;
}
.atf-mailchamp-subscribe .atf-subscription-label {
  color: var(--thm-white);
  margin-bottom: 15px;
}
.atf-footer-boottom {
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.4);
}
.atf-footer-box p {
  color: var(--thm-white);
}
.atf-footer-box strong {
  font-weight: 700;
}
.atf-footer-social-icon a i:hover {
  background: var(--thm-base);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.atf-footer-social-icon a i {
  font-size: 16px;
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  color: var(--thm-white);
  text-align: center;
  background: var(--thm-black);
}
.atf-footer-area .atf-footer-link {
  position: relative;
}
.atf-footer-area .atf-footer-link::after {
  content: '';
  position: absolute;
  left: 25px;
  top: 40px;
  background: var(--thm-white);
  width: 45px;
  height: 3px;
}
.atf-footer-area .atf-footer-link::before {
  content: '';
  position: absolute;
  left: 3px;
  top: 40px;
  background: var(--thm-white);
  width: 11px;
  height: 3px;
}
.atf-footer-link h5 {
  margin-bottom: 35px;
  font-size: 22px;
  color: var(--thm-white);
}
.atf-footer-link .atf-list-menu li a {
  color: var(--thm-white);
  margin-bottom: 10px;
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: inherit;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.atf-footer-link .atf-list-menu li a:hover {
  color: var(--thm-black);
  text-decoration: underline;
}
.atf-footer-link .atf-list-menu li a span {
  position: relative;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  font-weight: 500;
  font-family: var(--thm-font);
}
.atf-footer-link p {
  color: var(--thm-white);
}
.atf-footer-boottom p {
  color: var(--thm-white);
}
.atf-link a {
  color: var(--thm-color);
  font-weight: 700;
  text-decoration: underline;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.atf-link a:hover {
  color: var(--thm-white);
  text-decoration: inherit;
}
.atf-opening-link span {
  font-weight: 700;
  color: var(--thm-f6);
  text-transform: capitalize;
}
.form-message {
  margin-top: 20px;
}
/*
* ----------------------------------------------------------------------------------------
* 11.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START BOOKING FORM DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-booking-form {
  position: relative;
}
.atf-booking-form .form-control {
  height: calc(1.5em + 0.75rem + 23px);
  border-radius: 0;
}
.atf-booking-form-box .form-control {
  border-radius: 0;
}
.atf-booking-form-box .form-control:focus, .atf-booking-form .form-control:focus {
  box-shadow: none;
  outline: 0 none;
  border-color: var(--thm-color);
}
.atf-booking-form label {
  margin-bottom: 12px;
  font-size: 18px;
  color: var(--thm-black);
  font-weight: 500;
  display: block;
}
.atf-booking-form h3 {
  margin-bottom: 40px;
  font-size: 40px;
  color: var(--thm-white);
}
.atf-booking-form-box .nice-select {
  margin: 0;
  height: 60px;
  line-height: 58px;
  padding-right: 40px;
  padding-left: 20px;
  border-radius: 0;
  min-width: 200px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--thm-font);
  width: 100%;
}
::-moz-range-track {
  background: transparent;
  border: 0;
}
.atf-booking-form {
  margin: 10px 0;
}
.atf-booking-form .form-group i {
  position: absolute;
  right: 15px;
  color: var(--thm-color);
  font-size: 10px;
  top: 40%;
}
.atf-booking-form .form-group {
  position: relative;
}
/*
* ----------------------------------------------------------------------------------------
* START DATA PICKER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-booking-form .input-group-addon:first-child {
  border-left: 0;
}
.atf-booking-form.input-group {
  display: inherit;
}
.atf-booking-form .input-group-addon {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--thm-black);
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.atf-booking-form .input-group-addon {
  background-color: transparent;
  color: var(--thm-white);
  border-color: var(--thm-white);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.atf-booking-form .input-group-addon:first-child {
  border-radius: 1px 0px 0px 1px;
}
.datepicker {
  padding: 4px;
  border-radius: 1px;
  direction: ltr;
  margin: 0;
}
.datepicker:before, .datepicker:after {
  border-width: 0;
}
.datepicker table tr td, .datepicker table tr th {
  color: var(--thm-black);
  border-radius: 0;
  width: 40px;
  height: 35px;
  text-shadow: none;
}
.datepicker table tr td span {
  height: 54px;
  line-height: 54px;
  border-radius: 1px;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.active:hover, .open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: var(--thm-white);
  background-color: var(--thm-color);
  border-color: var(--thm-color);
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  text-shadow: none;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  color: #c0c8cb;
}
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #88979d;
}
.datepicker table tr td.old.disabled, .datepicker table tr td.new.disabled {
  color: #c0c8cb;
}
/*
* ----------------------------------------------------------------------------------------
* END BOOKING FORM DESIGN
* ----------------------------------------------------------------------------------------
*/
.header-search-area {
  position: relative;
  margin: 3px 0px;
  display: inline-block;
}
.header-search-area .form-control {
  border: 0px;
  height: 30px;
  width: 250px;
}
.header-search-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-color: transparent;
  padding: 0px;
  border: 0px;
}
.header-search-btn i {
  margin-right: 0px !important;
}
.head-logon-register-div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.login-btn-head {
  padding: 8px 15px !important;
  font-size: 12px;
  background-color: #095759;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 14px;
  display: inline-block;
  border-radius: 4px;
}
.register-btn-head {
  padding: 8px 15px !important;
  font-size: 12px;
  background-color: #095759;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 14px;
  display: inline-block;
  border-radius: 4px;
  margin-left: 4px;
}
.logout-dropdown button {
  background-color: #000;
  border: 0px;
  padding: 4px 12px;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  font-size: 12px;
}
.logout-dropdown .dropdown-menu {
  border: 0px;
  margin: 0px;
}
.logout-dropdown .dropdown-menu .dropdown-item {
  color: #000;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
}