* {
    padding:0px;
    margin:0px;
}
html {
  scroll-behavior: smooth;
}
a:focus {
    outline: none !important;
}
.container  {
    max-width: 1590px !important;
}

ul {
    margin:0 !important;
    padding:0;
}
body {
    margin-bottom: 0px !important;
}
main#primary header.entry-header {
  display: none !important;
}
body.home header.entry-header {
  display: none !important;
}
body.error404 main#primary header {
    display: block !important;
}
.entry-content {
    margin-top: 0px;
}
.page {
    margin-bottom: 0px !important;
}
/* .widget {
    margin-bottom:0px !important;
} */
a {
    text-decoration: none !important;
}
.vc_row.vc_column-gap-35>.vc_column_container {
    padding: 30.5px;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .rotating {
    -webkit-animation: rotating 10s linear infinite;
    -moz-animation: rotating 10s linear infinite;
    -ms-animation: rotating 10s linear infinite;
    -o-animation: rotating 10s linear infinite;
    animation: rotating 10s linear infinite;
    margin-bottom: 0px !important;
    position: relative;
    z-index: 2;
  }
/* ***** ScrollBar CSS Start ******* */

body {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  /* Define custom scrollbar styles */
  ::-webkit-scrollbar {
    width: 12px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #003C72;
  }


/* ***** ScrollBar CSS End ******* */
button#bottom_to_top {
  position: fixed;
  bottom: 15px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 999;
  background: #114FEE;
  border-radius: 50px;
  color: #fff;
  border: 1px solid #114FEE;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all linear .25s;
  cursor: pointer;
  padding: 0 !important;
}
/* ***** Header CSS Start ******* */
.subheader {
    background: #2C4770;
    padding: 100px 0px;
    text-align: center;
}
.breadcrumbs.breadcrumb {
    display: none;
}
.subheader h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
}
.subheader {
    background: #2C4770;
    padding: 130px 0px;
    text-align: center;
    background-image: url("/wp-content/uploads/2024/10/Mask-group.png"), 
	url("/wp-content/uploads/2024/10/Group-1171275330.png");
    background-size: 25%, 15%;
    background-repeat: no-repeat;
    background-position: 100% 10px, 0px -170px;
    border-bottom: 10px solid #114FEE;
}
.top-header {
    /* background: #01B1AA; */
    background: #2c4770;
    padding: 15px 0px;
}
.head-slide-box {
  text-align: center;
  color: #fff;
}
.head-slider-container {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
.head-slide-name {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 5px;
}
.head-slide-content {
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
}
.head-slide-content a {
    display: inline-block;
    color: #fff;
    text-decoration: underline !important;
}

.head-slide-content a:hover {
	color: #fff !important;
    text-decoration: none !important;
}
.main-header {
  background: #F8F8F8;
  padding: 20px 0px;
}
.main-navigation ul {
  display: flex;
  justify-content: end;
}
ul#primary-menu li {
  padding-right: 25px;
}
.right-nav-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone-option {
  display: flex;
  align-items: end;
  padding-right: 20px;
  padding-left: 25px;
}
.main-header .container .row {
  justify-content: center;
  align-items: center;
}

ul#primary-menu {
  font-size: 18px;
  font-weight: 500;
  padding-top: 10px;
}
ul#primary-menu li a, 
.footer-nav ul.menu li a {
  color: #000;
  transition: all ease 500ms;
  display: inline-block;
	border-bottom: 2px solid transparent;
}
ul#primary-menu li a::after,
.footer-nav ul.menu li a::after
{
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #000;
  transition: width 0.3s;
  margin-top: 5px;
}

ul#primary-menu li a:hover::after,
.footer-nav ul.menu li a:hover::after {
  width: 100%
}
ul#primary-menu li a:hover,
.footer-nav ul.menu li a:hover {
  color: #8314B4;
  display: inline-block;
}
/* ul li.current-menu-item a::after {
    width: 100% !important;
}

ul li.current-menu-item a {
    color: #8314B4 !important;
} */

.appointment-btn {
  width: 100%;
  max-width: fit-content;
  text-align: center;
}

.appointment-btn a {
  background: #114FEE;
  padding: 20px 20px;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 7px;
  transition: all ease 500ms;
}

.appointment-btn a:hover {
  background: #000000;
  transition: all ease 500ms;
  color:#fff;
}
.phone-option img {
  padding-right: 10px;
}

.phone-option a {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  transition: all ease 500ms;
}

.phone-option a span {
  width: 100%;
  float: left;
  font-size: 13px;
  padding-bottom: 5px;
  font-weight: 500;
  transition: all ease 500ms;
}

.phone-option {
	 position: relative;
  transition: all ease 500ms;
}
.phone-option:hover {
  transition: all ease 500ms;
}

.phone-option:hover span {
  color: #6f6f6f;
}

.phone-option:hover a {
  color: #8314b4;
}

.phone-option img {
  transition: all ease 500ms;
}

.phone-option:hover img {
  transition: all ease 500ms;
  filter: drop-shadow(1px 9px 8px #8314B4);
}
.serv-circles {
  padding: 20px 10px !important;
  width: 180px !important;
  height: 180px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.serv-circles p {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}
.circlex p {
  margin-bottom: 0px !important;
  line-height: normal;
  font-size: 15px;
}
.serv-circles2 {
  width: 160px !important;
  height: 160px !important;
}
.serv-circles3 {
  width: 190px !important;
  height: 190px !important;
}
.main_slider {
  border-bottom: 10px solid #003c72;
}
.slick-prev:before {
  content: "\f104" !important;
  font-family: 'FontAwesome' !important;
  color: #fff;
}

.slick-next:before {
  content: "\f105" !important;
  font-family: 'FontAwesome' !important;
  color: #fff;
}
ul.sub-menu {
    display: block;
    background: #fff;
    border: none;
    padding-top: 0px !important;
    top: 25px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
}
ul.sub-menu li {
    padding-right: 0px !important;
    background: #fff;
}
ul.sub-menu li:last-child a {
    border: none;
}
ul.sub-menu li a:hover {
    background: #2c4770;
    color: #fff !important;
}
ul.sub-menu ul {
    left: 200px !important;
    position: absolute;
    display: none;
    top: 0px !important;
}
ul.sub-menu li:after {
    display: none;
}
ul.sub-menu li a {
    padding: 12px 15px !important;
    border-bottom: 1px solid #eaeaea;
    line-height: normal;
    font-size: 16px;
    font-weight: 400;
    color: #000 !important;
	width: 230px;
}
ul.sub-menu li a::after {
    bottom: 0px !important;
    position: absolute;
    left: 0px;
}
ul.sub-menu li.current-menu-item a {
    border-bottom: 2px solid #B88975;
    color: #fff !important;
    background: #2c4770 !important;
}
/* ***** Header CSS End ******* */


/* ***** Footer CSS Start ******* */

footer#colophon {
  background: #f8f8f8;
  padding-top: 75px;
}
.footer-logo img {
  width: 100%;
  max-width: 320px;
  margin-bottom: 15px;
}

.about_company p {
  font-size: 16px;
  line-height: normal;
}
.footer-social-icons h2 {
  font-size: 24px;
  font-weight: 600;
}
.footer-social-icons ul {
  display: flex;
  list-style: none;
}

.footer-social-icons ul li {
  padding-right: 10px;
}

.footer-social-icons ul li a {
    font-size: 20px;
    background: #223757;
    padding: 8px;
    color: #fff;
    border-radius: 60px;
    transition: all ease 500ms;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social-icons ul li a:hover {
  transition: all ease 500ms;
  background: #01b1aa;
}
.footer-nav {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.footer-navigation h2, 
.get_in_touch h2 {
  font-size: 23px;
  font-weight: 600;
  color: #2C4770;
  margin-bottom: 0px;
}
.footer-nav ul.menu {
  list-style: none;
  line-height: normal;
}
.footer-nav ul.menu li {
  margin-top: 18px;
}
.footer-nav ul.menu li a {
  font-size: 17px;
  color: #000;
}
.get_in_touch .contact-info {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all ease 500ms;
}
.get_in_touch img {
  padding-right: 15px;
  transition: all ease 500ms;
}
.get_in_touch .contact-info span {
  width: 100%;
  float: left;
  display: block;
  color: #003C71;
  padding: 7px 0px;
  font-weight: 400;
  transition: all ease 500ms;
}
.get_in_touch .contact-info a,
.foot-address div {
  font-weight: 600;
  color: #000;
  transition: all ease 500ms;
}
.get_in_touch .contact-info:hover img {
  transition: all ease 500ms;
  filter: drop-shadow(1px 9px 8px #8314B4);
}
.get_in_touch .contact-info:hover a {
  color: #8314b4;
}
.get_in_touch .contact-info:hover a span {
  color: #6f6f6f;
}
footer#colophon .row {
  padding-bottom: 60px;
}
.bottom-footer {
	background: #223757; /*New Css*/
/*     background: #01b1aa; */
    text-align: center;
    color: #fff;
    padding: 15px 10px !important;
    font-size: 15px;
    line-height: normal;
}
.global-img img {
    background: #01b1aa;
    padding: 20px;
    border-bottom-left-radius: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 260px !important;
}

/* ***** Footer CSS End ******* */
.about-content-row {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.sub-heading {
  font-size: 24px;
  font-weight: 500 !important;
  position: relative;
}

.sub-heading::after {
  content: " ";
  position: absolute;
  background-image: url("/wp-content/uploads/2024/10/Group-1171275314.png");
  width: 100%;
  height: 10px;
  background-repeat: no-repeat;
  background-position: bottom left;
  bottom: 5px;
  margin-left: 10px;
  filter: hue-rotate(45deg);
}

.big-heading {
  color: #2C4770;
  font-size: 35px;
  font-weight: 600;
}
.theme-content {
  font-size: 16px;
  line-height: normal;
}
.theme-btn a {
  background: #01B1AA !important;
  border-color: #01B1AA !important;
  color: #fff !important;
  font-size: 16px !important;
  padding: 12px 25px !important;
}

.theme-btn a:hover {
    background: #b9d9eb !important;
    border-color: #b9d9eb !important;
	color:#000 !important;
}
.serv-box-row {
  background-color: #2c4770;
  background-image: url(/wp-content/uploads/2024/10/Group-1171275181-2.png);
  background-repeat: no-repeat;
  background-position: -20% -350px;
  background-attachment: fixed;
}
.serv-box-row .theme-content {
  font-size: 17px;
  color: #fff;
}
.serv-icon-col .vc_column-inner {
    background: #fff;
    border-radius: 15px;
    padding: 25px 0px !important;
    transition: all ease 500ms;
    border: 3px solid #fff;
}
.serv-page-box .serv-icon-col .vc_column-inner {
    background: #f5f5f5;
}
.serv-icon-col {
  padding: 10px !important;
}
.serv-icon-heading {
  margin-bottom: 0px !important;
}
.serv-icon-heading span {
  font-size: 22px;
  font-weight: 400;
}
.serv-icon-heading h3 {
  font-weight: 600;
  font-size: 26px;
  color: #2C4770;
  letter-spacing: -1px;
  transition: all ease 500ms;
}
.serv-icon-col .vc_column-inner:hover {
  background: #1c2e48 !important;
  border-color: #3d6197 !important;
}
.serv-icon-col .vc_column-inner:hover h3 {
  color:#fff;
}
.sub-heading2 {
    position: relative;
    font-size: 28px;
    width: fit-content;
    margin: 0 auto;
}

.sub-heading2::after {
    content: " ";
    position: absolute;
    background-image: url(/wp-content/uploads/2024/10/Group-1171275298.png);
    height: -webkit-fill-available;
    background-repeat: no-repeat;
    background-position: bottom left;
    bottom: 5px;
    margin-left: 10px;
    width: 100%;
	display:none !important;
}
.sub-heading2::before {
    content: " ";
    position: absolute;
    background-image: url(/wp-content/uploads/2024/10/Group-1171275299.png);
    height: -webkit-fill-available;
    background-repeat: no-repeat;
    background-position: left bottom;
    bottom: 5px;
    width: 100%;
    left: -115px;
	display:none !important;
}
.big-heading2 h2 {
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 600;
}
span.globe {
  color: #003C71;
  font-weight: 600;
}
.numbers {
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 72px !important;
    background: #114fee;
    height: 95px;
    width: 95px;
    margin: 0 auto;
/*     position: absolute; */
    left: 0;
    right: 0;
    border-radius: 60px;
    padding: 10px;
    top: 203px;
    color: #fff;
    transition: all ease 500ms;
}
.partners-col:hover .numbers {
    background: #01b1aa;
/*     margin-top: -10px; */
    box-shadow: 0px 2px 20px 5px #0000002e;
}
.portners-content {
/*   background: #fff; */
  transition: all ease 500ms;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 0px !important;
  padding: 15px;
/*   margin-top: 65px; */
}
.portners-content h4 {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 10px;
  color: #2C4770;
}

.portners-content br {
    display: none;
}

body.home .partners-img {
	margin-top: 15px;
}

.partners-img img {
    border-radius: 10px;
    transition: all ease 500ms;
}
.partners-col {
    transition: all ease 500ms;
}
.partners-col .vc_column-inner {
    transition: all ease 500ms;
}
.partners-col-revered .wpb_wrapper {
    flex-direction: column-reverse;
    display: flex;
    transition: all ease 500ms;
}
.partners-col-revered .portners-content .wpb_wrapper {
  display: flex;
  flex-direction: column !important;
}
.partners-col-revered .portners-content {
  display: flex;
  flex-direction: column !important;
}

.partners-col-revered .portners-content {
  margin-top: 0px !important;
/*   margin-bottom: 50px !important; */
}

.big-heading2 {
  margin-bottom: 70px !important;
}
.icon-text-box h3 {
  color: #668AAA;
  padding-top: 10px;
  font-size: 27px;
}

.icon-text-box h3 span {
  color: #fff;
}
.dark-inner-row .wpb_column .vc_column-inner {
  border-right: 1px solid #ffffff54;
}

.dark-inner-row .wpb_column:last-child .vc_column-inner {
  border: none;
}
.patient-care-box ul li::before {
  background-image: url("/wp-content/uploads/2024/10/Group-7.png");
  content: " ";
  width: 25px;
  height: 25px;
  position: absolute;
  left: -25px;
  background-repeat: no-repeat;
  background-size: cover;
}
.patient-care-box ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.patient-care-box ul {
  list-style: none;
  padding-top: 15px;
}
/* .patient-care-row {
  background-image: url(https://idevwork.com/Global-Network-Systems/php/wp-content/uploads/2024/10/img5.jpg);
  background-color: #ffffff !important;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 45%;
  overflow: hidden !important;
} */
.friendly-contact-row {
  background-color: #2C4770;
}
.theme-btn-white a {
  background: #fff !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #2c4770 !important;
  border: 2px solid #fff !important;
  padding: 12px 22px !important;
  margin-top: 15px;
}

.theme-btn-white a:hover {
  background: #2c4770 !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}

div#gform_fields_1 {
  row-gap: 20px;
}

form#gform_1 label {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
}

.gfield_required_asterisk {
  font-size: 18px;
}

form#gform_1 input , form#gform_1 textarea {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #B0B0B0;
  border-radius: 0px;
}

p.gform_required_legend {
  display: none;
}
input#gform_submit_button_1 {
  background: #01b1aa;
  border: 1px solid #01b1aa !important;
  font-size: 16px;
  padding: 14px 30px;
  border-radius: 5px !important;
  transition: all ease 500ms !important;
}

input#gform_submit_button_1:hover {
  background: #8314b4;
  border: 1px solid #8314b4 !important;
}
.about-content-row {
    width: 100%;
    margin: 0 auto !important;
    max-width: 850px;
    padding: 0px 40px;
    margin-right: 10% !important;
}
.about-content-row3 {
  width: 100%;
  margin: 0 auto !important;
  max-width: 815px;
  padding: 0px 40px;
  margin-right: 0% !important;
}
.about-content-row2 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto !important;
  margin-left: 2% !important;
  padding: 0px 60px;
}
.mobile-boxs {
    height: auto !important;
    width: auto !important;
    padding: 10px 12px !important;
    border-radius: 4px !important;
}
.mobile-boxs p {
    margin-bottom: 0px !important;
}
#rmp_menu_trigger-127 {
z-index:1;
}
.coming-soon {
    font-weight: 700;
    letter-spacing: 0px !important;
}
div#gform_confirmation_message_1 {
    background: #01b15f;
    padding: 15px;
    color: #fff;
    border-radius: 5px;
}
/************** 404 Not Found Start ************/

.not-found h1.page-title {
    color: #2c4770;
    font-weight: 700;
    font-size: 54px;
}
.not-found {
    text-align: center;
    padding: 100px 20px;
}

.not-found h1.page-title {color: #2c4770;font-weight: 700;font-size: 54px;}

.search-page-btn a {
    background: #114FEE;
    padding: 20px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 7px;
    transition: all ease 500ms;
    display: inline-block;
    margin: 15px 0px;
}

.search-page-btn a:hover {
    background: #000;
	color:#fff;
}
form.search-form input {
    line-height: normal;
    padding: 20px 35px;
    font-size: 18px;
    border: none;!I;!;
    box-shadow: 0px 0px 20px 0px #e2e2e2cc;
}

form.search-form label {margin-bottom: 0px;}

form.search-form {
    width: 100%;
    margin: 30px 0px;
}
input.search-submit {
    background: #01b1aa;
    color: #fff;
    transition: all ease 500ms;
}

input.search-submit:hover {
    background: #a602a3;
}
.not-found p {
    font-size: 18px;
}
body.blog form.search-form {
	margin:0px !important;
}
/************** 404 Not Found End ************/

/************** Search Results Start ************/

.search-results header.page-header h1 {
    text-align: center;
    color: #2c4770;
    font-weight: 700;
    font-size: 54px;
    margin: 30px 0px;
}
.search-result article {
    width: 50%;
    float: left;
}

body.search-results article {
    width: 100%;
    background: #2C4770;
    padding: 30px;
    margin-bottom: 20px !important;
    border: 2px solid #0b121d;
    border-radius: 15px;
    background-color: #2c4770;
    background-image: url("/wp-content/uploads/2024/10/Group-1171275181-2.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
    background-size: 40%;
}

body.search-results article .entry-summary {
    margin-top: 0px;!;
}
body.search-results article .entry-summary h2 {
    font-size: 34px;
    font-weight: 600;
    color: #fff;
}

body.search-results article .entry-summary p {
    font-size: 18px;
    color: #fff;
    line-height: normal;
}

a.search-readmore {
    background: #01b1aa;
    padding: 10px 14px;
    display: inline-block;
    color: #fff;
    line-height: normal;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 10px;
	transition:all ease 500ms;
}
a.search-readmore:hover {
	transition:all ease 500ms;
	background:#8314b4;
	color:#fff;
}
/************** Search Results End ************/
.serv-page-box {
    width: 100% !important;
    max-width: 1140px;
    margin: 0 auto !important;
}
body.parent-pageid-44 .serv-icon-col .vc_column-inner {
    background: #f4f4f4;
    padding: 35px 0px;
    border-radius: 20px;
}
.theme-content strong {
    color: #01b1aa;
}
body.parent-pageid-44 .portners-content {
    margin-top: 0px;
}
/* body.parent-pageid-44 .partners-col-revered .portners-content {
    margin-bottom: 85px !important;
} */
body.parent-pageid-44 .numbers {
	top: 170px;
}

body.page-id-30 .contact-row {
    display: none !important;
}
.footer-contacts ul {
	list-style: none;
	line-height: normal;
}

.footer-contacts ul li {
    display: flex;
    align-items: center;
/*     margin-bottom: 10px; */
    transition: all ease 500ms;
    font-size: 18px;
}

.footer-contacts ul li span i {
    font-size: 28px;
    text-align: center;
    width: 40px;
    color: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 500ms;
    background: #2c4872;
    padding: 25px;
    border-radius: 15px;
}
.footer-contacts ul li {
    padding: 10px 5px !important;
    color: #fff !important;
    transition: all ease 500ms;
    background: #00000059;
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    border-radius: 20px;
}
.footer-contacts ul li a {
	color: #fff;
	transition: all ease 500ms;
}
ul.social_links {
    display: flex;
    align-items: center;
}

ul.social_links li a {
    font-size: 24px;
    color: #01B1AA;
    transition: all ease 500ms;
}
ul.social_links li a:hover {
    color: #1d2e49;
}
ul.list-inline.social_links li:first-child {
    padding-left: 0px !important;
}
.footer-contacts {
    margin-bottom: 20px;
}
.footer-contacts ul li:hover a {
    color: #fff;
    transition: all ease 500ms;
}
.footer-contacts ul li:hover i {
    background: #01b1aa;
    box-shadow: 0px 3px 20px #2c477087;
}
.google-map-box .wpb_wrapper {
    padding: 0px !important;
}
.contact-row-new {
    background-image: url("/wp-content/uploads/2024/10/Group-1171275293.png");
    background-repeat: no-repeat;
    background-position: 150% top;
    background-size: 64%;
    background-blend-mode: overlay;
    background-color: #ffffffe0;
}
.contact-details-box h2 {
    color: #fff;
    font-weight: 500;
    font-size: 38px;
}
.contact-details-box {
    background: #2c4770;
    padding: 25px;
    border-radius: 30px;
}

/******************  Blog CSS Start  ********************/



/*---------- blog Page start ----------*/
.isotope-item {
    margin-top: 60px;
}
.post-title-bg h2 {
    color: #000000 !important;
    font-size: 36px;
    font-weight: 600 !important;
    margin: 30px 0px;
}
#text-6 h2.widget-title{
    font-size: 25px;
    color: #194588;
    text-align: left;
    font-weight: 700;
    font-style: normal;
	margin-left: -12px !important;
}

span.blog-title {
    font-size: 20px;
    font-weight: 600;
	display: block;
	margin-bottom: 10px !important;
}

span.blog-title a {
    color: #000000 !important;
    transition: linear all .25s;
}

span.blog-title a:hover {
    opacity: .7 !important;
}

.blog_page_read_more {
    margin-top: 10px;
	margin-bottom:10px;
}

.blogImage {
    border: 1px solid #cccdcd;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    background: #ebebeb;
}

.blogBox.style3 {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.blogPage.style8 .blogBox.style3 .blogImage {
    width: 33%;
}

.blogBox.style3 .blogImage {
    float: left;
    margin: 0 0 0 0;
    width: 25%;
}
.blogImage {
    border: 1px solid #cccdcd;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    background: #ebebeb;
}

.zoom {
    position: relative;
    overflow: hidden;
}

.zoom img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 230px;
    object-fit: cover;
	width:100%;
}

.zoom:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blogDate {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 39px;
    background: #47b6d2;
    color: #fff;
    padding: 10px 13px;
    text-align: center;
}
body.single-post .blogDate {
    position: absolute;
    left: 25px;
    top: 10px;
    z-index: 1;
    width: 45px;
    background: #01b1aa;
    color: #fff;
    padding: 7px 0px;
    text-align: center;
	    margin-top: 103px;
}
.blogImage .blogDate i {
    font-size: 12px;
    font-style: normal;
    display: block;
}

.blogImage .blogDate i ~ i {
    margin-left: -6px;
}

.blogPage hr {
    border-color: #d6d6d6;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.blogImage .blogDate hr {
    border-top: 1px solid #fff;
/*     padding: 5px 0 0 0; */
    margin: 5px 0 5px 0;
	opacity: 1 !important;
}

.blogImage .blogDate i, .blogImage .blogDate span {
    margin-left: -3px;
}

.blogImage .blogDate span {
    font-size: 20px;
    font-style: normal;
    display: block;
}

a.more2, .blog_ul li a {
    color: #164688 !important;
	transition: all 0.3s;
	font-weight: bold;
}
a.more2:hover, .blog_ul li a:hover {
    opacity: .7 !important;
}

ul.blog_ul {
    margin: 20px 0 !important;
}

ul.blog_ul li span {
    margin-right: 5px;
	width: 40px;
    height: 40px;
    background: #1877f2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px !important;
    color: #fff;
}

span.social_icons.icon_ig {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

span.social_icons.icon_linkedin {
    background: #007bb5;
}

section#search-3 {
    background: #f1f1f1;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 30px 25px;
    margin-bottom: 30px;
}

section#search-3 form label {
    width: 75%;
}

input.search-field {
    width: 100%;
}

input.search-submit {
    background: #164688;
    color: #fff;
	transition: all linear .25s !important;
}

input.search-submit:hover {
    opacity: .7 !important;
}

section#recent-posts-2 h2, section#text-5 h2, section#instagram-feed-widget-2 h2,
section#search-2 h2, section#custom_html-2 h2, section#custom_html-3 h2,
section#custom_html-4 h2, section#fbtw_facebook-2 h2,
section#wpzoom_instagram_widget-3 h2, section#wpzoom_instagram_widget-2 h2 {
    background: #2c4770;
    color: #fff;
    border-left: 20px solid #01b1aa;
    line-height: 1.5;
    text-indent: 10px !important;
    font-size: 24px !important;
    margin-top: 30px;
}
#cboxLoadedContent {
	overflow:scroll !important;
}
section#search-2 h2 {
	margin-top:0px;
}
section#recent-posts-2 ul {
    margin-top: 10px !important;
}

section#recent-posts-2 ul li {
    display: block;
}

section#recent-posts-2 ul li a {
    color: #000 !important;
    display: flex;
    padding: 10px 0;
    transition: all linear .25s;
    border-bottom: 2px dotted #000 !important;
    align-items: center;
}
section#recent-posts-2 ul li a:hover {
    color: #01b1aa !important;
}
section#recent-posts-2 ul li a:before {
    content: "\f0da";
    margin: 0 10px 0 0px;
    display: inline-block;
    font-family: FontAwesome;
	float:left;
}

section#recent-posts-2 ul li:first-child a {
    border-top: 0px dotted #000 !important;
}

section#recent-posts-2 ul li:last-child a {
    border-bottom: 0px dotted #000 !important;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    margin-top: 10px;
}

.heateor_sss_sharing_ul a {
    transition: all linear .25s !important;
}

.heateor_sss_sharing_ul a:hover {
    opacity: .7 !important;
}
span.blog-title {font-size: 26px;}
.more-description, .single footer.entry-footer {
    display: none !important;
}
.blogDesc {line-height: normal;font-size: 16px;}

.blog_page_read_more a {
    transition: all ease 500ms;
    color: #5f6f52;
    font-weight: 600;
}

.blog_page_read_more a:hover {
    transition: all ease 500ms;
    letter-spacing: 2px;
	color:#5f6f52;
	text-decoration: none;
}
.more-description {
    display: flex;
    margin-top: 5px;
}
.autor-name {
    text-transform: capitalize;
    font-weight: 500;
    margin-right: 5px;
    color: #9d7f65;
    font-style: italic;
}
body.blog .embed-container {
    height: 260px;
    object-fit: cover;
}
body.home .heateor_sss_horizontal_sharing {
    display: none;
}
span.blog-title a:hover {
    text-decoration: none;
}
.post-thumbnail img {
    width: 100%;
    height: 100%;
    border: 3px solid #df6441;
    margin-bottom: 15px;
}
.blogDate i {
    font-style: normal;
}

.blogDate hr {
    border-color: #fff;
    margin: 10px 0px;
}
body.single-post .entry-content .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    display: none !important;
}
#search-2 span.screen-reader-text {
    display: none;
}
section#search-2 {
    background: #f1f1f1;
    /* border: 1px solid #dddddd; */
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px !important;
    margin-top:50px;
}
body.single-post section#search-2 {
    margin-top:0px !important;
}
section#search-2 input.search-field {
    width: 100%;
    border: none;
    padding: 8px 15px;
}
section#search-2 input.search-submit {
    background: #01B1AA;
    color: #fff;
    transition: all linear .25s !important;
    padding: 8px 15px;
    border: none;
    line-height: normal;
    cursor: pointer;
    width: 30%;
}
section#search-2 label {
    margin-bottom: 0px;
    float: left;
    width: 70%;
}
section#search-2 input.search-submit:hover {
    opacity: .7 !important;
}
section#search-2 h2 {
    display: none;
}
section#search-2 label {
    margin-bottom: 0px;
}
body.postid-188 p {
    margin: 0 !important;
}
.servcie-consult-btn a {
    color: #df6441 !important;
    border: 2px solid #df6441 !important;
    font-size: 18px !important;
}

.servcie-consult-btn a:hover {
    color: #fff !important;
}
article.post header, article.post .post-thumbnail {
    display: none;
}
.post-img img {
    width: 100%;
    border: 10px solid #2c4770;
	    margin-bottom: 10px;
}
.post-img {
    margin-bottom: 25px;
}
#search-2 span.screen-reader-text {
    display: none;
}

body.single-post section#search-2 {
    margin-top:0px !important;
}
section#search-2 input.search-field {
    width: 100%;
    border: none;
    padding: 8px 15px;
}
body.single-post form.search-form {
    margin: 0px 0px !important;
} 

.theme-content h2 {
    margin-top: 40px;
    color: #2c4770;
    font-weight: 700;
}

.theme-content ul li::marker {
    font-family: 'FontAwesome';
    content: "\f0da";
    color: #01b1aa;
}

.theme-content ul li {
    padding-left: 10px;
	padding-bottom:5px;
}
.theme-content ul {
/*     padding-bottom: 20px; */
    padding-left: 20px;
}
.theme-content h3 {
    margin-bottom: 15px;
}
.theme-content a {
    color: #000;
    text-decoration: underline !important;
}

.theme-content a:hover {
    text-decoration: none !important;
}
.theme-content ol {
    margin: 0px;
    padding-left: 30px;
    padding-bottom: 20px;
    line-height: 30px;
}
.patient-care-box ul li::marker {
    content: " " !important;
}
.hs-form-field {
    width: 50% !important;
    float: left !important;
    padding: 0px 11px;
}

.hs-form-field input, .hs-form-field select {
	background: transparent !important;
	border: none !important;
	border-bottom: 1px solid #000 !important;
	border-radius: 0px !important;
}
.hs-form-field label {
    font-size: 15px !important;
}
.dark-inner-row22 .wpb_column .vc_column-inner {
    border-right: 1px solid #2b2b2b54 !important;
}
.dark-inner-row22 .wpb_column:last-child .vc_column-inner {
    border: none !important;
}
.dark-inner-row22 .dark-row-img img {
    width: 100%;
    max-width: 60px;
}
.dark-inner-row22 h3 {
    font-weight: 600;
    font-size: 22px;
    color: #003C71;
}
body.home .portners-content h4 {
	font-size:23px;
}
body.home .portners-content {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    display: flex;
    align-items: center;
    line-height: normal !important;
    font-size: 14px;
}
.about-content-row22 .theme-content {
    font-size: 24px;
}
section#recent-posts-2 {
    margin-bottom: 70px;
}
body.search .footer-sec {
    margin-top: 0px !important;
}

.footer_newsletter {
	background-color: #2C4770;
	padding-top: 50px;
	padding-bottom: 50px;
}

#gform_2 {
  max-width: 750px;
  width: 100%;
  margin: auto;
}

#input_2_1 {
	font-size: 20px;
	height: 60px;
}

#input_2_1::placeholder{
	font-size: 20px;
	font-style: italic;
	opacity: .5;
}

#gform_submit_button_2 {
  font-size: 20px;
	height: 60px;
	transition: all linear .25s;
	background: #01b1aa;
	color: #fff;
}

#gform_submit_button_2:hover{
	background: #fff;
	color: #2c4770;
}

#gform_2 .gform-footer.gform_footer.top_label {
  display: none;
}


#gform_2 #gform_confirmation_message_2 {
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding-top: 5px;
	line-height: 1.5;
}

.page-id-30 .footer_newsletter{
	display: none;
}



 /***************************************************************** Responsive Area  **************************************************************/
@media screen and (max-width: 2560px) and (min-width: 2000px) {
 body.home .numbers {
    top: 265px;
}
body.home .partners-col-revered .numbers {
    top: 150px !important;
}

}
 @media all and (max-width:1440px) {
 .partners-col-revered .numbers {
    top: 230px !important;
}	 
body.home .partners-col-revered .numbers {
        top: 430px !important;
}
body.home .portners-content h4 {
    font-size: 20px;
}
  .partners-col2 .numbers {
  top: 150px !important;
  }
  .partners-col .numbers {
    font-size: 60px !important;
    width: 85px !important;
    height: 85px !important;
}
body.home .partners-col2 .numbers {
   top: 130px !important;
}
}
 @media all and (max-width:1350px){
body.page-id-44 .patient-care-box br {
    display: none;
}	 
.partners-col-revered .numbers {
        top: 250px !important;
} 
.main-navigation {
  display: block;
  width: 70%;
}
ul#primary-menu li {
  padding-right: 15px;
}
ul#primary-menu li a {
  font-size: 17px;
}
}

 @media all and (max-width:1024px){
  .serv-circles2, .serv-circles3, .serv-circles {
    width: 120px !important;
    height: 120px !important;
}
body.home .partners-col-revered .numbers {
        top: 280px !important;
}
.circlex p {
  margin-bottom: 0px !important;
  font-size: 12px !important;
  line-height: 15px !important;
}
.circlex img {
  width: 45px;
  margin-bottom: 7px;
}
nav#site-navigation {
  display: none;
}
.right-nav-btn {
  justify-content: end;
  align-items: center;
  padding-right: 100px !important;
  width: 100%;
  float: right;
}
.logo-col {
  flex: 35% !important;
  max-width: 35% !important;
  width: 35% !important;
}
.nav-col {
  flex: 65% !important;
  max-width: 65% !important;
  width: 65% !important;
}
.appointment-btn {
  width: 100%;
  max-width: fit-content;
  line-height: 22px;
}
.phone-option {
  position: relative;
  width: 100%;
}
.appointment-btn a {
  padding: 17px 20px;
  display: inline-block;
}
.theme-content p br {
  display: none;
}
.big-heading br {
  display: none;
}
.serv-box-row .wpb_column {
  flex: 100%;
}
.left-footer-sec {
  width: 100% !important;
  flex: 100% !important;
  max-width: 100% !important;
}
.about_company p br {
  display: none;
}
.left-footer-sec:first-child {
  margin-bottom: 40px;
}
.right-footer-sec {
  flex: 100% !important;
  max-width: 100% !important;

}
.footer-social-icons {
  margin-bottom: 20px;
}
.serv-icon-heading h3 {
  font-size: 20px;
}
.serv-icon-heading span {
  font-size: 20px;
}
.partners-col-revered .numbers {
  top: 340px !important;
}
.partners-col2 .numbers {
  top: 110px !important;
}
.partners-col {
  flex: 50% !important;
  max-width: 50% !important;
  width: 50% !important;
}
.portners-content {
  margin-top: 0px;
}
.head-slider-container {
  width: 100%;
  max-width: 700px !important;
  margin: 0 auto;
}
.head-slide-box {
  padding: 0px 30px !important;
}
.phone-option {
  display: none;
}
#rmp_menu_trigger-127 {
  top: 138px;
}
.head-slide-content {
  line-height: normal;
}
}
@media all and (max-width:909px){
	    #rmp_menu_trigger-127 {
        top: 132px;
    }
}
 @media all and (max-width:767px){
.reversed-row {
	flex-direction:column-reverse; 
}
	 
body.post-template-default.single.single-post p {
    line-height: normal;
    font-size: 14px;
}	 
body.post-template-default.single.single-post h2, body.post-template-default.single.single-post h3 {
    font-size: 18px;
    line-height: normal;
}	 
	 
	.post-title-bg h2 {
    font-size: 20px;
    margin: 0px 0px;
} 
	 .subheader{
		     padding: 30px 0px;
	 }	 
.subheader h1 {
    font-size: 30px;
}
	 .footer-contacts ul li a{
 max-width: 80%;
    font-size: 14px;
    text-align: left;
}	 
	 
	 
.serv-box-row .wpb_column:nth-child(3) {
    width: 100%;
}
.about-img-col .vc_empty_space {
    height: 50vh !important;
}
body.home .patient-care-row {
    flex-direction: column-reverse;
}
body.home .portners-content {
    margin-bottom: 25px !important;
}
.serv-box-row .serv-icon-col {
        width: 50%;
        float: left;
}
  .partners-col .numbers {
    display: none;
}
.theme-btn a {
    font-size: 15px !important;
    padding: 10px 15px !important;
}
.portners-content {
    font-size: 15px;
}
.theme-content {
    font-size: 15px !important;
    line-height: normal;
}
.theme-content br {
		 display:none;
}.big-heading {
        font-size: 28px;
}
.sub-heading {
    font-size: 22px;
}
.footer-nav ul.menu {
  margin-top: 20px !important;
}
.footer-nav ul.menu li {
  margin-top: 5px;
}
.big-heading2 h2 {
  font-size: 28px;
  margin-top: 20px;
}
.sub-heading2 {
    font-size: 22px;
}
span.footer-copyright {
    line-height: normal;
    font-size: 16px;
}
.footer-nav ul.menu li a {
    line-height: 15px;
}
.portners-content {
  margin-bottom: 30px !important;
}
.big-heading2 {
  margin-bottom: 30px !important;
}
.partners-col-revered .portners-content {
  margin-top: 0px !important;
  margin-bottom: 30px !important;
}
.partners-col-revered .wpb_wrapper {
  display: block !important;
  transition: all ease 500ms;
}
  .partners-col {
    flex: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}
  .foot-phone {
    margin-top: 0px !important;
}
  .get_in_touch .contact-info {
    display: block;
    width: 100%;
    max-width: 100%;
}
.get_in_touch img {
  padding-right: 0px;
  padding-top: 30px;
}
.get_in_touch .contact-info a, .foot-address div {
  width: 100%;
  float: left;
  margin-top: 12px;
}
.get_in_touch {
  text-align: center;
}
  .footer-social-icons ul li:last-child {
    padding-right: 0px;
}
.footer-social-icons ul {
  justify-content: center;
}
  .footer-logo img {
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
}
.about_company p {
  font-size: 16px;
  line-height: normal;
  text-align: center;
}
.footer-social-icons h2 {
  text-align: center;
  color: #fff; /* New css */
}
  .footer-navigation {
    margin-bottom: 40px;
    text-align: center;
}
  .footer-nav {
    display: block !important;
}
  .serv-circles2, .serv-circles3, .serv-circles {
    width: 115px !important;
    height: 115px !important;
}
.circlex img {
  width: 30px;
}
.phone-option {
  display: none;
}
.logo-col {
  flex: 50% !important;
  max-width: 50% !important;
}
.nav-col {
  flex: 50% !important;
  width: 50% !important;
}
.right-nav-btn {
  justify-content: end;
  align-items: center;
  padding-right: 0px;
}

.dark-inner-row .wpb_column .vc_column-inner {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #fff !important;
  margin-left: 40px;
  margin-right: 40px;
  border-right: none !important;
}
.dark-inner-row .wpb_column:last-child .vc_column-inner {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: none !important;
}
.about-content-row2 {
  width: 100%;
  max-width: 100% !important;
  margin: 0 auto !important;
  margin-right: auto !important;
  padding: 20px 20px !important;
}
.about-content-row {
  max-width: 100% !important;
  padding: 0px 20px;
  margin-right: auto !important;
}
.friendly-contact-row h2.big-heading {
  font-size: 32px !important;
}
.about_company p br {
  display: none;
}
.friendly-contact-row h2.big-heading {
    font-size: 32px !important;
}

.friendly-contact-row h2.big-heading br {
    display: none !important;
}

.about_company p br {
    display: none;
}
.appointment-btn a {
  padding: 15px;
  display: inline-block;
  font-size: 18px;
}
.right-nav-btn {
  padding-right: 75px !important;
}
#rmp_menu_trigger-127 {
  top: 138px;
  height: 53px;
}
.right-nav-btn {
  padding-right: 90px !important;
}
.slick-prev {
  left: 0px !important;
}
.slick-next {
  right: 0px !important;
}
	 
	 #gform_2 #gform_fields_2 {
		 display: block;
	 }
	 
	 #gform_2 #input_2_1{
		 margin-bottom: 20px;
	 }
	 
}

 @media all and (max-width:600px){
 .big-heading {
  font-size: 32px;
}
/* .sub-heading::after, .sub-heading::before {
  display:none;
} */
.sub-heading2::after, .sub-heading2::before {
  display:none;
}
.appointment-btn a {
  padding: 12px 15px;
  font-size: 15px;
}
.head-slide-content {
  font-size: 14px;
}
#rmp_menu_trigger-127 {
  width: 45px;
  height: 45px;
}
.right-nav-btn {
  padding-right: 70px !important;
}
#rmp_menu_trigger-127 {
  top: 130px;
}
.head-slide-content {
  font-size: 12px;
}
 }
 @media all and (max-width:500px) {
  #rmp_menu_trigger-127 {
    top: 108px;
}
.nav-col {
  flex: 80% !important;
  width: 80% !important;
  max-width: 60% !important;
}
.logo-col {
  flex: 20% !important;
  max-width: 100% !important;
  width: 20% !important;
}
.appointment-btn a {
  padding: 10px 15px;
  font-size: 13px;
}
.serv-box-row .wpb_column {
    width: 100%;
}
 }

 @media all and (max-width:400px) {
  #rmp_menu_trigger-127 {
    top: 123px;
}
 }


body.post-template-default.single.single-post p{
    line-height: 25px;
}

body.post-template-default.single.single-post .entry-content a {
    color: #33006F;
}
body.post-template-default.single.single-post p span{
	font-weight: 500;
}
body.post-template-default.single.single-post  .entry-content div {
    line-height: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.entry-content ul li {
    padding-left: 10px !important;
       padding-bottom: 19px;
}
body.post-template-default.single.single-post  .entry-content ul {
    list-style: disc;
    padding-left: 30px;
    padding-bottom: 10px;
}
body.post-template-default.single.single-post  .entry-content ul li::marker {
	 color: #2c4770;
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 16px !important;
}
body.post-template-default.single.single-post .heateorSssClear {
    display: none;
}
body.post-template-default.single.single-post h2 , body.post-template-default.single.single-post h3{
	padding-top: 10px;
	padding-bottom: 10px;	
}
body.post-template-default.single.single-post main#primary {
    padding-top: 40px;
}
.post-title-bg h2.bio_header_text {
    margin-top: 0;
	    margin-bottom: 0;
}
p.details-date {
	margin-bottom: 0;
    padding-bottom: 10px;
    font-weight: 500;
}


#gform_3 input {
  height: 50px;
  border-radius: 10px;
  font-size: 18px;
}

#gform_3 textarea {
  border-radius: 10px;
  font-size: 18px;
}
#gform_3 input::placeholder, #gform_3 textarea::placeholder {
  color: #00000078;
}
#gform_submit_button_3 {
  background: #2c4770;
  font-size: 20px !important;
  transition: all linear .25s;
}
#gform_submit_button_3:hover {
  background: #ff7a59;
}