/*
    primary-color: #0065cb;
    secondry-color: #d84141;
*/





/*=======================================================
============ Global Properties
========================================================*/

body::-webkit-scrollbar {
    background-color: #0065cb38;
    width: 10px;
    right: -10px;
}

  body::-webkit-scrollbar-thumb {
    background-color: #0065cb;
    border-radius: 8px;
    right: -10px;
  }
.font-blue{
    color: #0065cb !important;
}

.text-decoration-underline{
    text-decoration: underline;
}
/* .page-title{
    margin-top: 7rem;
}

@media (max-width: 768px) {
    .page-title{
        margin-top: 12rem;
    }
} */
.service-section {
    padding: 0px;
}

.section-padding {
    padding: 120px 0px;
}

.section-margin {
    margin: 120px 0px;
}

@media (max-width: 768px) {
    .d-none-md {
        display: none !important;
    }

    .d-block-md {
        display: block !important;
    }
}

@media (min-width: 769px) {
    .d-none-md {
        display: block !important;
    }

    .d-block-md {
        display: none !important;
    }
}

/*==== HR With title ====*/
.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: 0.5;
}
.hr-text:before {
    content: '';
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}
.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 0.5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
}

small.text-danger{
    font-size: 70%;
}

/*==== Label ====*/
.form-group label {
    color: #222 !important;
    margin-bottom: 0px;
    font-weight: bolder;
}
.form-group label i {
    color: #0065cb;
}


/*==== is-invalid ====*/
input.is-invalid,
textarea.is-invalid{
    border-color: #dc3545 !important;
}
input.is-invalid:focus,
textarea.is-invalid:focus{
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5) !important;
}




/*=======================================================
============ Service Section
========================================================*/
.service-block-three{
    max-width: 260px;
    margin: 0px auto;
}


/*=======================================================
============ layout
========================================================*/
.menu-right-content {
    position: relative;
}

.menu-right-content input {
    border: 2px solid #0065cb5e;
    padding: 7px 10px 7px 20px;
    border-radius: 50px;
    min-width: 320px;
}

.menu-right-content i {
    padding-top: 5px;
    padding-left: 10px;
    color: rgb(75, 75, 75);
}

/*=== NavBar ===*/
.main-header .main-menu .navigation>li>a.theme-btn-one {
    padding: 10px;
    margin-top: -10px;
}

.main-header.style-four .header-lower .main-menu .navigation>li {
    padding: 0px !important;
}


/*=== Absolute-Icons ===*/

#absolute-icons .contact-icons .box{
    display: flex;
    align-items: center;
    position: fixed;
    right: 20px;
    z-index: 999999999;
}
#absolute-icons .contact-icons .box.patient{
    bottom: 100px;
}
#absolute-icons .contact-icons .box.doctor{
    bottom: 20px;
}
#absolute-icons .contact-icons .discription{
    position: relative;
    margin-right: 20px;
    opacity: 0;
    background-color: #33333396;
    color: #fff;
    padding: 3px;
    border-radius: 5px 0px 0px 5px;
    transition: all 0.5s ease-in-out;
}
#absolute-icons .contact-icons .discription::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 10px;
    top: 0px;
    right: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #33333396;
}
#absolute-icons .contact-icons .box:hover .discription {
    opacity: 1;
}
#absolute-icons .contact-icons a {
    display: block;
    background-color: #0065cb;
    color: #fff;
    padding: 18px;
    text-align: center;
    font-size: 24px;
    border-radius: 50%;
    box-shadow: 0px 0px 15px 0px #000000db;
}

/*====== Responsive ========*/
@media (max-width: 576px) {
    #absolute-icons .contact-icons a {
        padding: 12px 15px;
        font-size: 18px;
    }
}


/*=======================================================
============ service-Block
========================================================*/
.service-block-one .inner-box h4 {
    height: 50px;
}







/*=======================================================
============ Login Page
========================================================*/
.error-section .inner-box h2 {
    font-size: 80px;
    font-weight: 700;
    color: #0065cb;
}

.error-section .inner-box input {
    padding: 12px !important;
    background-color: transparent;
    border-radius: 5px;
    font-size: 20px;
    border: 1px solid #0065cb
}

.error-section .inner-box label {
    color: rgb(24, 24, 24);
    font-size: 20px;
    margin-bottom: -5px;
    margin-top: 20px;
    font-weight: 600;
}

.error-section .inner-box label i {
    color: #0065cb;
}


/*=======================================================
============ Submission Page
========================================================*/
#submission-page .error-section .inner-box h1 {
    font-size: 160px;
}

#submission-page .error-section .inner-box h2 {
    font-size: 46px;
}


/*=======================================================
============ Location Page
========================================================*/
.google-map-section a.theme-btn-two {
    background-color: black !important;
    color: #fff !important;
    border-radius: 15px;
    padding: 7px 15px;
}

.image-box iframe {
    border-radius: 20px;
    box-shadow: 0px 0px 18px 3px #b3b3b3bd;
}






/*=======================================================
============ Mob Sidebar
========================================================*/
.mobile-menu .menu-box {
    background: #0065cb !important;
}







/*=======================================================
============ Service
========================================================*/
.event-details-content .content-one .image img{
    border-radius: 20px;
    animation-name: up-down-animation;
    animation-duration: 2s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes up-down-animation {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(10px);
    }
  }

.service-summary {
    font-size: 14px;
    line-height: 18px;
}

.event-details img {
    box-shadow: 0px 0px 18px 3px #d0d0d0bd;
}

.pad-service {
    padding-top: 40px;
}




/*=======================================================
============ Location Search
========================================================*/
.location-search{
    background-color: #0065cb;
}

.location-search.cta-section .inner-box .title {
    color: #fff;
    font-weight: 600;
    font-size: 34px;
}
.location-search .input-box{
  position: relative;
  height: 55px;
  max-width: 55px;
  width: 100%;
  margin: 0 auto;
  border-radius: 6px;
  background-color: #fff;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.location-search .input-box.open{
  max-width: 350px;
}
.location-search input{
  position: relative;
  outline: none;
  border: none;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  background-color: #fff;
}
.location-search .input-box.open{
  padding: 0 15px 0 65px;
}
.location-search .icon{
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 60px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  background-color: #fff;
}
.location-search .fa-magnifying-glass,
.location-search .fa-xmark{
  position: absolute;
  top: 50%;
  font-size: 30px;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.location-search .fa-magnifying-glass{
  color: #0065cb;

  transform: translateY(-50%) rotate(90deg);
}
.location-search .input-box.open .fa-magnifying-glass{
  transform: translateY(-50%) rotate(0);
}
.location-search .fa-xmark{
  right: -63px;
  color: #0065cb;
  border-radius: 6px;
  background: #fff;
  padding: 12px 18px;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
}
@media (max-width: 576px) {
    .location-search .fa-xmark{
        display: none;
    }
}
.location-search .input-box.open .fa-xmark{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) rotate(180deg);
}


/*=======================================================
============ Footer
========================================================*/
.footer-top .logo-widget .footer-logo .logo {
    max-width: inherit;
}
.copyright a{
    text-decoration: underline;
}
.footer-top .logo-widget .footer-logo .logo img {
    width: 280px !important;
}
.main-footer hr{
    width: 80%;
    height: 1px;
    margin: 0px auto;
    margin-top: -15px;
}
.main-footer .social-links{
    text-align: center;
}
.main-footer .social-links ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-footer .social-links ul li{
    padding: 10px;
}
.main-footer .social-links ul li a{
    font-size: 22px;
    color: #0065cb;

}
/*=== RESPONSIVE ===*/
@media only screen and (max-width: 1200px) {
    .menu-area .mobile-nav-toggler {
        display: block;
        padding: 15px 10px;
        border-radius: 5px;
        margin-top: 10px;
    }
}



/*========================== */
:root {
    --clr-white: rgb(255, 255, 255);
    --clr-black: rgb(0, 0, 0);
    --clr-light: rgb(245, 248, 255);
    --clr-light-gray: rgb(196, 195, 196);
    --clr-blue: #0065cb;
    --clr-light-blue: #0065cb30;
}


/* Upload Area */
 .upload-area {
    position: relative;
    width: 100%;
    background-color: var(--clr-white);
    border: 2px solid var(--clr-light-blue);
    border-radius: 5px;
    padding: 5rem 1.875rem 5rem 1.875rem;
    text-align: center;
}

 .upload-area--open {
    /* Slid Down Animation */
    animation: slidDown 500ms ease-in-out;
}

@keyframes slidDown {
    from {
        height: 28.125rem;
        /* 450px */
    }

    to {
        height: 35rem;
        /* 560px */
    }
}

/* Header */

 .upload-area__title {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0.3125rem;
}

 .upload-area__paragraph {
    font-size: 1.3rem;
    color: var(--clr-light-gray);
    margin-top: 0;
}

 .upload-area__tooltip {
    position: relative;
    color: var(--clr-light-blue);
    cursor: pointer;
    transition: color 300ms ease-in-out;
}

 .upload-area__tooltip:hover {
    color: var(--clr-blue);
}

 .upload-area__tooltip-data {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -125%);
    min-width: max-content;
    background-color: var(--clr-white);
    color: var(--clr-blue);
    border: 1px solid var(--clr-light-blue);
    padding: 0.625rem 1.25rem;
    font-weight: 500;
    opacity: 0;
    font-size: 16px;
    visibility: hidden;
    transition: none 300ms ease-in-out;
    transition-property: opacity, visibility;
}

.upload-area__tooltip:hover .upload-area__tooltip-data {
    opacity: 1;
    visibility: visible;
}

/* Drop Zoon */
 .upload-area__drop-zoon {
    position: relative;
    height: 11.25rem;
    /* 180px */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px dashed var(--clr-light-blue);
    border-radius: 15px;
    margin-top: 2.1875rem;
    cursor: pointer;
    transition: border-color 300ms ease-in-out;
}

 .upload-area__drop-zoon:hover {
    border-color: var(--clr-blue);
}

 .drop-zoon__icon {
    display: flex;
    font-size: 3.75rem;
    color: var(--clr-blue);
    transition: opacity 300ms ease-in-out;
}

 .drop-zoon__paragraph {
    font-size: 0.9375rem;
    color: var(--clr-light-gray);
    margin: 0;
    margin-top: 0.625rem;
    transition: opacity 300ms ease-in-out;
}

 .drop-zoon:hover .drop-zoon__icon,
 .drop-zoon:hover .drop-zoon__paragraph {
    opacity: 0.7;
}

 .drop-zoon__loading-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    color: var(--clr-light-blue);
    z-index: 10;
}

 .drop-zoon__preview-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.3125rem;
    border-radius: 10px;
    display: none;
    transition: opacity 300ms ease-in-out;
}

 .drop-zoon:hover .drop-zoon__preview-image {
    opacity: 0.8;
}

.drop-zoon__file-input {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    height: 100%;
    width: 100%;
    opacity: 0;
}

/* (drop-zoon--over) Modifier Class */
 .drop-zoon--over {
    border-color: var(--clr-blue);
}

 .drop-zoon--over .drop-zoon__icon,
 .drop-zoon--over .drop-zoon__paragraph {
    opacity: 0.7;
}


 .drop-zoon--Uploaded .drop-zoon__icon,
 .drop-zoon--Uploaded .drop-zoon__paragraph {
    display: none;
}

/* File Details Area */
 .upload-area__file-details {
    height: 0;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    transition: none 500ms ease-in-out;
    transition-property: opacity, visibility;
    transition-delay: 500ms;
}

/* (duploaded-file--open) Modifier Class */
 .file-details--open {
    height: auto;
    visibility: visible;
    opacity: 1;
}

 .file-details__title {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--clr-light-gray);
}

/* Uploaded File */
 .uploaded-file {
    display: flex;
    align-items: center;
    padding: 0.625rem 0;
    visibility: hidden;
    opacity: 0;
    transition: none 500ms ease-in-out;
    transition-property: visibility, opacity;
}

/* (duploaded-file--open) Modifier Class */
 .uploaded-file--open {
    visibility: visible;
    opacity: 1;
}

 .uploaded-file__icon-container {
    position: relative;
    margin-right: 0.3125rem;
}

 .uploaded-file__icon {
    font-size: 3.4375rem;
    color: var(--clr-blue);
}

 .uploaded-file__icon-text {
    position: absolute;
    top: 1.5625rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--clr-white);
}

 .uploaded-file__info {
    position: relative;
    top: -0.3125rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

 .uploaded-file__info::before,
 .uploaded-file__info::after {
    content: '';
    position: absolute;
    bottom: -0.9375rem;
    width: 0;
    height: 0.5rem;
    background-color: #ebf2ff;
    border-radius: 0.625rem;
}

 .uploaded-file__info::before {
    width: 100%;
}

 .uploaded-file__info::after {
    width: 100%;
    background-color: var(--clr-blue);
}

/* Progress Animation */
 .uploaded-file__info--active::after {
    animation: progressMove 800ms ease-in-out;
    animation-delay: 300ms;
}

@keyframes progressMove {
    from {
        width: 0%;
        background-color: transparent;
    }

    to {
        width: 100%;
        background-color: var(--clr-blue);
    }
}

 .uploaded-file__name {
    width: 100%;
    max-width: 6.25rem;
    /* 100px */
    display: inline-block;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

 .uploaded-file__counter {
    font-size: 1rem;
    color: var(--clr-light-gray);
}



/*=======================================================
============ preloader
========================================================*/
.loader-container{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999999;
    background-color: rgba(255, 255, 255, 0.575);
}
.loader {
    width: 100px;
    height: 100px;
    border: 3px solid #0065cb;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: fixed;
    top: calc(50% - 50px);
    left: calc(50% - 50px);

  }
  .loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid;
    border-color: #7db7f1 transparent;
  }

  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }



/*===============================================================
=============
===============================================================*/
