
iframe {
    width: 100% !important;
}
/*.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding: 15px !important;
}
.container, .container-sm, .container-md, .container-lg {
    max-width: 100% !important;
    width: 100% !important;
    padding: 15px!important;
}*/
/*---------------------------------------------
APP-MODAL-CSS HERE
---------------------------------------------*/
#appModal .modal-footer {
    justify-content: center;
}

#appModal .app_link {
    margin: 30px 0;
}

.app_link a img {
    width: 55%;
    padding: 0 15px;
}

#appModal .app_link a {
    display: block;
    margin: 10px;
}

#appModal .modal-content {
    height: 90vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#appModal h6 {
    color: #0069d9;
    font-size: 24px;
}
#appModal button {
    background-color: #0069d9;
    border-color: #0069d9;
}
/*@media (min-width: 1080px) {
    #appModal.modal.fade.show {
       display: none !important;
    }
  .modal-backdrop.fade.show {
      display: none;
}*/

}

/*END*/
.input100 {
    border: 0 !important;
    outline: none !important;
}
section.limiter textarea:focus, input:focus {
    border: 0 !important;
   border-bottom: 1px solid #dbdbdb !important;
}
.dexscan {
    background-color: #418fde;
    padding: 7px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    border-radius: 7px;
    margin: 15px 0px 30px;
}
.dexscan p {
    display: inline-block;
    margin: 0;
}
p.price {
    font-size: 24px;
    font-weight: bold;
    width: 90px;
    height: 90px;
    line-height: 88px;
    position: absolute;
    background: #418fde;
    z-index: 1;
    top: -6px;
    border-radius: 50%;
    margin-left: 15px;
    border: 4px #ffffff solid;
}
.owl-carousel .owl-stage-outer {
    width: 98%;
    margin: auto;
}

/*OWL Carousel*/
.carousel-timesloat .owl-dots {
    display: none;
}

.owl-nav {
    width: 100%;
}

    .owl-nav button.owl-prev, .owl-nav button.owl-next {
        position: absolute !important;
        top: 0px !important;
    }

    .owl-nav button.owl-prev {
        float: left;
    }

    .owl-nav button.owl-next {
        float: right;
        right: 0;
    }

    .owl-nav button a {
        font-size: 25px !important;
        padding: 0 7px;
        line-height: 0;
        color: #20497f;
    }

    .owl-nav button:hover,
    .owl-nav button:focus,
    .owl-nav button:active {
        outline: none !important;
        border: 0 !important
    }

.owl-item label {
    padding: 1px 8px;
}

.owl-item.active.current label {
    background: #3ecc50;
    color: #ffffff;
    padding: 1px 8px;
    border-radius: 50px;
    margin: 0;
}
/*    .owl-nav {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

        .owl-nav button.owl-prev, .owl-nav button.owl-next {
            position: relative !important;
            top: 0px !important;
            float: none !important;
        }*/

#accordion .card .alert.alert-danger {
    text-align: center;
    font-size: 18px;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

.upload-btn-wrapper input[type=file] {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    padding: 4px 20px;
    cursor: pointer;
}

.upload-btn-wrapper button.btn 
 {
 background: #3ECC50;
 color: #fff;
 border-top-right-radius: 0;
 border-bottom-right-radius: 0;
 display: block;
 width: 100%;
 cursor: pointer!important;
 }

.btn.btn-cam {
    outline: none;
    background: #418fde;
    color: #ffffff;
   }
.btn.btn-cam:focus, .btn.btn-cam:hover
{
  box-shadow: none;
}
#takeimage video {
    width: 100%!important;
    height: auto !important;
}

#takeimage #LiveCamera, #webcamcapturedRFL {
    width: 100%!important;
    height: auto !important;
    margin-bottom: 10px !important;
}
input.btn.btn-default {
    color: #ffffff;
    background: #ccc;
}
input.btn.btn-default {
    color: #fff;
    background-color: #20497f;
    border-color: #20497f;
    border-top-right-radius: 50px!important;
    border-bottom-right-radius: 50px!important;
}
/*.btn-group.btn-file {
    width: 50%;
    margin: 0 auto;
}*/

.col-md-12.col-xs-12.file-act {
    text-align: center;
    margin: 10px 0;
}

/*.btn-group.btn-file .upload-btn-wrapper, .btn-group.btn-file  button.btn.btn-secondary {
    width: 50%;
}
*/
.btn-group.btn-file i {
    font-size: 18px;
    position: relative;
    top: 2px;
}
.bootstrap-autocomplete.dropdown-menu {
    height: auto;
    max-height: 107px;
    overflow-y: scroll;
}
a.dropdown-item {
    cursor: pointer;
}
/* width */
.bootstrap-autocomplete.dropdown-menu::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.bootstrap-autocomplete.dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.bootstrap-autocomplete.dropdown-menu::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.bootstrap-autocomplete.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/*-------------responsive css here----------------*/
@media (max-width:800px) 
{
.btn-group.btn-file
{
    width: 100%;
    margin: 0 auto;
}

}
@media (max-width:600px) 
{
   .owl-nav button.owl-prev {
    float: left;
    left: 0;
}

.btn-group.btn-file {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.btn-group.btn-file .upload-btn-wrapper, .btn-group.btn-file button.btn.btn-secondary, .btn.btn-cam {
    width: 100%;
    border-radius: 50px !important;
    
}
.btn.btn-cam {
   
     margin-bottom: 6px; 
}
.card.appointment-info .alert {
    margin: 10px 0;
    padding: 10px;
    float: left;
    display: block;
    text-align: center;
    width: 100%;
}
.card.appointment-info .alert span {
    padding: 0;
    width: 100%;
}
#accordion .card .alert.alert-danger {
    font-size: 15px;
    padding: 10px;
    text-align: justify;
}
}

@media (max-width: 550px)
{

.dexscan {
    text-align: left;

    }
p.price {
 width: 90px;
 height: 90px;
 text-align: center;
 line-height: 90px;
 margin-left: 10px;
 top: 0px;
}
.appointment-head h4 {
 display: block;
 text-align: center;
 margin: 0;
 font-size: 22px;
}
  .appointment-head {
    padding: 4px;
    margin-bottom: 0px;
    background: #edf4fb;
}
}
@media (max-width:500px) 
{
.btn-group.btn-file .upload-btn-wrapper, .btn-group.btn-file button.btn.btn-secondary {
    width: 100%;
    border-radius: 50px;
}
.btn-group.btn-file {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.upload-btn-wrapper button.btn {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.btn-group.btn-file .btn-group > .btn:not(:first-child), .btn-group > .btn-group.btn-file .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

}
@media (max-width:350px)
{
    div#header-wrapper {
    padding: 0;
}

div#header-wrapper div#site-logo {
    padding: 0px 40px;
}
.card-header a {
    display: block;
    color: #fff;
    padding: 10px 12px;
    font-size: 14px;
}
section.doctor-profile .card {
    font-size: 14px;
}
section.l_map h3 {
    font-size: 16px;
}
p.price {
    width: 80px;
    height: 80px;
    font-size: 20px;
    text-align: center;
    line-height: 80px;
    margin-left: 10px;
    top: 0px;
}
.dexscan {
    text-align: left;
    margin: 10px 0;
}
.doctor-timeslot span.slot-time {
    font-size: 14px;
    width: 32%;
    }
}
/*------------end-responsive css here----------------*/
