/*
Theme Name: Meticue
Theme URI: http://shmai.net/meticue/
Author: shmai
Author URI: https://themeforest.net/user/shmai/
Description: This is Meticue - Medical & Health theme
Version: 1.8.3
License: copyright commercial
License URI: https://themeforest.net/user/shmai/
Text Domain: meticue
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
*/



.logo {
  /* Center the logo horizontally */
  display: flex;
  justify-content: center;
}

.logo-image {
  width: 200px; /* Adjust the width as needed */
  height: auto; /* Maintain aspect ratio */
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out; /* For hover effect */
}

.logo-image:hover {
  transform: scale(1.1); /* Enlarge the image on hover */
}







.top_bar.color-chang {
    background-color: #5787f2;
}
.bar_inner span strong {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 5px;
}
.bar_inner span {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}
.rqst-text span i {
    color: #fff;
    padding-right: 10px;
}
.rqst-text span {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    border-right: 1px solid #799ff5;
    border-left: 1px solid #799ff5;
    padding: 0 20px;
}
nav.st5 > ul {
    /*float: left;*/
    text-align: right;
    padding-right: 70px;
}
header form {
    position: relative;
    display: inline-block;
    margin-top: 0;
    padding: 34px 0 36px 0;
    float: right;
}
header.st5 form input[type="text"] {
    outline: none !important;
    /*visibility: hidden;*/
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 99;
    border: 2px solid #ec008c;
    height: 38px;
    border-radius: 6px;
    width: 200px;
    padding: 10px;
    font: 400 13px 'Montserrat', arial, sans-serif;
    text-transform: uppercase;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
#home1 .tp-bgimg.defaultimg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(225,98,151,1)), color-stop(44%, rgba(225,98,151,0.86)), color-stop(59%, rgba(47,191,223,0.81)), color-stop(71%, rgba(47,191,223,0.77)), color-stop(100%, rgba(47,191,223,0.68)));
    background: -webkit-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
    background: -o-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
    background: -ms-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
    background: linear-gradient(to right, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
}


/* ================= insta-imgs =================  */

.insta-imgs {
    float: left;
    width: 100%;
}
.insta-img {
    float: left;
    width: 20%;
}
.insta-img img {
    width: 100%;
    float: left;
}


/* =============== Footer Homepage 6 ============== */


.footer-hp6 {
    float: left;
    width: 100%;
    background-color: #fff;
}
.footer-hp6>div>div>div{
    float: left;
    width: 100%;
    border-right: 1px solid #b1b1b1;
    padding: 70px 15px;
}
.footer-hp6 .widget-title{
    margin-top:20px;
}
.widget-about {
    padding-right: 60px;
    padding-bottom: 144px;
}
.widget-about img {
    float: left;
    margin-bottom: 50px;
}
.widget-about p {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.widget-about > h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    float: left;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.widget-about form {
    float: left;
    width: 100%;
    position: relative;
}
.widget-about form input {
    width: 100%;
    height: 40px;
    color: #696969;
    font-size: 14px;
    padding: 0 20px;
}
.widget-about form button {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    background-color: #8f66f0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 20px;
    border:0;
    text-transform: uppercase;
    line-height: 40px;
}
.widget-title {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.widget-tweets {
    padding-right: 45px;
    padding-left: 15px;
}
.widget-tweets ul {
    float: left;
    width: 100%;
}
.widget-tweets ul li {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.widget-tweets ul li:last-child {
    margin-bottom: 0;
}
.widget-tweets ul li span {
    color: #444444;
    font-size: 14px;
    line-height: 24px;
}
.widget-tweets ul li a {
    display: inline-block;
    color: #8f66f0;
}
.widget-tweets ul li > b {
    float: right;
    width: 100%;
    text-align: right;
    color: #757575;
    font-size: 14px;
    margin-top: 10px;
}
.widget-guide {
    text-align: right;
}
.widget-guide ul {
    float: left;
    width: 100%;
}
.mg-btm-50 {
    margin-bottom: 50px;
}
.widget-guide ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.widget-guide ul li a,
.widget-guide ul li span {
    float: left;
    width: 100%;
    color: #444444;
    font-size: 14px;
}
.bd-none {
    border-right: none !important;
}
.bt_logo a img{
    max-height: 45px;
}
.bfr-slider {
    margin-bottom: 40px;
}
/*
* ----------------------------------------------------------------------------------------
* 02.PRELOADER & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/

.preloader-area {
    position: fixed;
    background: #fff;
    z-index: 999000;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.spinner {
    margin: auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -20px;
    top: 50%;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #e16297;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot1 {
    background-color: #e16297;
}

.dot2 {
    top: auto;
    background-color: #2fc0df;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


.collapsens  ul{
    padding: 0px 15px;
}
.collapsens  ul li{
    padding: 5px;
    
    background-color: #333;
   
    border-bottom: 1px solid #fff;
}
.collapsens  ul li a{
    font-size: 16px; 
    color: #fff;
}
button.navbar-toggler{
    margin: 0;
    float: right;
} 
button.navbar-toggler span{
    color: #fff;
}
.map-section iframe{
    width: 100%;
    margin-bottom:50px;
}

.woocommerce{
    margin-bottom: 0 !important;
}
.card-header img{
    width:100%;
    height:auto;
}

.wpcf7-form{
    padding: 10px;
}


.woocommerce form .form-row label, .woocommerce-billing-fields span{
    display: block;
    width: 100%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
    max-width: 48%;
}

del .woocommerce-Price-amount bdi {
    text-decoration: line-through;
}

.woocommerce-additional-fields__field-wrapper #order_comments_field span{
    display: block;
    width: 100%;
}

/*.social .fa{*/
/*	font: normal normal normal 14px/1 FontAwesome !important;*/
/*}*/
.stat-2{
    padding: 140px 0;
}
.ambulance svg{
    max-width:60px;
    height:auto;
    fill:#ffffff;
}

.team-wrapper .team-content .author .team-title {
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 54px;
    line-height: 64px;
    margin-top: -20px;
    font-weight:900;
    text-align:left;
}

.team-item .team-thumb {
    position: relative;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    padding-right: 14px;
    padding-bottom: 14px;
    margin-bottom: 40px;
    display:inline-block;
}

.team-item .team-thumb img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
}
.team-item .team-content {
    text-align: center;
}

.team-item .team-content .linkedin {
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 5px 10px;
    margin-bottom: 0;
    border: 1px solid #cbcaee;
    font-size: 24px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d3d3d3;
}

  .team-con-wrapper {
    padding: 24px 40px;
    border-top: 1px solid #c6d0e3;
    border-bottom: 1px solid #c6d0e3;
    position: relative;
    margin-bottom: 60px;
}
.team-con-wrapper::before {
    height: calc(100% - 30px);
    width: 1px;
    background: #c6d0e3;
    left: 50%;
    top: 15px;
}

.team-con-area {
    justify-content: space-between;
    margin-bottom: -30px;
    align-items: center;
}
.team-con-area .item {
    margin-bottom: 26px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    line-height: 50px;
    font-size: 24px;
    font-weight: 800;
}
.team-con-area .item .item-thumb {
    width: 42px;
}
.team-con-area .item .item-thumb img {
    max-width: 100%;
}
.team-con-area .item .item-content {
    width: calc(100% - 42px);
    padding-left: 13px;
}
.team-con-area .item .item-content a,
.team-con-area .item .item-content span {
    font-size: 14px;
    line-height: 22px;
    display: block;
    color: #504c89;
}
.team-con-area .item .item-content a {
    color: #31d7a9;
}
.team-con-area .item .item-content .up {
    margin-bottom: 2px;
}

.team-con-area .team-icons {
    margin: -10px;
    margin-bottom: 22.5px;
    display:inline-block;
}

.team-con-area .team-icons li {
    padding: 10px;
    display:inline-block;
}
.team-con-area .team-icons li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
    margin-bottom: 0;
    border: 1px solid #cbcaee;
    font-size: 24px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #3b368c;
    display:inline-block;
}