/*
Header
*/
header{
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    position: relative;
    z-index: 999999;

}

.top-menu{
    background-color: #0059ad;
    color: #fff;
}

ul.top-menu{
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.top-menu li{
    display: inline-block;
}

ul.top-menu li:first-child a{
    margin-right: 11px;
}

ul.top-menu li a{
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
}

.top-search{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.top-search a{
    color:#fff;
	margin:0 10px;
}

.top-search .form-control{
    padding: 0 15px;
    height: 25px;
    border: none;
    background: #fff;
    font-size: 12px;
    border-radius: 0;
}

.top-search .form-control:focus, .top-search .input-group-addon button{
    outline: none;
    box-shadow: none;
}

.top-search .input-group-addon button{
    padding: 0;
    border: none;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 5px;
}

.bottom-main-menu{
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	/*background-image: url(https://tehranortopedy.com/wp-content/uploads/2020/05/WhatsApp-Image-2020-05-14-at-17.58.30.jpeg);*/
    background-repeat: no-repeat;
    background-size: cover;
    
}

.bg-header-new{
    background-image: url(../img/t2.jpg);
    background-size: cover;
    background-position: center;
}

ul.bottom-menu{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
	background-color: #fff;
}

ul.bottom-menu li{
    display: inline-block;
    position: relative;
}

ul.bottom-menu li a{
    display: inline-block;
    color: #0059ad;
    padding: 31px 4px;
    margin: 0 15px;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    -ms-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -webkit-transition: .2s all ease-in-out;
}

ul.bottom-menu li:hover a{
    transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    -ms-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -webkit-transition: .2s all ease-in-out;
}

ul.bottom-menu li:hover a:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 100%;
    right: 0;
    display: block;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-radius: 80px;
    box-shadow: 0 1px 2px 0 rgba(38,50,56,.2);
    background-color: #0059ad;
    transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    -ms-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -webkit-transition: .2s all ease-in-out;
}

ul.bottom-menu #menu-item-183:hover a:after{
    background-color: #4fb748;
}

ul.bottom-menu #menu-item-183:hover >a{
	color:#4fb748;
}

ul.bottom-menu #menu-item-182:hover a:after{
    background-color: #c2185b;
}

ul.bottom-menu #menu-item-182:hover >a{
	color:#c2185b;
}

ul.bottom-menu #menu-item-181:hover a:after{
    background-color: #f57c00;
}

ul.bottom-menu #menu-item-181:hover >a{
	color:#f57c00;
}

ul.bottom-menu #menu-item-394:hover a:after{
    background-color: #2fc85e;
}

ul.bottom-menu #menu-item-394:hover >a{
	color:#2fc85e;
}

.logo{
    display: flex;
    text-align: left;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

ul.bottom-menu li:hover > ul{
    visibility: visible;
    opacity: 1;
    transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    -ms-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -webkit-transition: .2s all ease-in-out;
}

ul.bottom-menu ul{
    position: absolute;
	z-index: 999;
    top: 85px;
    right: 0;
    padding: 0;
    width: 350px;
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    -ms-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -webkit-transition: .2s all ease-in-out;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}

ul.bottom-menu ul a{
    color: #01579b;
    font-size: 12px;
    display: block;
    margin: 0;
    padding: 5px;
    font-weight: normal;
}

ul.bottom-menu ul li{
    display: block;
}

ul.bottom-menu li:hover ul a:after{
    display: none;
}

ul.bottom-menu ul ul{
    right: 100%;
    top: 0;
}

ul.bottom-menu li.has-mega-menu {
    position: static!important;
}

ul.bottom-menu li.has-mega-menu>ul {
    position: absolute;
    background-color: #363636;
    padding: 10px 200px;
    top: 85px;
    width: 100%;
    right: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

ul.bottom-menu li.has-mega-menu:hover>ul{
    opacity: 1;
    visibility: visible;
    display: flex;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

ul.bottom-menu li.has-mega-menu>ul li ul {
    position: static;
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
}

ul.bottom-menu li.has-mega-menu>ul li a{
    color: #fff;
    font-size: 13px;
    padding: 1px;
}

ul.bottom-menu li.has-mega-menu>ul .menu-item-has-children > a{
    color: #c1c1c1;
    font-size: 14px;
    font-weight: bold;
}

.has-mega-menu .menuimage{
    display: block;
    width: 180px;
    height: 180px;
    object-fit: cover;
}

ul.bottom-menu li.has-mega-menu:first-child>ul{
    background-color: #c2185b;
}

ul.bottom-menu li.has-mega-menu:nth-child(2)>ul{
    background-color: #512da8;
}

ul.bottom-menu li.has-mega-menu:nth-child(3)>ul{
    background-color: #f57c00;
}

ul.bottom-menu li.has-mega-menu:last-child>ul{
    background-color: #00897b;
}

.mobile-flex{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background-image: url(../img/t2.jpg);
    background-size: cover;
    margin-top: 40px;
    background-position: bottom;
}

.mobile-flex>i{
	background-color: #fff;
    padding: 7px;
}

ul.mob-menu ul{
    display: none;
}

.mobile-container{
    position: fixed;
    top: 0;
    bottom: 0;
    right: -10px;
    left: 100%;
    background-color: #12223C;
    border-right: 2px solid #33d46d;
    list-style: none;
    padding: 0 5px 0 0;
    margin: 0;
    color: #fff;
    overflow-y: scroll;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.d-show{
    left: 125px!important;
    right: 0!important;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

ul.mob-menu li{
    position: relative;
}

ul.mob-menu a{
    padding: 5px 10px;
    margin: 2px 5px;
    color: #fff;
    display: block;
}

ul.mob-menu i{
    position: absolute;
    left: 0;
    top: 0;
    padding: 13px;
}

.top-menu-mob{
    display: flex;
    flex-direction: revert;
    justify-content: space-around;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    z-index: 99;
}

.top-menu-mob a{
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 5px 0;
}

.top-menu-mob .right{
    background-color: #4fb748;
}

.top-menu-mob .left{
    background-color: #0059ad;
}

header.mobile form.input-group{
    position: relative;
    padding: 0 10px;
}

header.mobile form.input-group input{
    width: 100%;
    border-radius: 0;
}

header.mobile form.input-group button{
    position: absolute;
    left: 10px;
    top: 4px;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

/*
Slider
*/
.slider{
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.slider figure{
    position: relative;
}

.skel-list{
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    padding: 0;
    position: absolute;
}

.skeleton-dot{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #00b0ff;
    transition: .4s;
    cursor: pointer;
    opacity: .8;
}

.skeleton-dot:hover{
    opacity: 1;
    transform: scale(1.1);
}

.skeleton-dot.neck{
    right: 32.3%;
    top: 14%;
}

.skeleton-dot.shoulder {
    right: 15.5%;
    top: 19%;
}

.skeleton-dot.elbow{
    right: 37.5%;
    top: 31%;
}

.skeleton-dot.hand{
    right: 19%;
    top: 43%;
}

.skeleton-dot.back{
    right: 32.3%;
    top: 33%;
}

.skeleton-dot.hip{
    right: 15%;
    top: 47%;
}

.skeleton-dot.knee{
    right: 14.5%;
    top: 65%;
}

.skeleton-dot.foot{
    right: 15.5%;
    top: 90%;
}

.skeleton-dot.public {
    right: 12%;
    top: 1%;
}

#nav-tabContent{
    top: 100px;
    position: absolute;
    left: 25%;
    border: 1px solid #f1f1f1;
    padding: 10px;
    background-color: #fff;
}

.skeleton-list-header{
    background-color: #0059ad;
    color: #fff;
    font-size: 20px;
    padding: 10px;
}

.related-articles-item{
    display: block;
    border-bottom: 1px solid #053d9a;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.skeleton-list-link{
    text-align: center;
    background-color: #4fb748;
}

.skeleton-list-link a{
    color:#fff;
    display: block;
}

.nav-tabs a.active{
    background-color: #4fb748;
    opacity: 1;
}

/*
Who We Are
*/
.who-we-are{
    border-bottom: 1px solid #c9d1d7;
    padding: 4rem 0;
}

.who-we-are h2{
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: -.02em;
}

.who-we-are p{
    text-align: justify;
}
/*
Diseases Conditions
*/
.diseases-conditions{
    border-bottom: 1px solid #c9d1d7;
    padding: 4rem 0 2rem;
}

.diseases-conditions .main-title{
    color: #c2185b;
}

.diseases-conditions .main-title:before{
    background-color: #c2185b;
}

.main-title{
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 20px;
    position: relative;
    padding-right: 60px;
    height: 42px;
    overflow-y: hidden;
}

.main-title span{
    display: inline-block;
}

.main-title:before{
    content: '';
    position: absolute;
    right: 0;
    top: 20px;
    width: 50px;
    height: 5px;
    border-radius: 80px;
    box-shadow: 0 1px 2px 0 rgba(38,50,56,.2);
}

.popular{
    color: #ffffff;
    font-weight: bold;
    top: 5px;
    position: absolute;
    left: 0px;
    width: 110px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.newest{
    display: inline-block;
    color: #0059ad;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 1px solid #0059ad;
    float:left;
}

.category-links{
    text-align: left;
}

.category-links a{
    display: inline-block;
    color: #000;
    border-bottom: 1px solid #000;
}

.category-links a i{
    transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    -ms-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -webkit-transition: .2s all ease-in-out;
}

.category-links a:hover i{
    transform: translateX(-10px);
    transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    -ms-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -webkit-transition: .2s all ease-in-out;
}

.category-links a span{
    display: inline-block;
}

.diseases-conditions .category-links a span{
    color: #c2185b;
}

.diseases-conditions .most-poplar-item h3{
    margin: 20px;
    font-weight: bold;
    color: #fff;
}

.most-poplar-item p{
    margin: 20px;
    text-align: justify;
    color: #fff;
}

.last-item-other p{
    line-height: 20px;
    text-align: justify;
}

.diseases-conditions .last-item-other h3{
    font-size: 18px;
    color: #c2185b;
    margin: 15px 0;
}

.new-border{
    border: 1px solid #f1f1f1;
    margin: 0 0 35px;
}

.last-item-one p{
    line-height: 20px;
    text-align: justify;
}

.last-item-one img{
	width: 550px;
    height: 392px;
    object-fit: contain;
}

.last-item-one-padding{
    padding: 15px;
}

.last-item-one-padding a h3{
    min-height: 54px;
}

.diseases-conditions .last-item-one-padding a{
    display: inline-block;
    color: #c2185b;
}

.most-poplar-item{
    padding: 15px;
}

.most-poplar-item img{
    height: 300px;
    object-fit: contain;
}

.diseases-conditions .most-poplar-item img{
    background-color: #c2185b;
}

.diseases-conditions-bg{
    background-color: #c2185b;
    padding: 0 25rem;
}

.diseases-conditions-bg .new-border{
    border: none;
}

.diseases-conditions .popular{
    border-bottom: 1px solid #c2185b;
    background-color: #c2185b;
}

.most-popular-display{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.more-pop{
    text-align: left;
    margin: 20px;
}

.more-pop a{
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    padding: 0 12px;
    border-radius: 2px;
    transition: 0.2s all ease-in-out;
}

.more-pop a:hover{
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    transition: 0.2s all ease-in-out;
}

/*
Treatment
*/
.treatment{
    border-bottom: 1px solid #c9d1d7;
    padding: 4rem 0 2rem;
}

.treatment .main-title{
    color: #f57c00;
}

.treatment .main-title:before{
    background-color: #f57c00;
}

.treatment .most-poplar-item h3{
    margin: 20px;
    font-weight: bold;
    color: #fff;
}

.treatment .last-item-other h3{
    font-size: 18px;
    color: #f57c00;
    margin: 15px 0;
}

.treatment .last-item-one-padding a{
    display: inline-block;
    color: #f57c00;
}

.treatment .category-links a span{
    color: #f57c00;
}

.treatment-bg{
    background-color: #f57c00;
    padding: 0 25rem;
}

.treatment-bg .new-border{
    border: none;
}

.treatment .popular{
    border-bottom: 1px solid #f57c00;
    background-color: #f57c00;
}

.treatment .most-poplar-item img{
    background-color: #f57c00;
}
/*
Recovery
*/
.recovery{
    border-bottom: 1px solid #c9d1d7;
    padding: 4rem 0 2rem;
}

.recovery .main-title{
    color: #0059ad;
}

.recovery .main-title:before{
    background-color: #0059ad;
}

.recovery .most-poplar-item h3{
    margin: 20px;
    font-weight: bold;
    color: #fff;
}

.recovery .last-item-other h3{
    font-size: 18px;
    color: #0059ad;
    margin: 15px 0;
}

.recovery .last-item-one-padding a{
    display: inline-block;
    color: #0059ad;
}

.recovery .category-links a span{
    color: #0059ad;
}

.recovery-bg{
    background-color: #0059ad;
    padding: 0 25rem;
}

.recovery-bg .new-border{
    border: none;
}

.recovery .popular{
    border-bottom: 1px solid #0059ad;
    background-color: #0059ad;
}

.recovery .most-poplar-item img{
    background-color: #0059ad;
}
/*
Staying Healthy
*/
.staying-healthy{
    border-bottom: 1px solid #c9d1d7;
    padding: 4rem 0 2rem;
}

.staying-healthy .main-title{
    color: #4fb748;
}

.staying-healthy .main-title:before{
    background-color: #4fb748;
}

.staying-healthy .most-poplar-item h3{
    margin: 20px;
    font-weight: bold;
    color: #fff;
}

.staying-healthy .last-item-other h3{
    font-size: 18px;
    color: #4fb748;
    margin: 15px 0;
}

.staying-healthy .last-item-one-padding a{
    display: inline-block;
    color: #4fb748;
}

.staying-healthy .category-links a span{
    color: #4fb748;
}

.staying-healthy-bg{
    background-color: #4fb748;
    padding: 0 25rem;
}

.staying-healthy-bg .new-border{
    border: none;
}

.staying-healthy .popular{
    border-bottom: 1px solid #4fb748;
    background-color: #4fb748;
}

.staying-healthy .most-poplar-item img{
    background-color: #4fb748;
}

/*
Footer
*/
footer{
    background-color: #263238;
    color: #fff;
}

.top-footer{
    padding: 2rem 15px;
}

footer ul.social{
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul.social li{
    display: inline-block;
}

footer ul.social li a{
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #212b2f;
    text-align: center;
    line-height: 32px;
}

footer ul.social li a img{
    width: 20px;
}

.scrollup{
    display: inline-block;
    position: fixed;
    left: 15px;
    bottom: 15px;
    background-color: #263238;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
}

.bottom-footer{
    text-align: center;
    background-color: #212b2f;
    color: #fff;
    padding: 10px;
}

.bottom-footer p{
    color: #fff;
    text-align: center;
}

.footer-title span{
    display: inline-block;
    border-bottom: 3px solid #fff;
    padding-bottom: 5px;
}

footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .widget ul li{
    display: block;
}

footer .widget ul li a{
    display: inline-block;
    position: relative;
    padding-right: 25px;
    color: #8c8c8c;
}

footer .widget ul li a:before{
    content: '';
    position: absolute;
    right: 0;
    top: 15px;
    width: 15px;
    height: 2px;
    border-radius: 80px;
    box-shadow: 0 1px 2px 0 rgba(38,50,56,.2);
    background-color: #8c8c8c;
}

footer p{
    text-align: justify;
}

footer a{
    color: #4fb748;
}

.online-nobat a{
    display: inline-block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #4fb748;
    color: #fff;
    padding: 2px 22px;
    border-radius: 3px;
    box-shadow: 0 0 0 rgba(79, 183, 72, 0.4);
    animation: pulse 2s infinite;
}

.online-nobat a:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(79, 183, 72, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(79, 183, 72, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(79, 183, 72, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(79, 183, 72, 0.4);
    box-shadow: 0 0 0 0 rgba(79, 183, 72, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(79, 183, 72, 0);
      box-shadow: 0 0 0 10px rgba(79, 183, 72, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(79, 183, 72, 0);
      box-shadow: 0 0 0 0 rgba(79, 183, 72, 0);
  }
}

/*
Search Result
*/

.searchlink{
    direction: ltr;
    color: #8c8c8c;
    font-size: 11px;
}

.search-title{
    background-color: #00b0ff;
    text-align: center;
    font-size: 25px;
    color: #fff;
    margin: 15px 0;
    padding: 15px 0;
}

.search-result-area a{
    color: #00b0ff;
}

/*
Breadcrumb
*/

.inner-page-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    padding: 4rem 0;
    position: relative;
    background-color: #0059ad;
}

/*.other-bread .inner-page-banner {
    background-color: #015f15;
}*/

.other-bread{
    display: block;
    padding: 3rem 15px;
    position: relative;
    /*background-color: #015f15;*/
    background-color: #0059ad;
}

.other-bread p{
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}

.inner-page-banner .breadcrumbs-area {
    position: relative;
    z-index: 1;
}

.inner-page-banner .breadcrumbs-area > span {
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 30px;
    line-height: 1;
}

.breadcrumbs__link{
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    position: relative;
}

.breadcrumbs__link:hover{
    color: #dadada;
}

.breadcrumbs__separator{
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    margin: 0 12px;
}

.breadcrumbs__current{
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    position: relative;
}

/*
Form
*/

.nf-form-content label {
    font-size: 13px!important;
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea{
    padding: 5px!important;
    height: auto!important;
    border: none!important;
    border-bottom: 1px solid #00b0ff!important;
    background: #00b0ff08!important;
}

.nf-form-content textarea{
    height: 150px!important;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit]{
    display: block!important;
    width: 100%!important;
    background-color: #4fb748!important;
}

.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover{
    color: #fff!important;
}
/*
Page
*/
.page-article{
    text-align: justify;
}

.bg-page .widget {
    border: 1px solid #8c8c8c;
    padding: 10px;
    margin-bottom: 3rem;
    border-radius: 4px;
}

.bg-page .widget .footer-title span {
    display: inline-block;
    border-bottom: 3px solid #57c07e;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.bg-page .widget .form-control{
    padding: 0 15px;
    height: 25px;
    background: transparent;
    font-size: 12px;
    border-radius: 0;
}

.bg-page .widget .form-control:focus, .bg-page .widget .input-group-addon button{
    outline: none;
    box-shadow: none;
}

.bg-page .widget .input-group-addon button{
    padding: 0;
    border: none;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 5px;
}

.bg-page .widget_categories ul,
.bg-page .widget_nav_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bg-page .widget_categories ul li,
.bg-page .widget_nav_menu ul li {
    border-bottom: 1px solid #ced4da;
}

.bg-page .widget_categories ul li:last-child,
.bg-page .widget_nav_menu ul li:last-child {
    border-bottom: 1px solid transparent;
}

.bg-page .widget_categories ul li a,
.bg-page .widget_nav_menu ul li a {
    position: relative;
    display: block;
    color: #111111;
    padding: 13px 26px 13px 13px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.bg-page .widget_categories ul li a i,
.bg-page .widget_nav_menu ul li a i {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.bg-page .widget_categories ul li a:hover,
.bg-page .widget_nav_menu ul li a:hover {
    color: #082c4b;
    padding-right: 35px;
}

.bg-page .widget_categories ul li a:hover i,
.bg-page .widget_nav_menu ul li a:hover i {
    color: #57c07e;
}

.bg-page .widget .media{
    margin-bottom: 2rem;
}

.bg-page .widget .media .item-img{
    margin-left: 12px;
}

.bg-page .widget .media .post-title a{
    color: #01579b;
    display: inline-block;
}

.bg-page{
    margin: 3rem 0;
}
/*
Single
*/
.bg-single{
    margin: 3rem 0;
}

.single-blog-box-layout1 .post-img{
    text-align: center;
    margin-bottom: 25px;
}

.single-blog-box-layout1 .post-img img{
    height: 400px;
    object-fit: cover;
    /*width: 100%;*/
}

.single-blog-box-layout1 .item-content .entry-meta {
    margin-bottom: 10px;
    list-style: none;
    padding: 0;
}

.single-blog-box-layout1 .item-content .entry-meta li {
    display: inline-block;
    margin-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.single-blog-box-layout1 .item-content .entry-meta li i {
    font-size: 15px;
    color: #082c4b;
    margin-right: 10px;
}

.single-blog-box-layout1 .item-content .entry-meta li a {
    color: #646464;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.item-content{
    text-align: justify;
    color: #646464;
}

.item-content h2{
    font-size: 28px;
}

.item-content h3{
    font-size: 18px;
}

.item-content h4{
    font-size: 12px;
}

.item-content h5{
    font-size: 8px;
}

.single-blog-box-layout1 .item-tag-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #dcdcdc;
    padding: 35px 0 25px;
}

.single-blog-box-layout1 .item-tag-area .item-tag i {
    font-size: 18px;
    color: #4fb748;
    margin-right: 8px;
}

.item-tag a {
    display: inline-block;
    color: #000;
}

.item-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-blog-box-layout1 .item-tag-area .item-social ul li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 10px;
}

.single-blog-box-layout1 .item-tag-area .item-social ul li a {
    text-align: center;
    background-color: #212b2f;
    width: 40px;
    display: block;
    font-size: 14px;
    border-radius: 4px;
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.pagination-layout2 {
    border: 1px solid #dddddd;
    padding: 60px 40px 30px 65px;
    border-radius: 4px;
    margin-bottom: 40px;
}

.pagination-layout2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination-layout2 img {
    border-radius: 4px;
}

.pagination-layout2 h5 {
    color: #000;
    margin-top: 10px;
}

.comment-formnew {
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 35px 40px 40px;
}

.comment-form textarea {
    border: none;
    background-color: #f1f1f1;
    padding: 10px 22px;
    font-size: 16px;
    color: #111111;
    width: 100%;
    margin-bottom: 15px;
}

.comment-form input {
    border: none;
    background-color: #f1f1f1;
    padding: 10px 22px;
    font-size: 16px;
    color: #111111;
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
}

#wp-comment-cookies-consent {
    width: auto;
    margin: 0;
    display: inline-block;
    float: right;
    padding: 0;
    height: 30px;
}

#submit {
    display: inline-block;
    width: auto;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 40px;
    border-radius: 4px;
    z-index: 1;
    background-color: #4fb748;
    border: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: auto;
}

.bg-single .widget {
    border: 1px solid #8c8c8c;
    padding: 10px;
    margin-bottom: 3rem;
    border-radius: 4px;
}

.bg-single .widget .footer-title span {
    display: inline-block;
    border-bottom: 3px solid #00b0ff;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.bg-single .widget .form-control{
    padding: 0 15px;
    height: 25px;
    background: transparent;
    font-size: 12px;
    border-radius: 0;
}

.bg-single .widget .form-control:focus, .bg-single .widget .input-group-addon button{
    outline: none;
    box-shadow: none;
}

.bg-single .widget .input-group-addon button{
    padding: 0;
    border: none;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 5px;
}

.bg-single .widget_categories ul,
.bg-single .widget_nav_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bg-single .widget_categories ul li,
.bg-single .widget_nav_menu ul li {
    border-bottom: 1px solid #ced4da;
}

.bg-single .widget_categories ul li:last-child,
.bg-single .widget_nav_menu ul li:last-child {
    border-bottom: 1px solid transparent;
}

.bg-single .widget_categories ul li a,
.bg-single .widget_nav_menu ul li a {
    position: relative;
    display: block;
    color: #111111;
    padding: 13px 26px 13px 13px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.bg-single .widget_categories ul li a i,
.bg-single .widget_nav_menu ul li a i {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.bg-single .widget_categories ul li a:hover,
.bg-single .widget_nav_menu ul li a:hover {
    color: #082c4b;
    padding-right: 35px;
}

.bg-single .widget_categories ul li a:hover i,
.bg-single .widget_nav_menu ul li a:hover i {
    color: #57c07e;
}

.bg-single .widget .media{
    margin-bottom: 2rem;
}

.bg-single .widget .media .item-img{
    margin-left: 12px;
}

.bg-single .widget .media .post-title a{
    color: #01579b;
    display: inline-block;
}

.scroll-to-fixed-fixed-end {
    position: fixed !important;
}

.single-sidebar .widget {
    border: 1px solid #8c8c8c;
    padding: 10px;
    margin-bottom: 3rem;
    border-radius: 4px;
}

.single-sidebar .widget .footer-title span {
    display: inline-block;
    border-bottom: 3px solid #4fb748;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.blog-box-layout3 .item-content p{
    line-height: 25px;
}

.single-sidebar .widget .form-control{
    padding: 0 15px;
    height: 25px;
    background: transparent;
    font-size: 12px;
    border-radius: 0;
}

.single-sidebar .widget .form-control:focus, 
.single-sidebar .widget .input-group-addon button{
    outline: none;
    box-shadow: none;
}

.single-sidebar .widget .input-group-addon button{
    padding: 0;
    border: none;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 5px;
}

.single-sidebar .widget_categories ul,
.single-sidebar .widget_nav_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-sidebar .widget_categories ul li,
.single-sidebar .widget_nav_menu ul li {
    border-bottom: 1px solid #ced4da;
}

.single-sidebar .widget_categories ul li:last-child,
.single-sidebar .widget_nav_menu ul li:last-child {
    border-bottom: 1px solid transparent;
}

.single-sidebar .widget_categories ul li a,
.single-sidebar .widget_nav_menu ul li a {
    position: relative;
    display: block;
    color: #111111;
    padding: 13px 26px 13px 13px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.single-sidebar .widget_categories ul li a i,
.single-sidebar .widget_nav_menu ul li a i {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.single-sidebar .widget_categories ul li a:hover,
.single-sidebar .widget_nav_menu ul li a:hover {
    color: #082c4b;
    padding-right: 35px;
}

.single-sidebar .widget_categories ul li a:hover i,
.single-sidebar .widget_nav_menu ul li a:hover i {
    color: #57c07e;
}

.single-sidebar .widget .media{
    margin-bottom: 2rem;
}

.single-sidebar .widget .media .item-img{
    margin-left: 12px;
}

.single-sidebar .widget .media .post-title a{
    color: #01579b;
    display: inline-block;
}

#bg-home{
    margin: 4rem 0;
}

.blog-box-layout3 {
    margin-bottom: 30px;
}

.blog-box-layout3 .item-img {
    position: relative;
    overflow: hidden;
    box-shadow: none;
}

.blog-box-layout3 .item-img a {
    display: inline-block;
}

.blog-box-layout3 .item-img a img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.blog-box-layout3 .item-img img {
    border-radius: 4px 4px 0 0;
    transform: scale(1);
    transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}

.blog-box-layout3 .item-img .top-item {
    position: absolute;
    top: 32px;
    left: 35px;
    line-height: 1.2;
    text-align: center;
    background-color: #57c07e;
    border-radius: 4px;
    padding: 14px 18px 10px;
}

.blog-box-layout3 .item-img .top-item .item-date {
    position: relative;
}

.blog-box-layout3 .item-img .top-item .item-date:before {
    content: "";
    height: 8px;
    width: 8px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -11px;
}

.blog-box-layout3 .item-img .top-item .item-date:after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(143, 11, 11, 0.75);
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: -11px;
}

.blog-box-layout3 .item-img .top-item .item-date .days {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
}

.blog-box-layout3 .item-img .top-item .item-date .month {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    display: block;
}

.blog-box-layout3 .item-content {
    background-color: #f8f8f8;
    border-radius: 0 0 4px 4px;
    padding: 30px 35px 10px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(233, 233, 233, 0.75);
    box-shadow: 0px 1px 0px 0px rgba(233, 233, 233, 0.75);
}

.blog-box-layout3 .item-content .item-title {
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 19px;
    color: #000;
    text-align: right;
}

.blog-box-layout3 .item-content .item-title a {
    color: #111111;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-box-layout3 .item-content .entry-meta {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.blog-box-layout3 .item-content .entry-meta li {
    font-size: 15px;
}

.blog-box-layout3 .item-content .entry-meta li a {
    color: #082c4b;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu-sidebar ul.sub-menu{
    padding-right: 2rem;
}

.bg-page #menu-sidebar ul li:last-child,
.bg-page #menu-sidebar > li{
    border-bottom:none;
}

.bg-page #menu-sidebar ul.sub-menu i{
    display:none;
}

.bg-page #menu-sidebar ul.sub-menu a{
    padding: 13px 0 13px 13px;
}

.dr-time{
    list-style: none;
    padding: 0;
    margin: 0;
    border:1px solid gray;
    border-radius:3px;
}

.dr-time li{
    text-align:center;
    padding:5px;
}

.dr-time li:first-child{
    background-color: #263238;
    color: #fff;
}

/*
Contact Us
*/

.widget-contact-info {
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 35px 40px 0;
}

.widget-contact-info .media {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 26px;
    margin-bottom: 30px;
}

.widget-contact-info .media:last-child {
    border-bottom: 1px solid transparent;
}

.widget-contact-info .media .item-icon i {
    font-size: 26px;
    font-weight: 700;
    color: #082c4b;
}

.media-body.space-md {
    margin-right: 20px;
}

.widget-contact-info ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.media-body a {
    display: inline-block;
    color: #082c4b;
}

.contact-new-a {
    display: inline-block;
    width: 100%;
    height: 382px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 3em;
}

#bg-page{
    margin: 4rem 0;
}

.nav-tabs{
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    padding: 0;
    position: absolute;
}

.last-item-other img{
	width: 250px;
    height: 163px;
    object-fit: contain;
}

.phone-mobile a{
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: #0059ad;
    color: #fff;
    padding: 0 15px;
    border-radius: 4px;
}

.rand-posts{
	list-style: none;
    padding: 0;
    margin: 0;
}

.rand-posts a{
	flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #000;
    margin: 0 0 30px;
}

.page-numbers{
	border: 1px solid #8c8c8c;
    border-radius: 4px;
    color: #000;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

.page-numbers.current{
	background-color: #dedede;
}

.paginations {
	text-align:center;
}

.next.page-numbers,
.prev.page-numbers{
	transform: rotate(180deg);
}

/*
    Bottom Slider
*/

#buttons{

}

#buttons ul{
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 4rem 0 0;
    position: relative;
    top: -80px;
    z-index: 999;
    background-color: #fff;
}

#buttons ul li{
    display: inline-block;
}

#buttons ul li a {
    display: inline-block;
    background-color: #4fb748;
    color: #fff;
    padding: 5px 18px;
    box-shadow: -3px 3px 5px 3px rgba(0,0,0,0.2);
}

#buttons ul li a img{
    margin-left: 10px;
}

#buttons ul li a:hover{
    box-shadow: none;
}

/*
    Doctors
*/

.bg-archive-doctors .main-title:before {
    background-color: #000;
}

#doctors-page{
    background-image: url(../img/background-img-large.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.custom-circle {
    z-index: 50;
    background-color: #693b78;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    opacity: 0.4;
    position: absolute;
    width: 20px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.custom-circle-neck{
    left:-52%;
    top:13%;
}
.custom-circle-shoulder{
    left:29%; 
    top:20%;
}
.custom-circle-elbow{
    left: -79%;
    top: 33%;
}
.custom-circle-hand{
    left:9%; 
    top:47%;
}
.custom-circle-back{
    left: -52%;
    top: 34%;
}
.custom-circle-hip{
    left:33%; 
    top:46%;
}
.custom-circle-knee{
    left:58%; 
    top:66%;
}
.custom-circle-foot{
    left:29%;
    top:91%;
}

.page-template-doctors #jr-front-public,
#doctors-page #jr-front-public{
    display:none;
}

#back-rollover-wrapper img,
#front-rollover-wrapper img {
    z-index: 10;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}


/*
#jr-find-a-doctor-form {
    padding: 40px;
    background-color: #2e6c33;
    color: #ffffff;
}

#jr-find-a-doctor-form .select-wrapper {
    position: relative;
}

#jr-find-a-doctor-form .select-wrapper .down-arrow {
    position: absolute;
    top: 6px;
    right: 2px;
    color: #007736;
}

#jr-find-a-doctor-form select, #jr-find-a-doctor-form input[type="text"] {
    display: block;
    width: 100%;
    position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-selection__choice {
    background-color: #dadada !important;
    color: #616161 !important;
    margin: 5px;
    display: inline-block;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 2px 10px;
    position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-selection__choice__remove {
    color: #999;
    display: inline-block;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    background-color: transparent;
    border: none;
}

.select2-results__option--selectable:hover{
    background-color: #2e6c33;
    color: #fff;
}
*/
#jr-search-for-doctor{
    background-color: #033e1f;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-transform: uppercase;
    font-size: 16px;
}


.bootstrap-select{
    width:100%!important;
}

.bootstrap-select .dropdown-toggle .filter-option {
    float: right;
    text-align: right;
}

.bootstrap-select .dropdown-menu {
    left: 0;
    right: 0!important;
    float: right;
    text-align: right;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 0;
    font-size: 12px;
    display: block;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    left: 15px;
    top: 5px;
    right: auto;
    color: #4fb748;
}

.custom-form>h2{
    font-size: 30px;
}

.entry-header{
    padding: 25px 0;
    color: #fff;
}

.entry-header p{
    color: #fff;
    font-weight: bold;
}

.wrapper-doctors{
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #d8d8d8;
}

.doctors-links{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.doctors-links a{
    display: block;
    background-color: #0059ad;
    width: 100%;
    color: #fff;
    padding: 8px 0;
    border-left: 1px solid #fff;
    font-size:13px;
}
.doctors-links a:last-child{
    border-left: none;
}

#mylink2{
    background-color: #0059ad;
}

.front-doctors,
.row-doctors{
    /*column-count: 5;*/
	display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 22px;
}

.wrapper-doctors img{
    width: 100%;
    height: 440px;
    object-fit: cover;
    object-position: top;
}

.wrapper-doctors a{
    display: block;
}

.doctors-title{
    color: #000;
}

.doctors-title h3{
    font-size: 16px;
    margin-bottom: 0;
}

.doctors-title h6{
	font-size: 13px;
    padding: 0 10px;
    color: #969696;
    min-height: 5vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
	margin-bottom: 0;
}

#search-filter-form-1292 >ul{
    background-color: #006f30;
    padding: 25px;
    border: 1px solid #000;
}

.select2-container {
    width: 100%!important;
}

.sf-field-submit input{
    width: 100%;
    background-color: #4fb748;
    border: none;
    color: #fff;
    padding: 12px;
    border-radius: 5px;
}

.searchandfilter h4 {
    color: #fff;
}

.searchandfilter label {
    display: block;
}

.searchandfilter label>input{
    width: 100%;
    padding: 14px 5px;
    border-radius: 5px;
    border: none;
}

/*
    Services
*/

.mc-padding{
    padding: 2rem 0;
}

.card:active{
    border: 1px solid rgba(0,0,0,.125);
}

.card-body{
    color: #707070;
    text-align: justify;
}

.btn-link {
    font-weight: 400;
    color: #015f15;
    text-decoration: none;
    padding: 0;
}

.btn-link:hover{
    text-decoration: none;
}

.btn-link:active{
    border: 1px solid transparent;
}

.btn-link.focus, .btn-link:focus {
    text-decoration: none;
    box-shadow: none;
    border: 1px solid transparent;
}

.card-header:active{
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.main-services-title{
    font-weight: 600;
    color: #007dc3;
    font-size: 2rem;
    margin: 50px 0 25px;
}

.button-main{
    display: inline-block;
    background-color: #4fb748;
    color: #fff;
    padding: 5px 18px;
    box-shadow: -3px 3px 5px 3px rgba(0,0,0,0.2);
}

.button-main:hover{
    box-shadow: none;
    color:#fff;
}

.related-main-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 0 30px !important;
}

.related-main-title h2{
    padding: 10px;
    font-size: 30px;
    color: #0071b3;
    font-weight: 600;
    margin: 0px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.separator{
    height: 1px;
    display: block;
    background-color: #b7b7b7;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.related-posts{
    margin: 2rem auto 4rem;
    background-color: #f9f9f9;
    padding: 2rem 0;
}

.related-posts ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.related-posts a{
    display: block;
    color: #f9f9f9;
    border: 1px solid #f1f1f1;
    background-color: #263238;
}

.related-posts a:hover{
    color: #263238;
    background-color: #fff;
}

.related-posts a img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.related-posts a h4{
    text-align: center;
    font-size: 15px;
    margin: 10px 0;
}

.why-us a{
    /*background-color: #0b7509;*/
    background: rgb(11,117,9);
    background: linear-gradient(25deg, rgb(0 89 173) 0%, rgb(79 183 72) 100%); 
    color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.2);
    padding: 25px;
    min-height: 25vh;
    text-align: center;
    margin-bottom: 30px;
}

.why-us a:hover{
    box-shadow: none;
}
/*
Services Home
*/
.front-services{
    padding: 4rem 0;
    position:relative;
}

.services-wrapper{
    border: 1px solid #f1f1f1;
    text-align: justify;
    padding: 30px 15px;
    transition:all 0.3s ease-in-out;
    background-color: #fff;
    display: block;
    color: #000;
}

.multi-collapse .card{
    padding: 0;
    border-radius: 0;
}

.services-wrapper:hover{
    background-color:#f1f1f1;
    transition:all 0.3s ease-in-out;
}

.services-wrapper h3{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: right;
    font-size: 20px;
}

.front-services .card-body h4{
    font-size:13px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color:#000;
    text-align: right;
}

.front-services .card-body figure{
    margin:0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 650px;
        margin: 1.75rem auto;
    }
}
.front-services .card-body ul{
    background-color: #e6e6e6;
    padding: 25px;  
    list-style:none;
}

.front-services .card-body ul li{
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transition:all 0.3s ease-in-out;
}

.front-services .card-body ul li a{
    padding: 25px 15px;
}

.front-services .card-body ul li >div{
    padding: 15px 0;
}

.front-services .card-body ul li:hover{
    background-color: #fff;
}

.front-services .card-body ul li:nth-child(2n){
    border-left: none;
}


/*.front-services .card-body ul li:last-child,
.front-services .card-body ul li:nth-last-child(2){
    border-bottom:none;
}*/

.front-services #multiCollapseExample2 .card-body ul li:nth-last-child(2){
    border-bottom: 1px solid #fff;
}

/*
Button
*/

button:focus{
    outline:none;
}

.bg-blue{
    background-color: #0059ad;
    text-align:center;
    padding: 2rem 0;
}

.bg-green{
    background-color: #4fb748;
    text-align:center;
    padding: 2rem 0;
    position: relative;
}

.bg-green:before{
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 106px 0 0 100px;
    border-color: transparent transparent transparent #4fb748;
}

.buttons a {
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: 5px 4rem;
    box-shadow: 0 0 5px 0 rgba(255,255,255,0.4);
}

.buttons a:hover{
    background-color: #fff;
    color: #000;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    background-color: #f5f5f5;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.login-form .input-lg {
    font-size: 11px!important;
    padding: 10px 10px!important;
}

.form-control:focus {
    outline: none;
    border: none;
    box-shadow: none;
    background-color: #eaeaea;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


/*
insurance
*/

.swiper-container {
    width: 100%;
    height: 100%;
    padding: 0 0 4rem;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.insurance .main-title:before {
    background-color: #000;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 0;
}

.swiper-pagination-bullet-active{
    background: #000;
}

/*
Blog Front
*/

.last-blog .main-title:before {
    background-color: #000;
}

.title-academy h3{
    font-size: 17px;
    color: #000;
    padding: 0 10px;
    margin: 0;
    text-align: justify;
    line-height: 27px;
}

.content-academy{
    text-align: justify;
    line-height: 25px;
    font-size: 13px;
    color: #8c8c8c;
    padding:5px 10px;
}

.other-item article{
    border: 1px solid #e8e8e8;
    min-height: 40vh;
    margin: 2rem 0;
}

.other-item article img{
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.all-cat a{
    display: inline-block;
    color: #000;
    border: 1px solid #8c8c8c;
    padding: 5px 18px;
}

#myTab{
    justify-content: center;
    border: none;
}

#myTab .nav-link{
    color: #0059ad;
    border:2px solid transparent;
}

#myTab .nav-link:hover{
    border:2px solid transparent;
}

#myTab .nav-link:focus{
    border:2px solid transparent;
}

#myTab .nav-link.active{
    color: #000;
    border:2px solid transparent;
    border-bottom: 2px solid #000;
}




