
/*mobile menu*/

body{
	font-family: "Nunito", sans-serif;
}

h1,h2,h3,h4,h5,h6,.ft-widget-title{
    font-family: "Cabin", sans-serif;
}

.main-nav-wrap .navbar-default .navbar-nav>li>a {
    font-size: 16px;
    font-family: Cabin;
}

/*.main-nav-wrap .navbar-default .navbar-nav>li>a{
	font-family: "Poppins", sans-serif;
}
*/
/*services*/

p{
    color: #353535;
    line-height: 25px;
    margin-bottom: 12px;
    font-size: 16.5px;
}

.mb0{
    margin-bottom: 0px;
}

.pb0{
    padding-bottom: 0px;
}

.list-div{
    padding: 2px 0px;
}

.list-div p{
    padding-left: 21px;
}

.list-div ol,
.list-div ul{
    padding-left: 45px;
}

#footer-widget-section p{
    color: #4b4b4d;
    padding-top: 16px;
    line-height: 22px;
}

.hero{
    background-image: url(/web/20230328124850im_/http://diabetesendocrineclinic.com/images/slider/3.jpg);
    background-size: cover;
}

h5{
    font-size: 21px;
    color: #37a691;
    font-weight: 600;
}

body.services-page h3{
    color: #37a691;
}

h3{
    font-weight: bolder;
    margin-bottom: 14px;
    line-height: 1.3;
    font-size: 31px;
    margin-top: 0px;
}

ul,ol{
    padding-left: 0;
    list-style-type: none;
}

.list li:before {
    content: " ";
    background-image: url(/web/20230328124850im_/http://diabetesendocrineclinic.com/images/icons/check.svg);
    position: absolute;
    left: -20px;
    background-size: cover;
    top: 6px;
    height: 16px;
    width: 16px;
}

li{
    font-size: 16px;
    line-height: 30px;
    position: relative;
}

.pt0{
    padding-top: 0px;
}

.nm-a-c{
    display: flex;
    align-items: center;
}

section{
    padding: 80px 0;
}

.btn-default:hover {
    color: #fff;
    background-color: #20262e !important;
    border-color: #20262e !important;
}

.btn-default.hvr-sweep-to-right:before{
    background-color: #20262e !important;
}

#menu-footer-menu li a{
	color: #252526;
}

.m-section{
    display: none;
}

.services-excerpt h3 {
	color: #0d1e42;
    font-family: Nunito;
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 20px;
    margin-top: 0;
}

.services-excerpt p {
    line-height: 21px;
    color: #252526;
    margin-bottom: 35px;
    margin-top: 0;
    padding: 0;
    margin-left: 0px;
}

.services-hover:hover h3 {
    color: #37a691;
}

#appointment-wrap{overflow-x:hidden}

.ibox2-content{
    line-height: 32px !important;
}


#bookappoint{
  background: #fcfcfc;background-image: url(/web/20230328124850im_/http://diabetesendocrineclinic.com/images/banner5.jpg);background-size: cover;
}

/*services*/

/*popup*/

.modal-header {
    border-bottom: unset;
}

/*popup*/

.mobile-arrow-hide {
    background: #FFF;
    z-index: 100;
}

.mar {
    font-size: 1em;
    color: limegreen;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 10px;
    text-align: center;
}

#loader {
    bottom: 0;
    height: 175px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 175px;
}
/*slider*/

.arrows {
    position: absolute;
    height: 24px;
    width: 24px;
    color: #000;
}

.prev-arrow {
    left: 0;
    top: 378px;
    z-index: 99;
}

.next-arrow {
    right: 0;
    top: 378px;
    z-index: 99;
}

#slider-section .prev-arrow:after,
#slider-section .next-arrow:after
{
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 41px;
    position: absolute;
}

#slider-section .prev-arrow:after{
    content: 'â†';
    left: 27px;

}

#slider-section .next-arrow:after{
    content: 'â†’';
    right: 27px;
}

#slider-section span{   
    display: none;
}

/*slider*/

#loader {
    bottom: 0;
    height: 175px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 175px;
}

#loader .dot {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 87.5px;
}



#menu-footer-menu li a:hover {
    color: #37a691;
}

#loader .dot::before {
    border-radius: 100%;
    content: "";
    height: 87.5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    width: 87.5px;
}

#loader .dot:nth-child(7n+1) {
    transform: rotate(45deg);
}

#loader .dot:nth-child(7n+1)::before {
    animation: 0.8s linear 0.1s normal none infinite running load;
    background: #00ff80 none repeat scroll 0 0;
}

#loader .dot:nth-child(7n+2) {
    transform: rotate(90deg);
}

#loader .dot:nth-child(7n+2)::before {
    animation: 0.8s linear 0.2s normal none infinite running load;
    background: #00ffea none repeat scroll 0 0;
}

#loader .dot:nth-child(7n+3) {
    transform: rotate(135deg);
}

#loader .dot:nth-child(7n+3)::before {
    animation: 0.8s linear 0.3s normal none infinite running load;
    background: #00aaff none repeat scroll 0 0;
}

#loader .dot:nth-child(7n+4) {
    transform: rotate(180deg);
}

#loader .dot:nth-child(7n+4)::before {
    animation: 0.8s linear 0.4s normal none infinite running load;
    background: #0040ff none repeat scroll 0 0;
}

#loader .dot:nth-child(7n+5) {
    transform: rotate(225deg);
}

#loader .dot:nth-child(7n+5)::before {
    animation: 0.8s linear 0.5s normal none infinite running load;
    background: #2a00ff none repeat scroll 0 0;
}

#loader .dot:nth-child(7n+6) {
    transform: rotate(270deg);
}

#loader .dot:nth-child(7n+6)::before {
    animation: 0.8s linear 0.6s normal none infinite running load;
    background: #9500ff none repeat scroll 0 0;
}

#loader .dot:nth-child(7n+7) {
    transform: rotate(315deg);
}

#loader .dot:nth-child(7n+7)::before {
    animation: 0.8s linear 0.7s normal none infinite running load;
    background: magenta none repeat scroll 0 0;
}

#loader .dot:nth-child(7n+8) {
    transform: rotate(360deg);
}

#loader .dot:nth-child(7n+8)::before {
    animation: 0.8s linear 0.8s normal none infinite running load;
    background: #ff0095 none repeat scroll 0 0;
}

#loader .lading {
    background-image: url("/web/20230328124850im_/http://diabetesendocrineclinic.com/images/loading.gif");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    bottom: -40px;
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    width: 180px;
}

@keyframes load {
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes load {
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.doc-desc{
    margin-top: 22px;
}

.h-bold{
    color: #49a691;
}

.pl0{
    padding-left: 0;
}


.btn-default {
    background: #37a691;
}

.home-appointment-form .btn-default:hover {
    border: 2px solid #000000 !important;
    background: #000 !important;
    color: #fff;
}

.dropdown-menu>li a:hover:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #fff;
    -webkit-transition: all 0.27s ease-out;
    -moz-transition: all 0.27s ease-out;
    transition: all 0.27s ease-out;
}



#news-section h3{
    margin-bottom: 40px;
    text-align: center;
}

.bkng-btn {
        background: #4db19e !important;
        border: 2px solid #4db19e !important;
    }


.navbar-default .navbar-toggle:hover {
    background: #37a691;
    border: 1px solid #37a691 !important;
}

.navbar-default .navbar-toggle {
    background: #37a691;
    border: 1px solid #37a691 !important;
    border-radius: 0px;
}

.main-nav-wrap .navbar-default .navbar-nav>li>a:hover {
    color: #37a691;
    background: none;
    border-color: #37a691;
}



.navbar-default .navbar-nav>li>a {
    color: #f5f3f3;
}


.theme_color {
    font-weight: 700;
    line-height: 1.3em;
    color: #1cb99e;
    letter-spacing: -0.02em;
}

.top-booking .btn-booking {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 28px;
    background: linear-gradient(45deg, #37A58E, #369961) !important;
    border-color: unset !important;
}

.blog-sub-image{
      margin-bottom: 14px;
}

.top-booking .btn-booking:hover {
    background: linear-gradient(45deg, #369961, #37A58E) !important;
}


.big-title-slider span {
    font-weight: 300;
    display: block;
    line-height: 1.4;
    font-size: 26px;
}

.big-title-slider {
    color: #fff;
    text-align: left;
    font-size: 40px;
    text-transform: unset;
    font-weight: 700;
    margin-bottom: 35px;
}

.small-title-slider {
    color: #0d1e42 !important;
    width: 59px;
    height: 66px;
    background: unset;
    text-align: center;
    font-size: 30px;
    text-transform: unset;
    padding-top: 25px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}

#menu-footer-menu li a {
    font-size: 15px;
}

#contact-widget li {
    color: #626262;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: unset;
    line-height: 30px;
}

.tab-services>li.active>a:after {
    content: '\f0d7';
    bottom: -2px;
    color: #37a691;
    position: absolute;
    left: 45%;
    font: normal normal normal 35px FontAwesome;
    line-height: 0;
}

.tab-services>li.active>a,
.tab-services>li.active>a:hover {
    background: #37a691;
    border: 0;
    color: #fff;
}



.news-content-wrap:hover .news-content,
.news:hover .news-content {
    top: 30%;
    left: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    border-bottom: 3px solid #37a691;
}

.services-hover:hover .small-line {
    background: #37a691;
    -webkit-transition: all 0.27s ease-out;
    -moz-transition: all 0.27s ease-out;
    transition: all 0.27s ease-out;
}

.aboutdoctor {
    text-transform: unset !important;
    font-size: 30px !important;
    font-weight: 100 !important;
    color: #37a691;
}

.page-banner {
    /*background: url(/web/20230328124850im_/http://diabetesendocrineclinic.com/images/common-banner.jpg)no-repeat;*/
    background: url(/web/20230328124850im_/http://diabetesendocrineclinic.com/images/1.png)no-repeat;
    background-position: center;
    width: 100%;
    height: 160px;
    background-size: cover;
}

/*.services-content {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
    padding: 0;
    text-align: left;

}*/

#services-page-section h4 {
    color: #4a5666;
    font-weight: 700;
    font-size: 19px;
    text-transform: unset !important;
    margin: 0;
    margin-bottom: 35px;
    margin-top: 10px;
    padding: 0;
    letter-spacing: 0.5px;
}

#h4cnt {
    margin-bottom: 10px !important;
}

.fixed.btn-booking{
    font-size: 16px;
    position: fixed;
    bottom: 27px;
    right: 14px;
    width: auto;
    text-transform: capitalize;
    padding: 12px 18px;
    border-radius: 0px;
    background: #08a742;
    z-index: 1;
    color: #fff;
}

.fixed.btn-booking:hover{
    color: #fff !important;
}

.abt-doc i.fa{
    font-size: 23px;
    color: #49a691;
    padding-right: 16px;
}

h5.specialist{
    color: unset;
    line-height: 22px;
    font-size: 17px;
    font-weight: 400;
}

h4.name{
    font-size: 22px;
    color: #3e4241;
    font-weight: 600;
}

#footer-widget-section{
	background: #f4f4f4;
}

#mission {
    font-size: 20px;
    margin-top: 22px;
    margin-bottom: 10px;
    margin-left: 450px;
    margin-right: 552px;
    text-align: center;
}

#mission-content {
    width: 902px;
    margin-left: 90px;
}

/*#services-page-section h3 {
    color: #20262e;
    font-weight: 700;
    font-size: 21px;
    text-transform: unset !important;
    margin: 0;
    margin-bottom: 35px;
    padding: 0;
}*/

/*#services-page-section h3 {
    color: #37a691;
}*/

#services-page-section h4 {
    font-size: 16px;
}

.footer-credits .credits a:hover {
    color: #37a691;
}

.footer-credits .credits {
    float: left;
    color: #626262;
    text-transform: unset;
    letter-spacing: 0.5px;
}

.newsletter .input-group-addon .btn {
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 45px;
    padding-top: 0;
    padding-bottom: 0;
    background: #37a691;
}

.btn-primary:hover {
    color: #fff;
    background-color: #37a691;
    border-color: #37a691;
}

#contact-widget li a:hover {
    color: #37a691;
}

.sop-heading {
    background: #37a691;
    color: #fff;
    padding: 10px 10px;
    ;
}

.contact-detail-ct li {
    color: #626262;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: unset !important;
    line-height: 30px;
}

#contact-how-to-reach {
    margin-right: 100px;
    margin-left: 100px;
    line-height: 1.3;
    font-size: 16px;
    line-height: 25px;
    color: #808080;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
    padding: 0;
    text-align: justify;
}

.reach-us {
    font-size: 15px;
    margin-right: 250px;
    /* margin-left: 100px; */
    line-height: 1.6;
    padding: 10px 10px;
}

.contact-detail-ct {
    color: #626262;
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: unset;
}

.blog-content h3 {
    text-transform: unset;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
}

.blog-content p {
    font-size: 16px;
    color: #000000b5;
    line-height: 25px;
    margin-bottom: 20px;
}

a:hover {
    color: #37a691;
    text-decoration: none;
}

.ft-soc a:hover {
    color: #37a691;
}

.blog-content h3 a:hover {
    color: #37a691;
}

#blog-section ul.arrow li {
    list-style-type: disclosure-closed;
}

#blogimg {
    height: 335px;
    width: 824px;
}

.contact-detail-soc li {
    color: #626262;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 30px;
    width: 50%;
    float: unset;
}

#contact-section h3 {
    color: #20262e;
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 700;
    padding-top: 0;
    padding-bottom: 30px;
    margin-top: 31px; 
}

.bookingbtn-def {
    background: #0e76bc !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    transition: all 0.27s ease-out;
    border: 2px solid #0e76bc !important;
    align-items: center;
}

#contact-widget {
    color: #626262;
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: unset;
}

.blog-ct-image .entry-date {
    display: block;
    background: #37a691;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 86px;
    height: 84px;
    z-index: 2;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #37a691;
    border-color: #37a691;
    color: #fff;
}

.pagination>.active>a {
    border-color: #37a691;
    background: none;
    color: #34383e;
}

.serive-text {
    min-height: 250px;
    height: 250px;
}

#endocrinology {
    background: url(/web/20230328124850im_/http://diabetesendocrineclinic.com/images/services/throat.png);
}

#reproductive {
    background: url(/web/20230328124850im_/http://diabetesendocrineclinic.com/images/services/reproductive.png);
}

#child {
    background: url(/web/20230328124850im_/http://diabetesendocrineclinic.com/images/services/children.png);
}

#diabetes {
    background: url(/web/20230328124850im_/http://diabetesendocrineclinic.com/images/services/glucosemeter.png);
}

#thyriod {
    background: url(/web/20230328124850im_/http://diabetesendocrineclinic.com/images/services/thyroid-glands.png);
}

#sexology {
    background: url(/web/20230328124850im_/http://diabetesendocrineclinic.com/images/services/sexology.png);
}

.servicescon {
    width: 64px;
    height: 64px;
    display: inline-block;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:hover,
.pagination>li>span:hover {
    border-color: #37a691;
    background: none;
    color: #37a691;
}

.dept-img {
    text-align: center;
    max-width: 255px;
    margin: 0 auto;
    margin-top: -6px;
}

.tab-departments.nav-tabs>li {
    float: left;
    /* margin-bottom: 0; */
    border: 1px solid #a7a197;
    width: 284px;
    text-align: center;
    /* border-left: 0; */
    /* border-bottom: 0; */
}

.tab-departments.nav-tabs>li:nth-child(5) {
    border-right: 1 !important;
}

.tab-departments.nav-tabs>li:last-child {
    border-right: 1 !important;
}

.department-tab-content-wrap h3 {
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 18px;
    /*margin-left: 60px;*/
}

.call a {
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 13px;
}

.help a span,
.call a span {
    font-size: 12px;
    font-weight: 700;
    color: #20262e;
    display: block;
    text-transform: uppercase;
}

.professional-ct {
    width: 100%;
    max-width: 331px;
    height: 207px;
    background: url(/web/20230328124850im_/http://diabetesendocrineclinic.com/images/prof-box.png)no-repeat;
    padding: 35px 0;
    text-align: center;
}

.department-tab-content-wrap .tab-content p {
    padding: 0px !important;
    color: #060606;
    font-size: 16px !important;
    line-height: 20px;
    margin-bottom: 24px;
    text-align: left;
}

.departmentcon {
    width: 0px;
    height: 17px;
    display: inline-block;
}

.training {
    font-size: 15px;
    line-height: 25px;
    color: #808080;
    margin-bottom: 10px;
    margin-top: 31px;
    margin-left: 65px;
    padding: 0;
    text-align: left;
}

.r-post-item h5 {
    margin: 0 0 5px;
    font-size: 15px;
    text-transform: unset;
    font-weight: 500;
}

.socailmedia {
    font-weight: 700;
    font-size: 21px;
    text-transform: unset;
    padding: 98px 0 30px;
    margin: 0;
    letter-spacing: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.emergency {
    margin-top: 66px;
    padding: 19px;
    text-align: left;
}

.departments.nav-tabs>li>a:hover {
    color: #37a691;
}

.tab-departments.nav-tabs>li.active>a {
    color: #37a691;
}

.tab-departments.nav-tabs>li>a:hover {
    color: #37a691;
    background-color: #d1eceb;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
    /* margin-left: 200px; */
    margin-top: 85px;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    background-color: #8ac7bce0;
}

tbody {
    max-width: 75%;
}

/*.slider-desc .content {
    margin-top: 20%;
    margin-left: 122px;
}
*/
.small-title-slider {
    color: #37c6c6 !important;
    width: 59px;
    height: 66px;
    background: unset;
    text-align: center;
    font-size: 37px;
    text-transform: unset;
    padding-top: 25px;
    margin-bottom: 10px;
    font-weight: 800;
    line-height: 1.1;
}

.about-doc-btn {
    padding: 20px 13px;
    border: 1px solid #eee;
    background: #37a691;
    color: #fff;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    background: #37a691;
    min-width: 245px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.i-call-about span {
    display: block;
    font-size: 16px;
}

.i-call-about i {
    font-size: 34px;
    color: #0e76bc;
    width: 37px;
    height: 37px;
    border: 1px solid #5c99ea;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    float: left;
}

.fa-star{color: gold;}

.dropdown-menu>li {
    font-size: 16.5px;
    font-family: "Cabin",Nunito,serif;
}

.dropdown-menu>li>a {
    width: 100%;
    display: block;
    padding: 13px 25px;
    text-transform: capitalize;
    color: #f1f2f3 !important;
    font-weight: 500;
    position: relative;
}

.dropdown-menu>li {
    border-top: 1px solid #8ac8ba;
    position: relative;
    -webkit-transition: all 0.27s ease-out;
    -moz-transition: all 0.27s ease-out;
    transition: all 0.27s ease-out;
}

.title-uline h3:after {
    border-bottom: 3px solid #83b841;
    position: relative;
    display: block;
    width: 100px;
    margin: 12px 0 0;
    content: '';
}

.under-line:after {
    position: relative;
    z-index: 0;
    display: block;
    width: 63px;
    margin: 8px 0 0;
    content: '';
    border-bottom: 4px solid #37a691;
}

.mobile-services {
    display: none;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}

.third-btn{
    background: #5ebdab !important;
    border: 2px solid #4db19e !important;
}

.bkng-btn {
    background: #4db19e !important;
    border: 2px solid #4db19e !important;
}


.bkng-btn:hover{background: #4db19e !important;border: 2px solid #4db19e !important;}
.third-btn:hover{ background: #5ebdab !important;border: 2px solid #4db19e !important;}

.icons-gen {
    font-size: 12px;
    padding-left: 2px;
    color: #fff;
    position: relative;
    padding-right: 0px;
    display: block;
}

.banner-show {
    display: none;
}

.c-open .dropdown-menu {
    display: none !important;
}

.selected-drop .dropdown-menu {
    display: block !important;
}

.call-about a {
    float: left;
    font-size: 25px;
    font-weight: 300;
    line-height: 28px;
    display: block;
    padding: 0 18px;
    text-decoration: none;
    color: #4a5666;
}

#services-section {
    padding-top: 20px;
}

.inactiveLink {
    pointer-events: none;
    cursor: default;
}

.mobile-menu-hide {
    display: none !important;
}

#appointment-field-expert
{
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    margin: 5px;
    border: 1px solid;
    padding: 10px;
    transform: translate3d(30px, 10px, 10px);
    transform-style: preserve-3d;
    background: linear-gradient(95deg, lightseagreen, #1414156e);
}


/* -----------------------------------------MEDIA QUERY CODE STARTS------------------------------------------------------------------------ */


/*------------------------------------------------------------------------------------------------------------------------------------------  */


/* Meadia Queries Starts */

@media only screen and (max-width: 991px) {
    .main-menu-hide {
        display: none;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #37a691;
        color: #fff;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    /* .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fafafa !important;
    } */
    .dropdown-menu {
        position: relative;
        height: 100%;
        width: 100%;
    }
    .banner-hide {
        display: none;
    }
    .banner-show {
        display: block;
    }
    .hide-me {
        display: none !important;
    }
    .sticky-nav {
        display: none;
    }
    .blog-control a.more {
        display: block;
        float: none;
    }
    .mobile-services {
        display: block;
    }
    .services-c {
        display: none;
    }
    
    .test {
        display: none;
    }
    /* .slide-hide {
display: none !important;
} */

    #home-appointment .right-section p {
        margin-right: auto;
        text-align: justify;
        /* margin-left: 34px; */
        width: 100%;
    }
    .slider-desc .btn-booking {
        font-size: 13px;
        /* padding: 3px 4px;
        margin-top: -56px;
        margin-left: -70px; */
    }
    .dropdown-menu {
        position: relative;
        height: 100%;
        width: 100%;
    }
    .c-open .dropdown-menu {
        display: none !important;
    }
    .selected-drop .dropdown-menu {
        display: block !important;
    }
    .page-banner {
        background-size: contain;
        background: url(/web/20230328124850im_/http://diabetesendocrineclinic.com/images/mobile-general.jpg)no-repeat;
        background-repeat: no-repeat;
        height: 400px;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #37a691;
        color: #fff;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
/*mobile*/
@media only screen and (max-width: 600px) {

    #bookappoint{
      background-image: unset;
    }

    .owl-prev span{
        display: none;
    }

    .owl-next span{
        display: none;
    }

    .owl-next:after{
        position: absolute;
        content: 'âŸ¶';
        right: 0;
        font-size: 30px;
        margin-top: -24px;
    }

    .owl-prev:after{
        position: absolute;
        content: 'âŸµ';
        left: 27px;
        font-size: 30px;
        margin-top: -24px;
    }

    .news{
        padding-left: 26px;
    }

    .tab-space{
        margin-top: 0px !important;
    }



    section{
        padding: 49px 0;
    }

    /*buttons*/
    .btn-default{
        width: 100%;
        border-radius: 5px;
        color: #fff;
        font-weight: 600;
    }

    .news-section-wrap .btn-default{
        width: unset;
    }
    /*buttons*/

    .nm-section{
        display: none;
    }

    .m-section{
        display: block;
    }

    .services-tab-content-wrap {
        padding-top: 22px;
    }

    .list-div ol, .list-div ul {
        padding-left: 21px;
    }

    .list-div p{
        padding-left: 0px;
    }

    .small-title-slider {
        display: block;
    }
    .button-banner .last .btn,
    .button-banner .mid .btn {
        width: 100%;
        display: block;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1px;
        border-radius: 0;
    }

    
    .tab-space {
        margin-top: 5px;
    }

    .small-title-slider {
        color: #37c6c6 !important;
        width: 51px;
        height: 76px;
        background: unset;
        text-align: center;
        font-size: 17px;
        text-transform: unset;
        padding-top: 0px;
        margin-bottom: 1px;
        font-weight: 800;
        line-height: 0.6;
        margin-left: -90px;
    }

    .call-about a {
        float: left;
        font-size: 16px;
        font-weight: 300;
        line-height: 17px;
        display: block;
        padding: 1px 22px;
        text-decoration: none;
        color: #4a5666;
    }

    .i-call-about p {
        float: left;
        margin: 0;
        padding: 8px 3px 7px 12px;
    }

    .test {
        display: block;
    }



    #home-appointment .right-section p {
        margin-right: auto;
        text-align: justify;
        /* margin-left: 34px; */
        width: 100%;
    }

    .slider-desc .btn-booking {
        font-size: 13px;
        padding: 3px 4px;
        margin-top: -56px;
        margin-left: -70px;
    }

    .dropdown-menu {
        position: relative;
        height: 100%;
        width: 100%;
        display: none;
    }

    .c-open .dropdown-menu {
        display: none !important;
    }

    .selected-drop .dropdown-menu {
        display: block !important;
    }

    .page-banner {
        background-size: contain;
    }

    .page-banner {
        background-size: contain;
        background: url(/web/20230328124850im_/http://diabetesendocrineclinic.com/images/mobile-general.jpg)no-repeat !important;
        background-repeat: no-repeat;
        height: 400px;
    }

    .contact-detail-soc{
        margin-left: 47px;
    }

    #contact-section h3{
        margin-left: 12px;
        margin-top: 12px;
        padding: 10px;
    }
    
}


@media only screen and (max-width: 767px) {

    .fixed.btn-booking {
        font-size: 15px;
        padding: 11px 16px;
    }

    #slider-section .prev-arrow:after,
    #slider-section .next-arrow:after
    {
        font-size: 17px;
    }

    .h-mobile{
        display: none;
    }

    .doc-section{
        display: block;
    }

    .nm-a-c{
        display: block;
    }

    .prof-soc {
        padding-top: 20px;
        margin-bottom: 22px;
    }

    .footer-widget-wrap {
        padding: 60px 0 0px;
    }

    .ft-soc {
        float: left;
        padding-top: 9px;
    }

    .help {
        float: left;
    }

}

@media (max-width: 495px){
.big-title-slider span {
    font-size: 17px !important;
}}


/*--------------------------New Changes--------------------*/
.service-read-more
{
    color: #37a691;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

a
{
    color:#5b943d;
}

.mobile-appointment
{
    display:none;
}


@media (max-width: 495px)
{
.servicescon
{
   display: block;
    margin: auto;
    
}

.services-excerpt h3
{
  text-align:center;  
}
.small-line
{
    margin: auto;
}
.mobile-tab-btn
{
padding:0;
}

.blog-content h3
{
    font-size: 26px;
}

#blogimg {
    max-width: 100%;
    height: auto;
}
.blog-ct-image .entry-date
{
    display:none;
}


.services-excerpt p
{
        text-align: center;
}

.mobile-appointment
{
    display:block;
}

.home_banner_slider .swiper-button-next:after, 
.home_banner_slider .swiper-button-prev:after{
    font-size: 2.5rem;
}