/*---------additional css--------*/
#masthead{
        position: absolute;
    z-index: 9999;
    width: 100%;
}
/*-------------- Topbar------------*/
.main-header {
    position: relative;
    z-index: 999;
}
.right_menu {
    background: white;
    border-radius: 6px;
}
.topbar-text {
    font-size: 13px;
    color: var(--white);
    font-weight: 500;
    font-family: 'Montserrat';
    position: absolute;
    left: -35px;
    top: 5px;
}
.topbar_button_right {
    padding: 0;
}
.topbar-text-main-box
{
    position: relative;
}
#topbar {
    padding: 9px;
}
.phone-number i {
    color: #fe5d5d;
}
.topbar-buttons {
  background: #ee344e;
    margin-top: -109px;
    padding: 19px 0 19px 0;
    position: relative;
    top: 45px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    text-align: center;
}
.sticky {
  position: fixed !important;
  top: 0px;
  width: 100%;
  padding-bottom: 0 !important;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-top: 0;
}
.main-navigation li {
    position: relative;
    padding: 20px 13px;
    display: inline-block;
    top: 2px;
}
.main-navigation li:last-child {
  border-right: none;
}
.main-navigation a {
    display: block;
    line-height: 21px;
    color: #192136;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    font-family: var(--font-exo);
    letter-spacing: 1px;
}
.main-navigation ul ul {
display: none;
position: absolute;
left: 0;
top: 100%;
background: white;
min-width: 215px;
z-index: 9999;
box-sizing: border-box;
-webkit-box-shadow: 1px 1px 2px 0 rgb(0 0 0 / 20%);
-ms-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
box-shadow: 0px 5px 6px 1px rgb(229 229 229);
animation: zoomIn .4s ease-in-out;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.main-navigation ul ul li, .menubar.scrolled .main-navigation ul ul li {
  float: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid var(--color13);
}
.main-navigation ul ul li:last-child {
  border-bottom: 0;
}
.main-navigation ul li:hover > ul {
  display: block;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
  color: var(--pink);
}
.main-navigation .menu > ul > li.highlight {
  background-color: var(--green);
}
.main-navigation .menu > ul > li.highlight:hover {
  background: transparent;
}
.menubar.scrolled .menu > ul > li:hover > a:after, .menubar.scrolled .menu > ul > li.current_page_item > a:after, .menubar.scrolled .menu > ul > li.current-menu-item > a:after {
  height: 2px;
}
.menu > ul > li.exoplanet-search:after {
  background: transparent !important;
}
.main-navigation ul ul li:hover > a {
  color:var(--pink);
}
#sticky-onoff{
  display: none;
}
.sub-menu li a {
    font-family: var(--font-exo);
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 11px;
    display: inline-block;
    padding: 0;
    word-break: break-word;
    -webkit-transition: padding-left .2s ease;
    -ms-transition: padding-left .2s ease;
    transition: padding-left .2s ease !important;
}
.sub-menu li {
   padding: 6px 15px 8px 20px;
}
.sub-menu li a:after {
    content: "";
    display: block;
    position: relative;
    z-index: 1;
    top: auto;
    bottom: -5px;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 0;
    height: 1px;
    -webkit-transition: width .2s ease;
    -ms-transition: width .2s ease;
    transition: width .2s ease;
    background: var(--pink);
}
.sub-menu >li:hover > a:before {
    width: 13px;
}
.sub-menu li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--pink);
    left: 10px;
    top: 18px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
/*----------------------Mobile Menu Icon------------------------------*/
/*-----------------Superfish Menu------------------*/
.sf-arrows .sf-with-ul {
  padding-right: 15px;
}
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -2px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: var(--color15);
}
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #888;
}
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: var(--color7);
}
.toggle-nav, a.closebtn {
  display: none;
}
amp-sidebar#sidebar1 {
  display: none 
}
[class*="amphtml-sidebar-mask"] {
background: none;
z-index: 99;
} 
.i-amphtml-sidebar-mask{
  position: static!important 
}
.sub-menu>li:hover>a:after {
    width: 100%;
}
.sub-menu>li:hover>a
{
    padding-left: 10px;
}
.topbar-button {
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Exo 2";
}
.calender-header i {
    background: black;
    color: white;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 10px 12px;
    font-size: 14px;
    position: relative;
    z-index: 8;
    top: -12px;
    border: 3px solid white;
    margin-left: -24px;
}
.read-more-header {
    font-size: 14px;
    letter-spacing: 0px;
    color:var(--white);
    font-weight: 400;
    font-family:var(--font-mont);
    padding-left: 0;
    margin-left: -9px;
}
.read-more-header:hover
{
  color: var(--white);
}
.read-more-header:focus {
    box-shadow: unset;
}
.read-more-header i {
    color: var(--pink);
    font-size: 16px;
    margin: 0 0px 0 9px;
    position: relative;
    top: 2px;
}
.phone-number img {
    height: 21px;
}
.social_icon i {
    color: white;
    font-size: 14px;
    margin-left: 9px;
}
.phone-number {
    margin-right: -26%;
}
.socialbox {
    margin-top: 3px;
}
#mySidenav {
    float: right;
}
#site-navigation ul>li.menu-item-has-children>a:after {
    content: '+';
    font-family: "Font Awesome 5 Free";
    margin-left: 6px;
    position: relative;
    top: 1px;
    font-size: 19px;
    float: right;
    width: 0;
    font-weight: bold;
}

.sticky .logo {
    padding: 0px 0 10px 0px;
}
#return-to-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    display:none;
    text-decoration: none;
    -moz-border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99;
    background-color: var(--blue);
    animation: pulse 1s infinite;
    border-radius:50%;
}
#return-to-top i {
    color: white;
    position: relative;
    top: 10px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: -2px;
}

.call-texts,.phone_text,.top-cart {
    font-size: 14px;
    color:var(--white);
    font-weight: 400;
    font-family: var(--font-mont);
    margin-left: 4px;
}
.phone_text,.top-cart
{
    font-size: 13px;
}
.phone_align {
    padding-top: 3px;
}
.logo img {
    height: 40px;
    margin: 5px auto;
    display: block;
    position: relative;
    left: -8px;
    top: 7px;
}
#menu_conatiner .fa-search:before {
    content: "\f002";
    position: relative;
    top: 6px;
    cursor: pointer;
}
.search-icon i {
    border-left: 1px solid #cfcfcf;
    padding: 0 39px;
    height: 27px;
    font-size: 15px;
}
.search-main-box {
    margin-top: 15px;
}
.phone_text:hover,.topbar-button:hover {
    color: white;
}
/*-----------------Search pop up----------------*/
.header-search-box i {
  cursor: pointer;
}
.serach_outer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #111;
  overflow: hidden;
  transition: 0.5s;
  z-index: 999999999999;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.serach_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.closepop {
  position: absolute;
  top: 29%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  text-align: right;
  margin-right: 28px;
  z-index: 999999;
}
.serach_outer i {
  font-size: 17px;
  padding: 4px 0 0 0;
  color: var(--white);
  cursor: pointer;
}
.serach_inner form.search-form {
  display: table;
  border-radius: 0;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.search-container .serach-page input.search-field {
      border: unset;
    padding: 15px 0px 15px 16px;
}
.search_popup input.search-submit {
  border: 0;
  background-color: transparent;
  border-radius: 40px;
  border: 2px solid var(--white);
}
.search_popup label {
  background: transparent;
  width: 81%;
}
.search_popup input.search-field {
  padding: 1.5% 0;
  background: transparent;
  width: 100%;
  text-indent: 8px;
  border-bottom: 2px solid var(--white);
  color: var(--white);
  border-top: none;
  border-left: none;
  border-right: none;
}
.search_popup input.search-field::placeholder {
  font-size: 17px;
  color: var(--white);
}
.search_popup .search-submit {
  color: var(--white);
  border-radius: 50%;
  background-color: #1b1a18;
  padding: 10px 13px;
  width: 50px;
  height: 50px;
  border: none;
}
/*------------ Footer--------------*/
.copyright {
    padding: 25px 0 1px 0px;
    background: var(--pink);
}
.footer_copyright_text p,.credit_link a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Exo 2";
}
.menu-copyright-menu-container ul li {
    list-style: none;
    display: inline-block;
    margin-left: 17px;
}
.menu-copyright-menu-container ul li a {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat";
}
.main-foot {
    display: flex;
}
.menu-footer-menu-container li,.menu-footer-menu2-container li {
    list-style: none;
}
.menu-footer-menu-container li a, .menu-footer-menu2-container li a {
    font-size: 15px;
    line-height: 34px;
    color: #192136;
    font-weight: 400;
    font-family: 'Montserrat';
}
.menu-footer-menu-container li a i, .menu-footer-menu2-container li a i {
    color: var(--blue);
    position: relative;
    left: -10px;
}
#footer h3 {
    font-size: 22px;
    color: #192136;
    font-weight: 600;
    font-family: "Exo 2";
}
#footer .menu-footer-menu2-container {
    margin-top: 48px;
}
#footer .menu-footer-menu-container ul {
    padding: 10px;
}
#footer .post-content a {
    font-size: 15px;
    color: #192136;
    font-weight: 400;
    font-family: "Montserrat";
    position: relative;
    left: 8px;
}
#footer .post-thumb img {
       width: 91px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--pink);
}
#footer .post-thumb {
    display: flex;
}
#footer .widget_recent_entries ul {
    padding-left: 10px;
}
#footer .widget_recent_entries ul li{
  list-style: none;
}
#footer .recent-post-box {
    position: relative;
    top: 20px;
}
#footer .widget_recent_entries h3 {
    margin-left: 25px;
}
#footer .post-date {
    color: #ee344e !important;
    margin-left: 8px;
}
#footer .textwidget p {
    font-size: 13px;
    color: #373738;
    font-weight: 400;
    font-family: "Montserrat";
    margin-top: 14px;
}
#footer .menu-footer-menu2-container ul {
    padding-left: 3px;
}
#footer input[type="email"] {
    width: 87%;
    padding: 15px;
    border: unset;
    font-size: 14px;
    color: #888888;
    font-weight: 400;
    font-family: "Exo 2";
}
#footer input[type="submit"] {
    background: var(--blue);
    color: white;
    border: unset;
    border-radius: 5px;
    padding: 8px 21px;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-top: 22px;
}
.footer-time {
    font-family: 'Montserrat';
    color: var(--pink);
    font-size: 15px;
    margin-left: 23px;
}
.footer-day {
    font-size: 15px !important;
    color: #192136 !important;
    font-weight: 400;
    margin-top: 20px !important;
    font-family: "Montserrat";
}
/*--------------- footer form---------------------*/
#footer .credit_link {
    display: none;
}
.topbar-buttons{
    background-image: linear-gradient( -225deg, #000000 0%, #192136 0%, #192136 67%, #192136 100% );
    background-size: 0 0;
    transition: .8s;
    background-repeat: no-repeat;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.topbar-buttons:hover{
    background-size: 100% 100%;
    color: #fff !important;
}
.footer-buy-doctor a {
    background: var(--blue);
    color: white;
    font-family: 'Exo 2';
    padding: 12px 30px;
    border-radius: 25px;
}
.footer-buy-doctor {
    margin: 36px 0 18px 0;
}