@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
*{
    font-family: 'Open Sans', sans-serif;
}
a{
    cursor: pointer;
}
a:focus{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: #000000;
}
.rounded{
    border-radius: 15px;
}




.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.main-content{
    margin-top: 75px;
}
.tab-pane{
    padding-top: 30px;
}
.tab-2{
    margin-left: 20px;
}
.terms-of-use .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 0;
    border-bottom: 3px solid #2196F3;
    font-weight: 600;
}
.terms-of-use .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee0;
}
.terms-of-use a:focus {
    outline: none;
    outline: none;
    outline-offset: -2px;
}
.terms-of-use .nav-tabs>li>a{
    padding: 22px 31px;
    font-size: 16px;
    display: block;
    padding: 20px 16px;
    color: #222;
}
.nav-tabs>li>a:hover {
    border-color: transparent;
}

.terms-of-use p .privacy-policy p{
    font-size: 16px;
    line-height: 26px;
    margin-top: 14px;
}
.terms-of-use ul li{
    font-size: 16px;
    line-height: 26px;
}
.privacy-policy .clickable{
    cursor: pointer;   
}

.privacy-policy .panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-bottom: 40px;
}
.title-divider:before, .title-divider:after {
    content: "";
    position: absolute;
    border-radius: 20px;
    top: 0;
    height: 5px;
    background-image: -webkit-linear-gradient(left,#0E83B8 0%,#006ea0 100%);
    background-image: -o-linear-gradient(left,#0E83B8 0%,#006ea0 100%);
    background-image: linear-gradient(to right,#0E83B8 0%,#006ea0 100%);
    background-repeat: repeat-x;

}
.title-divider:before {
    left: 0;
    width: 6px;
    opacity: .9;
}
.title-divider:after {
    width: 120px;
    margin-left: 10px;
}

.panel-default {
    border-color: transparent;
    padding: 10px 30px;
}

.panel-default .list-group-item{
    padding: 20px 10px;
}

.panel-default .list-group-item a {
    font-weight: 400;
    font-size: 14px;
    color: black;
}


/*forms*/
.stepwizard-step p{
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}



/*feeedback*/
.feedback-main{
    background-image: url(../img/14172.jpg);
    /* Full height */
    min-height: 100vh;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.feedback-main p{
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 30px;
}
.feedback-main h2{
    margin-bottom: 3px;
}
.feedback-card{
    background: #ffffff;
    min-height: 90vh;
    padding: 50px 40px 65px;
}
.feedback-card .form-group{
    margin-bottom: 30px;
}
.feedback-card .form-control {
    height: 42px;
    /*border: 1px solid #e6e6e6;*/
    background: none;
    width: 100%;
    padding: 0 18px;
    box-shadow: none;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: none
    box-shadow: none;
}
.panel-primary {
    border-color: transparent;
}
/*.feedback-card .form-control:focus {
    border-color: #f3d4b7;
    box-shadow: none;
}*/
.nextBtn{
    padding: 18px 60px;
    border: none;
    align-items: center;
    background: #f3d4b7;
    color: #333;
    text-align: center;
    font-weight: 400;
}

.btn-circle{
    width: 30px;
    /*height: 30px !important;*/
    background-color: red;
}

.btn-default:visited {
    color: rgb(0, 112, 192) !important;
    background-color: #fff !important;
    /* border: 2px solid #ccced1; */
    height: 30px !important;
    border-top: 1px solid #edeef1 !important;
    border-bottom: 1px solid #edeef1 !important;
    border-left: none !important;
    border-right: none !important;
}
.btn-default {
    color: rgb(0, 112, 192) !important;
    background-color: #fff !important;
    /* border: 2px solid #ccced1; */
    height: 30px !important;
    border: 1px solid #edeef1 !important;
}
.d-mob-block{
    display: none;
}


.hospital-details{
    background-color: #f1f1f1;
    padding: 50px 0px;
}
.star-rating{
    margin-top: 5px;
    margin-bottom: 5px;
}
.checked {
  color: orange;
}
.rating-text{
    font-weight: 700;
    margin-left: 8px;
}
.doc-img{
    width: 30%;
    float: left;
}
.doc-img img{
    width: 100%;
}
.doc-details {
    width: 70%;
    padding-left: 2px;
    float: left;
}
.doc-details h2{
    font-size: 16px;
    padding-left: 12px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.doc-details h3{
    font-size: 11px;
    padding-left: 12px;
    margin-top: 3px;
    color: #949494;
    font-weight: 200;
}
.doc-details hr {
    margin-top: 8px;
    margin-bottom: 8px;
    border: 0;
    border-top: 1px solid #eee;
}
.doc-details h4{
    font-size: 12px;
    padding-left: 12px;
    margin-top: 3px;
    color: #949494;
}
.btn-theme{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 16px 24px;
    margin-top: 12px;
}
.btn-theme:hover{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 16px 24px;
    margin-top: 12px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.03), 0 1px 10px 0 rgba(0,0,0,0.03), 0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.3), 0 1px 10px 0 rgba(0,0,0,0.03), 0 2px 4px -1px rgba(0,0,0,0.3);
}
.doc-card{
    padding: 20px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.03), 0 1px 10px 0 rgba(0,0,0,0.03), 0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.03), 0 1px 10px 0 rgba(0,0,0,0.03), 0 2px 4px -1px rgba(0,0,0,0.3);
    margin-bottom: 20px;
    margin-bottom: 3px;
    margin-top: 16px;
    background-color: #ffffff;
}
.doc-card-main{
     padding: 20px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    margin-bottom: 20px;
    margin-top: 30px;
    background-color: #ffffff;
}

.doc-card-main img{
    width: 40%;
}
.doc-card-main h3{
    font-size: 14px;
    margin-bottom: 0;
}

.doc-img{
    text-align: right;
}
.btn-book{
    color: #fff;
    background-color: #364154;
    border-color: #4f5b6f;
}
.btn-book:hover{
    opacity: .8;
    color: #fff !important;
}
.doc-img img{
    height: 75px;
    width: 75px;
}
.hospital-details-doctor{
    padding: 50px 0px;
}
.m-0{
    margin-top: 0;
    margin-bottom: 0;
}
.spec-pills{
    background: beige;
    padding: 1px 10px;
    border-radius: 12px;
    margin-bottom: 3px;
}
.how-it-works{
    margin: 1em 0;
}
.how-it-works h3{
    font-size: 16px;
}
.how-it-works ul li{
    font-size: 12px;
}


.hospital-details-doctor .dropdown-menu {
    left: auto;
    right: 0;
}
.green-text{
    color: green;
}
.hospital-details-main-content{
    background-color: #ffffff;
    padding: 40px 0px;
}
.breadcrumb {
    padding: 15px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f500;
    border-radius: 4px;
}
.btn-grad {background-image: linear-gradient(to right, #6B8DD6, #8E37D7);
    box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75); color: #ffffff; padding: 15px 30px; border-radius: 40px; margin-bottom: 20px;}
.btn-grad:hover { background-position: right center; color: #ffffff;     -webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2); }

.doc-list-list{
    padding: 25px 0px;
    /*margin: 80px 0px;*/
    background: url(../img/geometry_@2X.png);
}
.how-it-works{
    padding-bottom: 50px;
}
.p-0{
    padding: 0px 0px 0px 0px !important;
}
.m-0{
    margin: 0px 0px 0px 0px !important;
}

.testimonial-terms{
    padding-top: 30px;
}

.appointment-booking .panel-default>.panel-heading {
    color: #333;
    background-color: #ffffff;
    border-color: #fff;
}

.appointment-booking .panel-heading {
    padding: 25px 15px 5px 0px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.appointment-booking .panel-title a{
    font-size: 18px;
    font-weight: bold;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

.btn-appointment{
font-weight: 400;
    font-size: 14px;
    color: #fff!important;
    padding: 10px 15px;
    text-align: center;
    background-color: #4db1e2;
    text-transform: uppercase;
    border: none;
}
.appointment-info{
        right: 0;
        position: fixed;
        background: #dadada;
        min-height: 100vh;
        padding-top: 20px;
}
.appointment-info .row-2{
    margin-top: 10%;
}
/*Responsive*/
.disabled-collapsed{
    opacity: .6;
}
.appointment-booking select {
    letter-spacing: -0.2px;
    display: block;
    width: auto;
    height: 56px;
    padding-right: 16px;
    padding-left: 16px;
    color: rgb(0, 5, 82);
    /*-webkit-appearance: none;*/
    cursor: pointer;
    font: 400 1.25rem/1.4 "Nunito Sans", sans-serif;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(223, 224, 231);
    border-image: initial;
    outline: none;
    border-radius: 0;
}
.appointment-booking input {
    letter-spacing: -0.2px;
    display: block;
    width: auto;
    height: 56px;
    padding-right: 16px;
    padding-left: 16px;
    color: rgb(0, 5, 82);
   
    font: 400 1.25rem/1.4 "Nunito Sans", sans-serif;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(223, 224, 231);
    border-image: initial;
    outline: none;
    border-radius: 0;
}
.mobile-select-2 input {
    display: block;
    height: 56px;
    padding-right: 16px;
    padding-left: 16px;
    color: rgb(0, 5, 82);
    border-radius: 0;
    width: 100%;
}
.checkbox input[type=checkbox], input[type=file], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    height: auto;
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
    border: none;
}
.checkbox-label {
    margin-right: 30px;
}
.w-100{
    width: 100% !important;    
}

.mobile-select{
    width: 25% !important;
    float: left;
}
.mobile-select-2{
    width: 75% !important; 
    float: left; 
}
.mt-3{
    margin-top: 3em;
}
.sorting{
    margin-top: 30px;
}
.sorting li{
    padding: 8px 13px;
    background: white;
    border: 1px solid #d2d2d2;
}
.blue-text{
    color: blue;
}
.how-it-works-tab{
    padding: 2px 10px;
}
.how-it-works-tab:hover{height: auto;
    box-shadow: 0 0 5px #727272;
    border-radius: 5px;}

.ratings{
    padding: 30px 30px;
}
.main-head{
    font-weight: bold;
}
.appointment-booking label{
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
}

.filters-icon{
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    padding: 6px 9px;
    border-radius: 3px;
    border: 1px solid #515b6e;
    /*font-weight: lighter;*/
}
.filters-icon:hover{
    text-decoration: none;
    color: #000000;
}
.modal-content{
    padding: 100px 300px;
    border-radius: 0;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: none;
}
.close {
    float: right;
    font-size: 61px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;

}


.button-group-pills .btn {
  height: 50px !important;
  padding: 16px 40px;
  border-radius: 0px;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-left: 10px;
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #14a4be;
}
.button-group-pills .btn.active {
  border-color: #14a4be;
  background-color: #14a4be;
  color: #FFF;
  box-shadow: none;
}
.button-group-pills .btn:hover {
  border-color: #158b9f;
  background-color: #158b9f;
  color: #FFF;
}

.filter-popup h3{
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.modal-footer{
    text-align: center !important;
    border: none;
}

.modal-footer .btn{
    border: none;
    padding: 12px 12px;
}
.main-rating h2{
    font-size: 30px;
}
.main-rating{
    margin-bottom: 40px;
}
.reviews{
    padding-left: 30px !important;
}
.reviews h4{
    margin-top: 0;
    margin-bottom: 0;
}
.reviews p{
    margin:0px 0px 0px 0px;
}
.reviews h2{
    margin-top: 0;
    margin-bottom: 0;
}
.review-rating{
    margin-bottom: 30px;
}
.blue-text {
    color: #0e83b8;
}
.customer-reviews{
    background: #f7f7f7;
}
.customer-reviews{
    font-size: 11px;
}

.filter-section {
    
    padding: 25px 8px;
}

.modal-content{
    border: none;
}
.filter-section h3{
    font-weight: bold;
}
/*material select */
.ro-select-wrapper {
  display: inline-block;
  position: relative;
  min-width: 100%;
}
.ro-select-text {
  border: none;
  border-bottom: 1px solid #dcdcdc;
  display: block;
  max-height: 48px;
  padding: 16px 24px 8px 0;
  cursor: pointer;
}
.ro-select-text.ro-select-text-empty {
  color: #cccccc;
}
.ro-select-caret {
  position: absolute;
  right: 8px;
  top: 20px;
  color: #dcdcdc;
}
.ro-select-list {
    z-index: 1000;
  user-select: none;
  position: absolute;
  transition: 0.25s ease;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  background-color: white;
  box-shadow: 0 3px 10px #adadad;
}
.ro-select-list > .ro-select-item {
  padding: 0 16px;
  line-height: 48px;
  cursor: pointer;
}
.ro-select-list > .ro-select-item:hover {
  background-color: #eaeaea;
}
.ro-select-list > .ro-select-item.ro-select-item-active {
  background: #eaeaea;
}
.btn-default {
    color: #364154 !important;
}
.filter-section hr{
     margin-top: 7px !important;
     margin-bottom: 7px !important;
}
input[type=checkbox] {!important;
    zoom: 1.5;
}

.blog{
    margin-top: 70px;
    
}
*, *:before, *:after {box-sizing:  border-box !important;}

.blog-post{
    padding: 30px 40px;
    background-color: white;
}
.main-row {
 -moz-column-width: 25em;
 -webkit-column-width: 25em;
 -moz-column-gap: .5em;
 -webkit-column-gap:.5em; 
  
}

.item {
 display: inline-block;
 padding:  10px;
 width:  100%; 
}

.blog-grid {
    background-color: white;
 position:relative;
 display: block;
 padding: 10px;
 -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    border-bottom: 4px solid #364154;
    height: 443px;
    overflow: hidden;
}
.blog-grid a{
    font-size: 23px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000000;
}
.blog-grid img{
    margin-bottom: 20px;
    width: 100%;
    margin-top: 10px;
}

.blog-grid:hover{
    webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}
.blog-details-cat{
    color: #000000;
    font-weight: bold;
    font-size: 14px !important;
    margin-bottom: 8px;
}
.bolog-pils {
    padding: 3px 16px;
    border-radius: 7px;
    background-color: #eee;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px; 
    text-transform: uppercase;   
}
.bolog-pils:hover {
    background-color: #b5b5b5;
}

.blog-post-card{
     border: 1px solid #b1b1b136;
    padding: 5px 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: white;
}
.blog-post-card h3{
    margin-bottom: 20px;
    font-weight: 400;
    text-align: center;
}
.featuredblog img{
            margin-top: 20px;
        }
        .featuredblog h2 {
        font: 33px sans-serif;
        margin-top: 30px;
        text-align: center;
        text-transform: uppercase;
        }
        .featuredblog h2.background {
        position: relative;
        z-index: 1;
        }
        .featuredblog h2.background:before {
        border-top: 2px solid #dfdfdf;
        content: "";
        margin: 0 auto;
        /* this centers the line to the full width specified */
        position: absolute;
        /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 95%;
        z-index: -1;
        }
        .featuredblog h2.background span {
        /* to hide the lines from behind the text, you have to set the background color the same as the container */
        background: #f5f5f5;
        padding: 0 15px;
        }
        .featuredblog h2.double:before {
        /* this is just to undo the :before styling from above */
        border-top: none;
        }
        .featuredblog h2.double:after {
        border-bottom: 1px solid #0e83b8;
        -webkit-box-shadow: 0 1px 0 0 #0e83b8;
        -moz-box-shadow: 0 1px 0 0 #0e83b8;
        box-shadow: 0 1px 0 0 #0e83b8;
        content: "";
        margin: 0 auto;
        /* this centers the line to the full width specified */
        position: absolute;
        top: 45%;
        left: 0;
        right: 0;
        width: 95%;
        z-index: -1;
        }


.blog-post-card .list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 11px;
}
.blog-img{
    margin-bottom: 20px;
}
.cat-imf{
    height: 100px;
    width: 100px;
    object-fit: cover;
    padding: 10px;
}
.catogary{
    /*background-image: url(../img/blog-main.gif);*/
    background: #eaeaea;
    background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 60px;
}
.catogary p{
    color: #364154;
}

/*video*/

.video-consultation-nopad{
    padding-left: 0px !important; 
    padding-right: 0px !important;    
}

.video-consultation .section-1{
    padding-top: 8%;
    padding-left:20px;
    padding-right: 20px;
}
.video-consultation .section-2{
    padding-top: 6%;
    padding-left:30px;
    padding-right: 20px;
}

.video-consultation .section-3{
    padding-top: 8%;
    padding-left:20px;
    padding-right: 20px;
}


.filters-main{
    position: absolute; 
    background-color: #ffffff; 
    z-index: 10; 
    right: 0; 
    top: 52px; 
    box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
    border: 1px solid #0000003d
}
.filters-main:focus:{
    outline: none;
}

#hide-filter{
            display: none;
            outline: none;
        }
        .read-more-state {
  display: none;
}
.read-more-wrap{
    list-style: none;
}
.read-more-wrap li{
    float: left;
}

@media (min-width: 768px){
.modal-dialog {
    width: 100%;
    margin: 0px auto;

}








}   




@media (min-width: 1800px){
.container {
    max-width: 1440px;
}
}

@media (max-width: 1800px) {
    .container {
        max-width: 1230px;
    }
}

@media (max-width: 1500px) {
   .container {
        max-width: 1230px;
    }
}

@media (max-width: 1400px) {
   .container {
        max-width: 1230px;
    }

}

@media (max-width: 1367px) {
   .container {
        max-width: 1230px;
    }
}

@media (max-width: 1026px) {
   .container {
        max-width: 1230px;
    }


}

@media (max-width: 990px) {
}

@media (max-width: 768px) {
    .how-it-works {
    margin: 2em 0;
}


.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  /*border: 1px solid #ddd;*/
  margin-left: 42%;
  border-radius: .25em;
}





.doc-list-list {
    padding: 20px 0px;
    margin: 5px 0px;
}
    .feedback-card {
    background: #ffffff;
    min-height: 90vh;
    padding: 15px 8px 6px;
    margin-top: 0px;
}
.col-xs-6, .col-xs-12{
    padding-right: 6px;
    padding-left: 6px;
    }
    .feedback-card .form-group {
    margin-bottom: 15px;
    }

    .nextBtn {
    padding: 10px 41px;
    }
    .feedback-main {
    background-image: none;
    background-color: #f1f1f1;
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.d-mob-none{
    display: none;
}
.d-mob-block{
    display: block;
}
.doc-card{
    margin-bottom: 10px;
    margin-top: 10px;
}
.modal-content {
    padding: 17px 8px;
    border-radius: 0;
}
.button-group-pills .btn {
    height: 39px !important;
    padding: 11px 18px;
    border-radius: 0px;
    line-height: 1.2;
    margin-bottom: 9px;
    margin-left: 1px;
    border-color: #bbbbbb;
    background-color: #FFF;
    color: #14a4be;
}
.ro-select-wrapper {
    display: inline-block;
    position: relative;
    min-width: 214px;
}
.col-xs-6, .col-xs-12 {
    padding-right: 15px;
    padding-left: 15px;
}
/* The Modal (background) */
.modal-mobile {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  height:100vh;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content-mobile {
  background-color: #fefefe;
  margin: auto;
  padding: 7px;
  border: 1px solid #888;
  width: 94%;
  height:auto;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#hide-filter{
            display: block;
}

.filters-main {
    position: relative;
    background-color: #ffffff;
    z-index: 10;
    right: auto;
    top: auto;
    box-shadow: none;
    border: none;
}
.main-content {
    margin-top: 22px;
}

.video-consultation .section-1 {
    padding-top: 3%;
    padding-left: 15px;
    padding-right: 20px;
}
.video-consultation .section-2 {
    padding-top: 3%;
    padding-left: 15px;
    padding-right: 20px;
}

.video-consultation .section-3 {
    padding-top: 3%;
    padding-left: 15px;
    padding-right: 20px;
}
}