/*================================= 1. font import  ===========================================*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,800;1,900&family=Oswald:wght@200;300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*==================================  2. Global  ========================================*/

body {
    background: #fff none repeat scroll 0 0;
    color: #000;
    position: relative;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

.margin_rt_none {
    margin-right: 0px !important;
}

.h-decor {
    display: inline-block;
    height: 3px;
    width: 100px;
    background-color: #f64c72;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    box-shadow: 0 1px 15px rgb(61 80 175 / 29%);
    border-bottom: 0.05px solid #3f51b561;
}

.header {
    background-color: #3f51b5;
    padding: 4px;
}

.call-border {
    border-right: 1px solid aliceblue;
}

.book_appointment {
    color: #fff;
    background-color: #f64c72;
    border-radius: 4px;
}

.book_appointment:hover {
    color: #fff;
    background-color: #e6325a;
}

.book_btn {
    padding: 2px 10px;
}

.header-icon li {
    list-style: none;
    display: inline-block;
}
.header-icon li a .f{
    background-color: #3b5998;
    border: medium none;
    font-size: 16px;
    color: #ffffff;
    border-radius: 50%;
    width: 25px!important;
    height: 25px!important;
    padding: 2px;
    padding-left: 8px;
    padding-top: 5px;
    box-shadow: 3px 3px 29px #ebe8e89e;

  }
.header-icon li a .t{
    background-color: #00aced;
    border: medium none;
    font-size: 16px;
    color: #ffffff;
    border-radius: 50%;
    width: 25px!important;
    height: 25px!important;
    padding: 2px;
    padding-left: 5px;
    padding-top: 5px;
    box-shadow: 3px 3px 29px #ebe8e89e;

  }
  .header-icon li a .l{
    background-color: #3b5998;
    border: medium none;
    font-size: 16px;
    color: #ffffff;
    border-radius: 50%;
    width: 25px!important;
    height: 25px!important;
    padding: 2px;
    padding-left: 5px;
    padding-top: 4px;
    box-shadow: 3px 3px 29px #ebe8e89e;

  }
  .header-icon li a:hover .f{
    background: rgba(246, 76, 114, 0.8);
    transition: .5s;

  }
  .header-icon li a:hover .t{
    background: rgba(246, 76, 114, 0.8);
    transition: .5s;

  }
  .header-icon li a:hover .l{
    background: rgba(246, 76, 114, 0.8);
    transition: .5s;

  }





















.header-nav ul li a {
    color: #26272b;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 4px solid #FFf;
    padding: 10px;
}

.header-nav ul li {
    margin-right: 10px;
}

.header-nav ul li a:hover,.header-nav ul li.nv_active a {
    color: #f64c72;
    border-bottom: 2px solid #f64c72;
    transition: all 0.3s ease-in-out 0s;
    /*background-color: #f64c72;*/
}


/*.nav_active{
    color: #f64c72;
}*/

.banner_card {
    position: absolute;
    top: 25%;
    left: 13%;
    background-color: rgba(230, 237, 242, 0.6);
    width: 40%;
    border-radius: 4px;
    box-shadow: 3px 3px 14px 0px #5b5454bf;
}

.banner_card h4 {
    background-color: rgba(246, 76, 114, 0.8);
    padding: 10px 16px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px 4px 0px 0px;
}

.custome_banner .carousel-item img {
    height: 590px;
}

.para {
    text-align: justify;
    font-size: 16px;
}

.plus span {
    color: #f64c72;
    position: relative;
    top: 2px;
}

.control-label-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

/*======================About Us==================*/

.about_us {
    background-image: url("../image/about_bg2.jpg");
    background-repeat: no-repeat;
}

.title {
    color: #3f51b5;
}

.heading {
    color: #f64c72;
}

.about_detail {
    margin-top: 8%;
}

.about_detail p {
    line-height: 26px;
}

.about_img {
    margin-top: 8%;
    border: 1px solid #f64c72;
    padding: 14px;
    border-radius: 4px;
    margin-bottom: 12%;
}

.about_img img {
    width: 100%;
}

.slide-left {
    animation: 3s slide-left;
}

@keyframes slide-left {
    from {
        margin-left: 100%;
    }
    to {
        margin-left: 0%;
    }
}


/*====================== treatment ==================*/

.treatment {
    background-color: #f7f7f7;
    /*background-image:url("../image/product_bg.jpg");*/
}

.treatment_card {
    margin-top: 10px;
}

.box-shadow1 {
    box-shadow: 1px 2px 6px 1px rgb(0 0 0 / 30%);
    border-radius: 6px;
}

.Treatment_deatil {
    background-color: #8691ca;
    border-radius: 0 0 6px 6px;
}

.Treatment_deatil h5 {
    padding: 0px 15px 3px;
}

.gap {
    width: 350px;
    margin-right: 30px;
}

.card_mb {
    margin-bottom: 25%;
}

.treat_transform img {
    width: 100%;
    border-radius: 6px 6px 0 0;
}

.treat_transform img:hover {
    transform: scale(1.1);
    transition: 1s;
}

.treat_transform {
    overflow: hidden;
}


/*====================== Product ==================*/

.product {
    background-color: #dbf3fd94;
    box-shadow: 2px 2px 10px rgb(100 96 96 / 74%);
    border-radius: 6px;
}

.pro_img img {
    width: 100%;
    border-radius: 6px 6px 0 0;
}

.owl-carousel .owl-nav.disabled {
    display: inline-block !important;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 34%;
    left: -70px;
}

.owl-carousel .owl-nav .owl-prev span {
    font-size: 400%;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 34%;
    right: -70px;
}

.owl-carousel .owl-nav .owl-next span {
    font-size: 400%;
}

.custom_carousal.owl-theme .owl-nav [class*=owl-]:hover {
    background: #0F51B5;
    color: #FFF;
    text-decoration: none;
}


/*====================== OUR TEAM ==================*/

.our_team {
    background-color: #fff;
    border-radius: 50%;
}

.our_team_bg {
    background-image: url("../image/our_team_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: color-burn;
    background-attachment: fixed;
    background-size: cover;
}

.our_team img {
    width: -webkit-fill-available;
    border-radius: 50%;
    border: 1px solid #f64c72;
    opacity: 1;
    display: block;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    /*cursor: pointer;*/
}

.our_team img:hover {
    opacity: 0.6;
}

.our_team {
    background-color: #fff;
    border-radius: 6px;
}

.our_team_bg {
    background-image: url("../image/our_team_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.our_team .team_img img {
    width: -webkit-fill-available;
    border-radius: 6px;
    border: 1.5px solid #007bff;
    opacity: 1;
    display: block;
    min-height: 255px;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.team_img {
    overflow: hidden;
    position: relative;
    padding: 10px 10px 0 10px;
}

.team_img img {
    height: 400px;
}


/*.our_team img:hover{
    opacity: 0.6;
}*/

.team_social {
    position: absolute;
    left: 0;
    top: 214px;
    right: 0;
    height: 40px;
    opacity: 0;
    transition: ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 13px 13px;
}

.team_social a {
    transition: color 0.3s;
    color: #493c3e;
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.team_social a i {
    line-height: 0;
}

.our_team:hover .team_social {
    opacity: 10;
}


/*.our_team img:hover{
    opacity: 0.6;
}*/

.team_social {
    position: absolute;
    left: 0;
    top: 225px;
    right: 0;
    height: 40px;
    opacity: 0;
    transition: ease-in-out 0.3s;
    background: rgb(255 255 255 / 54%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 13px 13px;
}

.team_social a {
    transition: color 0.3s;
    color: #493c3e;
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.team_social a i {
    line-height: 0;
}

.our_team:hover .team_social {
    opacity: 10;
}


/*====================== Contact Us ==================*/

.contact_info {
    background-image: url("../image/contact-us-bg.jpg");
    background-repeat: no-repeat;
    background-position: right;
}

.contact_us {
    background-color: #fcfdff;
    border-radius: 6px;
    box-shadow: 0px 2px 10px rgb(100 96 96 / 50%);
}

.contact_form input {
    border: 1px solid #3f51b5;
}

.contact_form textarea {
    border: 1px solid #3f51b5;
}

.contact_form input::-webkit-input-placeholder {
    color: #c7c5c6;
}

.contact_form input::-webkit-textarea-placeholder {
    color: #c7c5c6;
}


/*====================== Contact Us ==================*/

.copyright {
    background-color: #333336;
}

.socialtop {}

.socialtop ul li {
    display: inline-block;
    margin-right: 16px;
}

.socialtop ul li a {
    background-image: none;
    text-decoration: none;
}

.socialtop ul li .fa {
    background-color: transparent;
    border-radius: 50px;
    /* color: #7c7c7c !important; */
    /*box-shadow: 3px 3px 14px 0px #5b545494;*/
    border: 1px solid;
    /* color: #f64c72; */
    display: block;
    font-size: 20px;
    height: 36px;
    width: 36px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.socialtop ul li .fb::before {
    content: "\f09a";
    position: relative;
    top: 6px;
}

.socialtop ul li .twitt::before {
    content: "\f099";
    position: relative;
    top: 6px;
}

.socialtop ul li .in::before {
    content: "\f0e1";
    position: relative;
    top: 5px;
}

.socialtop ul li .fb {
    background-color: #3b5998;
    /* border: medium none; */
    color: #ffffff;
}

.socialtop ul li .fb:hover {
    border: 1px solid #f64c72;
    background: none;
    color: #f64c72;
}

.socialtop ul li .in {
    background-color: #007bb6;
    /* border: medium none; */
    color: #ffffff;
}
.socialtop ul li .in:hover {
    border: 1px solid #f64c72;
    background: none;
    color: #f64c72;
   
}

.socialtop ul li .twitt {
    background-color: #00aced;
    /* border: medium none; */
    color: #ffffff;
}
.socialtop ul li .twitt:hover {
    border: 1px solid #f64c72;
    background: none;
    color: #f64c72;
}

#top_button .top_show {
    opacity: 1;
    visibility: visible;
}

#top_button {
    display: inline-block;
    background-color: #e1a71e;
    width: 50px;
    height: 45px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.top_show {
    display: block!important;
}

#top_button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 45px;
    color: #fff;
}


/*====================== CATEGORY DETAILS CSS START FROM HERE ==================*/

.category_detail {
    background-image: url("../image/knee_surgery.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.knee_bg .breadcrumb {
    background-color: transparent;
}

.knee_bg .breadcrumb-item a {
    color: #0d2744;
}

.knee_bg .breadcrumb .cur_page {
    color: #dcdcdc;
}

.knee_bg .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #dcdcdc;
    content: "/";
}

.cat_image {
    border: 1px solid #ff2153;
    padding: 12px;
    background: #fff1f4;
}

.line .fa-check:before {
    content: "\f00c";
    color: #f64c72;
}


/*====================== PRODUCT CSS START FROM HERE ==================*/

.primary_health {
    background-image: url("../image/Product/primary_health.jpg");
    background-repeat: no-repeat;
    background-position: center;
}


/*====================== BOOK APPOINTMENT CSS START FROM HERE ==================*/

.book_appo_bg {
    background-image: url("../image/book_appointment.jpg");
    background-repeat: no-repeat;
}


/*====================== doc_profile CSS START FROM HERE ==================*/

.doc-profile {
    background-image: url("../image/doc_profile.jpg");
    background-repeat: no-repeat;
    background-position: center;
}


/*====================== profile_bg01 CSS START FROM HERE ==================*/

.profile_bg {
    background-image: url("../image/profile_bg01.jpg");
    background-repeat: no-repeat;
}


/*====================== BOOK APPOINTMENT CSS START FROM HERE ==================*/

.book_appo_bg {
    background-image: url("../image/book_appointment.jpg");
    background-repeat: no-repeat;
}

.select_team .doctor img {
    width: 68%;
    border-radius: 52px;
}

.select_date ul li {
    color: rgb(55 54 54);
    margin-top: 2px;
    padding: 6px;
    letter-spacing: 1px;
    border-radius: 4px;
    list-style: none;
}

.select_date ul li:hover {
    background-color: #2f2f6b;
    color: #c7c3c4;
}

#sizelist li {
    padding: 6px 0 6px 0;
    letter-spacing: 1px;
}

#sizelist li:hover {
    background-color: #6565b9;
    color: #c7c3c4;
}

.title span {
    border-bottom: 2px solid #f64c72;
    padding-bottom: 4px;
}

.contact_info .contact_paragraph li p {
    margin-bottom: 0px;
    /* display: inline-block; */
}


/* for madel */

.modal .modal-dialog .modal-content .modal-header {
    padding: 5px 10px 4px !important;
    background-color: #3F51B5;
    color: #fff;
}

.readmore-btn {
    color: #fff;
    background-color: #f64c72;
    border-color: #f64c72;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 31%);
    border-radius: 25px;
    align-item:center;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0px;
    padding: 8px 20px;
    transition: .7s all;
}

.readmore-btn:hover {
    color: #eb7700 !important;
    text-decoration: none;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 51%) !important;
    background-color: #ddead1;
    border-color: #ddead1;
    transition: .7s all;
    transition: .7s all;
}

.form-group {
    margin-bottom: 0.7rem;
}

.form-control:focus {
    border-color: #f64c72;
    box-shadow: inset 0 1px 1px #f64c724d, 0 0 8px #f64c728c;
}

input[type=radio] {
    transform: scale(1.5);
}

input[type=radio] {
    width: 28px;
    height: 28px;
    margin-right: 8px;
    cursor: pointer;
    font-size: 20px;
    visibility: hidden;
}

input[type=radio]:after {
    content: " ";
    background-color: #fff;
    display: inline-block;
    margin-bottom: 0px;
    padding-bottom: 10px;
    text-align: center;
    line-height: 12px;
    color: #f64c72;
    width: 14px;
    height: 15px;
    visibility: visible;
    border: 1px solid #f64c72;
    border-radius: 5px;
}

input[type=radio]:checked:after {
    content: "\2714";
    padding: -5px;
    font-weight: bold;
}
#sizelist .select_team:hover img{
    transform: scale(1.1);
    transition: 1s;
}
.back-to-top {
    position: fixed;
    width: 3em;
    height: 3em;
    background: #f64c72;
    border-radius: 50%;
    text-align: center;
    right: 1.85714286em;
    bottom: 2.714286em;
    padding-top: 12px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 4%);
    z-index: 99999;
    transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
}
.back-to-top:hover{
    background: #f7325e;
}
.back-to-top i {
    color: #fff;
    font-size: 20px;
}
.login-form input::-webkit-input-placeholder {
    color: #c7c5c6;
}

.pro_img img {
    width: 258px;
    height: 240px;
    border-radius: 6px 6px 0 0;
}
/* .pro_img img {
    width: 160px;
    height: 220px;
    border-radius: 6px 6px 0 0;
} */
.back-to-top:hover i{
    transform: scale(1.2);
     transition:1s;   
 }
 .product_heading {
    color: #3f51b5;
    padding-bottom: 3px;
    border-bottom: 1px solid #f64c72;
    font-weight: 600;}
    .navbar-toggle {
        margin-top: 15px;
        margin-bottom: 20px;
        border-radius: 0px;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        padding: 8px 10px;
        border-width: 1px;
        border-style: solid;
        border-color: transparent;
        border-image: initial;
        border-radius: 4px;
    }
    .navbar-toggle {
        border-color: rgb(206, 206, 206);
    }
    .navbar-toggle {
        border-color: #CECECE;
    }
    
    .navbar-toggle {
        border-radius: 0px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    
    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        margin: 4px 0;
        background-color: #B9B9B9;
    }
    .header-nav .navbar-toggler{
        color: rgba(0, 0, 0, 0.5);
        border-color: rgba(0, 0, 0, 0.1);
    }
    .align-items-center .header-nav .navbar-toggler-icon{
        background-image: url("../image/menu.png");
        background-repeat: no-repeat;
    }
    .icon_wrap{
        display: table-cell;
        vertical-align: middle;
    }
    .contact_info_m{
        display: table-cell;
        vertical-align: middle;
    }
    .form-group .input-group-text{
    background-color: #eedbdf;
}
    
    /* /========================================  media query  =============================/ */
    
    /* Extra large devices (large laptops and desktops, 1200px and up) */
    
    @media only screen and (min-width: 1200px) {
      .container {
        max-width: 1140px;
    }
    .logo img{
        width: 130% !important;
        margin-bottom: 10px;
    }
    .navbar-toggle {
        display: none;
        }
    }
    
    /* Large devices (laptops/desktops, 992px and up) */
    
    @media only screen and (min-width: 992px) {
      .fluid-container .header{
        max-width: 960px;
      }
      .logo img{
        width: 100%;
        margin-bottom: 8px;
      }
      /*.header-nav nav{
        position: relative;
        left: -20px !important;
      }*/
      .banner_card{
        top: 6%;
        left: 12%;
        width: 40%;
      }
      .gap{
        width: 290px;
      }
      .navbar-toggle {
        display: none;
        }
    
    }
/*    @media (max-width: 768px){*/
/*        .container-fluid {*/
/*        padding-right: 20px;*/
/*        padding-left: 20px;*/
/*    }*/
/*    .container, .container-sm {*/
/*        max-width: 690px;*/
/*        padding-left: 20px !important;*/
/*        padding-right: 20px !important;*/
/*    }*/
/*        .banner_card{*/
/*        top: 2.5% !important;*/
/*        left: 12%;*/
/*        width: 30%;*/
/*      }*/
/*      .fluid-container, .header, .top-icon{*/
/*        display: none;*/
/*    }*/
/*    .header-icon{*/
/*        display: none;*/
/*    }*/
/*    .user .change-button .book_appointment{*/
/*        position: absolute;*/
/*        right: 80%;*/
/*        top: -17px;*/
        
/*    }*/
/*    .book_appointment{*/
/*        margin-bottom: 10px;*/
/*    }*/
/*    .banner_card{*/
/*        display: none;*/
/*    }*/
     /* .navbar-toggle {
        display: none;
    }*/

/*.contact_info {*/
/*    background-image: url(../image/contact-us-bg.jpg);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center top;*/
/*}    */
    
/*    }*/
    
    /* Extra small devices (phones, 500px and down) */
/*    @media (max-width: 500px) {*/
/*        .container-fluid {*/
/*        padding-right: 10px;*/
/*        padding-left: 10px;*/
/*    }*/
/*    .carousel.slide img {*/
/*        width: 100%;*/
/*        height: auto;*/
/*    }*/
/*    .banner_card{*/
/*        display: none;*/
/*    }*/
/*    .sticky-top .navbar-collapse {*/
/*        max-height: 400px;*/
/*    }*/
    /*.logo{
       position: fixed;
        top: 47px;
    }*/
/*    .user .change-button .book_appointment{*/
/*        position: absolute;*/
/*        right: 80%;*/
/*        top: -17px;*/
/*    }*/
/*    .fluid-container, .header, .top-icon{*/
/*        display: none;*/
/*    }*/
/*    .header-icon{*/
/*        display: none;*/
/*    }*/
/*    .back-to-top{*/
/*        right: 3.857143em;*/
/*    }*/
    
/*    .about_detail {*/
/*    margin-top: 0px;*/
/*}*/
/*.contact_info {*/
/*    background-image: url(../image/contact-us-bg.jpg);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center top;*/
/*}    */
/* .gap {*/
/*    margin-right: 0px;*/
/*}*/
/*}*/
 
 @media (max-width: 768px){
    .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
}
.container, .container-sm {
    max-width: 690px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.carousel.slide img {
    width: 100%;
    height: auto;
}
    .banner_card{
    top: 2.5% !important;
    left: 12%;
    width: 30%;
  }
  .fluid-container, .header, .top-icon{
    display: none;
}
.header-icon{
    display: none;
}
.user .change-button .book_appointment{
    position: absolute;
    right: 80%;
    top: -17px;
    
}
.book_appointment{
    margin-bottom: 10px;
}
.banner_card{
    display: none;
}
 /* .navbar-toggle {
    display: none;
}*/
.form-group label{
    margin-bottom: 4px;
}
.doctor{
    text-align: center;
}
.select_team .Select_doc{
    text-align: center;
}
.select_team .doctor-details{
    text-align: center;
}
.cat_image{
    width: 100%;
    height: auto;
}

}
/* Extra small devices (phones, 500px and down) */
@media (max-width: 500px) {
    .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
}
.carousel.slide img {
    width: 100%;
    height: auto;
}
.banner_card{
    display: none;
}
.sticky-top .navbar-collapse {
    max-height: 400px;
}
/*.logo{
   position: fixed;
    top: 47px;
}*/
.user .change-button .book_appointment{
    position: absolute;
    right: 80%;
    top: -17px;
}
.fluid-container, .header, .top-icon{
    display: none;
}
.header-icon{
    display: none;
}
/*.back-to-top{
    right: 2.857143em;
}*/
.about_detail {
    margin-top: 0px;
}
.contact_info {
    background-image: url(../image/contact-us-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.gap {
    margin-right: 0px;
}

/*.form-group label{*/
/*    margin-bottom: 4px;*/
/*}*/
.login-form .form-group label{
    margin-bottom: 4px;
    display: none;
}
.doctor{
    text-align: center;
    padding: 0 !important;
}
.select_team .Select_doc{
    text-align: center;
}
.select_team .doctor-details{
    text-align: center;
    padding: 0 !important;
}
#sizelist .select_team:hover img {
    transform: scale(1.0);
    transition: 1s;
}
.cat_image{
    width: 100%;
    height: auto;
}
    /*.sticky-top {
    position: fixed;
    top: 0px;
    width: 100%;
}*/
.profile_bg {
    background-image: none;
    background-color: #e1eef7;
    background-repeat: no-repeat;
}
.copyright span{
    font-size: 15px;
}
.owl-nav span{
    display: none;
}
.select_team .doctor img {
    width: 35%;
}
.form-group .g-recaptcha{
    transform: scale(0.8);
    transform-origin: 0px 0px;
}
.login-form .form-group label{
    margin-bottom: 4px;
    display: none;
}
.Select_doc input{
    text-align: center;
}
.owl-theme .owl_crowsel1{
    text-align: center;
}
.Select_doc input{
    text-align: center;
}

.owl-theme .owl-item .mr-3{
    margin-right: 0px !important;
}
.modal-body .form-group .pl-1{
    padding-left: 0px !important;
}

}
    