

h2{
    font-size:23px;
    font-weight: bold;
}

h3{
    font-size:15px;
    font-weight: bold;
}

/*======================footer============================*/
.full {
    width: 100%;    
}
.gap {
    height: 30px;
    width: 100%;
    clear: both;
    display: block;
}
.footer {
    background: #f7f7f7;
    height: auto;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #DDDDDD;
}
.footer p {
    margin: 0;

}
.footer img {
    max-width: 100%;
}
.footer h3 {
    border-bottom: 1px solid #BAC1C8;
    color: #54697E;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 40px 0 10px;
    text-transform: none;
}
.footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: #7F8C8D;
}
.footer ul li a {
    padding: 0 0 5px 0;
    display: block;
}
.footer a {
    color: #78828D
}
.supportLi h4 {
    font-size: 20px;
    font-weight: lighter;
    line-height: normal;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
    background: #FFFFFF;
    display: inline-block;
    float: left;
    height: 30px;
    clear: both;
    width: 100%;
}
.newsletter-box .btn {
    border: medium none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    height: 40px;
    padding: 0;
    width: 100%;
    color: #fff;
}
.newsletter-box {
    overflow: hidden;
}
.bg-gray {
    background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
    box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
    background: none repeat scroll 0 0 #B5B5B5;
    border: 2px solid #B5B5B5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}
.social li a {
    color: #EDEFF1;
}
.social li:hover {
    border: 2px solid #2c3e50;
    background: #2c3e50;
}
.social li a i {
    font-size: 16px;
    margin: 0 0 0 5px;
    color: #EDEFF1 !important;
}
.footer-bottom {
    background: #F2F2F4;
    color:404040;
    border-top: 1px solid #F2F2F4;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-bottom p.pull-left {
    padding-top: 6px;
}
.payments {
    font-size: 1.5em;	
}
/*======================footer============================*/
/*======================card============================*/
#team {
    background: #eee !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}

section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: none;
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #007b5e !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
/*======================card============================*/

/*======================slider============================*/

.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control { 
    width: 8%;
    width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
    margin-right: 40px;
    margin-left: 32px; 
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: white;
    font-size: 29px !important;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
}

.active > div { display:none; }
.active > div:first-child { display:block; }

/*xs*/
@media (max-width: 410px) {
    .carousel-inner .active.left { left: -50%; }
    .carousel-inner .active.right { left: 50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev		     { left: -50%; }
    .carousel-col                { width: 100%; }
    /*.active > div:first-child + div { display:block; })*/
}

/*xs*/
@media (min-width: 411px) and (max-width: 767px) {
    .carousel-inner .active.left { left: -50%; }
    .carousel-inner .active.right { left: 50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev		     { left: -50%; }
    .carousel-col                { width: 50%; }
    .active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-inner .active.left { left: -50%; }
    .carousel-inner .active.right { left: 50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev		     { left: -50%; }
    .carousel-col                { width: 50%; }
    .active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-inner .active.left { left: -33%; }
    .carousel-inner .active.right { left: 33%; }
    .carousel-inner .next        { left:  33%; }
    .carousel-inner .prev		     { left: -33%; }
    .carousel-col                { width: 33%; }
    .active > div:first-child + div { display:block; }
    .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
    .carousel-inner .active.left { left: -25%; }
    .carousel-inner .active.right{ left:  25%; }
    .carousel-inner .next        { left:  25%; }
    .carousel-inner .prev		     { left: -25%; }
    .carousel-col                { width: 25%; }
    .active > div:first-child + div { display:block; }
    .active > div:first-child + div + div { display:block; }
    .active > div:first-child + div + div + div { display:block; }
}

.block {
    width: 306px;
    height: 230px;
}

.red {background: red;}

.blue {background: blue;}

.green {background: green;}

.yellow {background: yellow;}
/*======================slider============================*/

.top-20
{
    margin-top: 20px; 
}
.top-30
{
    margin-top: 30px; 
}
.top-50
{
    margin-top: 50px; 
}
.top-13-under
{
    margin-top: -13px
}


.symbol a p{
    color: white;
}

#tables_of_presences ,#tables_of_presences tr{font-size:9pt;}
#tables_of_doctors ,#tables_of_doctors tr{font-size:9pt;}
#tables_of_prints ,#tables_of_prints tr{font-size:9pt;}
#alert-box{margin-bottom:10px;}

.img-reserve
{
    width: 40px;
    height: 40px;
}

.reserve-doctor-pic
{
    width: 50%;
    height: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
}

.p0{
    padding: 0px;
}

.presencereserve{
    color:black;
}

.presencereserve :hover{
    color:white;
}

.tg-radio:hover{
    icon: inherit;
}
.reserve-doctor-textarea
{
    height: 60px;
}

.reserve-icon
{
    width:40px;
    height:40px;
}
.tg-logintype {
    clear: both;
    overflow: hidden;
    margin: 0px 50px 12px 0;
}
.img-reserve{
    width:80%;
    height:80%;
    border-radius: 50%;
}
.blog_menu_post{
    width: 72px;
    height: 72p;
}

.blog_single_img
{
    width: 100%;
    height: 250px;
} 

.blog-single-img{
    height: 380px;
    
    /*width: 100%;*/
}

.clinic_insurance{
    width:150px; 
    height:100px
}

.cliniclist-img
{
    width:120px;
    height:120px;
}

.logo-userpic
{
    width:30px;
    height:30px;
    border-radius: 50%;
}
.doctorprofile_pic
{
    height: 170px;
    width: 170px;
}
.doctorprofile_drrelatepic 
{
    height: 50px;
    width: 50px;
}
.doctorprofile_clinics 
{
    height: 120px;
    width: 120px;
}
.doctorprofile_expertises
{
    height: 50px;
    width: 50px;
}
.doctorprofile_reserve
{
    width: 100%;
}
.doctorprofile_clinic_insurance
{
    width: 40px;
    height: 40px;
}


.top-navybar{
    position: fixed;background-color:#fcfcfc;max-height:80px;
}
.padding-top-200{padding-top:200px;}
.padding-top-130{padding-top:130px;}
.padding-top-100{padding-top:100px;}
.padding-top-90{padding-top:80px;}
.padding-top-50{padding-top:50px;}

.image-radius {
    width:70px;
    height:70px;
    border-radius:50%;
    border:5px solid gray ;
    overflow:hidden;
    text-align:center;
}
.img-fluid-hover {
    width: 120px;
    height: 120px;
    display: block;
    background: #108D6F;
    line-height: 100px;
    border-radius: 50%;
    margin: 0 auto 15px;
    border: 10px solid #108D6F;
    border:5px solid gray ;
    border-color:#108D6F;
}
.btn-reserv:hover{background: #108D6F;}



.hide1{background-color: white;color:#108D6F;display:none;width:100%;}
.display-none{display:none;}
.box-border {
    position: relative;
    margin: 0.5em;
    padding-top:20px; 
    border: solid 5px transparent;
}

.box-border:after {
    content: '';
    display: block;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    border: solid 10px #FFF;
    margin: -15px;
    z-index: -1;
    transition: transform 0.2s linear;
    transform: scale(0.97, 0.93);
}

.box-border:hover::after { 
    transform: scale(1,1);   
    /*border: solid 10px #E4E0DB;*/ 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); /* hoooooooooojjjjjjatttt */
}
.nomargin{padding:0px;margin:0px;}
.tracking-box{margin:0px;padding:0px;max-height:600px;}
.padding-70-px{padding:75px 0;}
.padding-30-px{padding:30px 0;}
.wide{width:100%;}
.max-height{min-height:30px;max-height:30px;}
.max-height-120{min-height:120px;max-height:120px;}
/*.bordero:hover{border-radius:12px;border: 20px solid #BADA55;}*/
.carousel-control{z-index:1;}

@media (max-width: 1220px) {
    
    /*Am1rHS
    1402/10/17*/
    .tg-navigation ul li a {
        font-size: 10px;
    }
    .tg-user .tg-usermenu em {
        font-size: 10px;
    }
    .tg-logo h3 {
        font-size: 12px;
    }
    
    .tg-header .container {
        width: 98%;
    }
    
    .tg-admin .tg-user a span {
        font-size: 10px;
    }
    /*Am1rHS
    1402/10/17*/
    
}

@media (min-width: 760px) and (max-width: 1000px) {
    .tg-logo{display:none;}
    
    
    /*Am1rHS
    1402/10/16*/
    .tg-logo-displayShow {
        display:block;
    }
    /*Am1rHS
    1402/10/16*/
    
}
@media (max-width: 480px) {
    .tg-logo{display:none;}
}
.btn-hoveri{background-color:#35a1bf;border-color:#35a1bf;color:#ffffff;}
.btn-hoveri:hover{background-color:#40afce;border-color:#40afce;color:#ffffff;}
.right-align{text-align:right;direction:rtl;}
.center-align{text-align:center;direction:rtl;}
.tg-roundicontext{width:28px;}
.foot{color:white;padding-right:5px;}
.box-card{font-size:17px;line-height: 2.6}
.pey-card{padding:30px 10% 30px 10%;}
#print-box {font-size:14px;direction:rtl;}
#print-box td:nth-child(2) {font-family:6px;text-align:center;line-height: 2.6}
.width-auto{width:auto;}
.no-margin-bottom{margin-bottom:0px;padding-bottom:0px;}
.text-white{color:white;}


.bold{
    font-size:18px;
    font-weight:200px;
}
.text-white{
    color:white;
}

.mt-15 {
    margin-top: 15px; }

.mt-30 {
    margin-top: 30px; }
.nmt-30 {
    margin-top: -30px; }

.mt-40 {
    margin-top: 40px; }

.nmt-50 {
    margin-top: -50px; }
.mt-50 {
    margin-top: 50px; }

.mt-70 {
    margin-top: 70px; }
.nmt-70 {
    margin-top: -70px; }

.nmt-90 {
    margin-top: -90px; }

.mt-100 {
    margin-top: 100px; }

.mt-150 {
    margin-top: 150px; }

.mr-15 {
    margin-right: 15px; }

.mr-30 {
    margin-right: 30px; }

.mr-50 {
    margin-right: 50px; }

.mr-100 {
    margin-right: 100px; }

.mb-15 {
    margin-bottom: 15px; }

.mb-30 {
    margin-bottom: 30px; }

.mb-40 {
    margin-bottom: 40px; }

.mb-50 {
    margin-bottom: 50px; }

.mb-70 {
    margin-bottom: 70px; }

.mb-100 {
    margin-bottom: 100px; }

.ml-15 {
    margin-left: 15px; }

.ml-30 {
    margin-left: 30px; }

.ml-50 {
    margin-left: 50px; }
.padding-top-n20 { margin-top:-20px; }
.padding-top-n40 { margin-top:-40px; }
.padding-none { padding: 0px; }
.contact-information {
    position: relative;
    z-index: 1;
    text-align:right;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 3px; }
.ml-100 {
    margin-left: 100px; }
.dento-price-table {
    position: relative;text-align:center;direction:rtl;
    z-index: 1; }
.dento-price-table table thead tr > td,
.dento-price-table table thead tr > th {
    background-color: #17a2b8;
    color: #ffffff; }
.dento-price-table table tr > td,
.dento-price-table table tr > th {
    padding: 15px 30px;
    border-radius: 3px;
    border: 4px solid #ffffff;
    background-color: #f4f4f4;
    font-weight: 600;
    color: #707070; }
@media only screen and (max-width: 767px) {
    .dento-price-table table tr > td,
    .dento-price-table table tr > th {
        padding: 10px 15px;
        font-size: 12px; } }

.fs-14 {
    font-size:14px;
}		
.fs-18 {
    font-size:18px;
}		
.fs-22 {
    font-size:22px;
}		
.fs-28 {
    font-size:28px;
}
.fs-40 {
    font-size:40px;
}
.fs-25 {
    font-size:25px;
}
.rtl{
    direction:rtl;
}
.login-container{
    margin-top: 5%;
    margin-bottom: 5%;
}
/*
.login-form-1{
    padding: 5%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-1 h3{
    text-align: center;
    color: #333;
}
.login-form-2{
    padding: 5%;
    background: #0062cc;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
*/
.login-form-2 h3{
    text-align: center;
    color: #fff;
}
.login-container form{
    padding: 3%;
}
.btnSubmit
{
    border-radius: 0.5rem;
    padding: 1.5%;
    padding-left:20px;
    padding-right:20px;
    border: none;
    cursor: pointer;
}
.login-form-1 .btnSubmit{
    font-weight: 600;
    color: #fff;
    background-color: #31B0D5;
}
.login-form-2 .btnSubmit{
    font-weight: 600;
    color: #0062cc;
    background-color: #fff;
}

.login-form-2 .ForgetPwd{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.login-form-1 .ForgetPwd{
    color: #0062cc;
    font-weight: 600;
    text-decoration: none;
}
.bg-blue{background-color:#40AFCE;}
.bg-green{background-color:#007b5e;}
.pre-wrap{white-space:pre-wrap}

.icon-service{
    display: inline-block;
    /*border-radius: 60px;*/ 
    /*box-shadow: 0px 0px 7px #89BDE0;*/  
    padding: 0.5em 0.6em; 
    font-size: 60px;
    color: #30b8ea;
} 

.icon-service:hover {
     opacity: 0.50; 
     transition:  1s;
    }
    
.icon-report{
    display: inline-block;
    /*border-radius: 60px; 
    /*box-shadow: 0px 0px 7px #FBFBEF;*/  
    padding: 0.5em 0.6em; 
    font-size: 55px;
    color: #FBFBEF;
}


.icon-report:hover {
     opacity: 0.50; 
     transition:  1s;
    }
    
    .search-clinic-title{
            font-size: 17px;
    }
    
    .lh16{
        line-height: 1.6;
    }
    
    .imgcaptcha{
    height: 40px;
}

.tg-dashboardbox {
  width: 100%;
  float: left;
  padding: 20px;
  border-radius: 5px;
  background: #f8f8f8;
    background-color: rgb(248, 248, 248);
  background-color: #fff;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
  border-radius: 10px;
}

.postindex{
      width: 100%;
  float: left;
  padding: 20px;
   border: 1px solid rgba(0,0,0,.1);
    border-radius: 15px;
  background: #f8f8f8;

  border-radius: 10px;
  margin-bottom: 20px;
}

.postindex-title{
    display: table;
    width: 100%;
    margin-right: 30px;
    font-weight: bold;
}
.postindex-body{
    margin-top: 10px;
    margin-right: 55px;
}
.postindex-body a {
    box-shadow: none;
    text-decoration: none;
    text-shadow: none;
    display: inline-flex;
    align-items: stretch;
    flex-wrap: nowrap;
	
}

.postindex-body li, .postindex-body ul, .postindex-body ul li {
    background: 0 0;
    list-style: none;
    line-height: 1.6;
    margin: 0;
    overflow: hidden;
	z-index: 1;
	text-align:right;	
	 direction: rtl;
	
}





/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 20px 10px 0 10px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

.why-us .content h2 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 10px 10px 10px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 10px;
  background: #f3f5fa;
  border-radius: 4px;
}

.why-us .accordion-list a {
  /*display: block;*/
  position: relative;
  /*font-size: 16px;*/
  line-height: 24px;
  font-weight: 500;
  /*padding-right: 30px;*/
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 15px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

.txtwhite{ 
    color:white;
}

.socialtel{ 
    font-size: 8px;
}

.fs12{
    font-size: 12px;
}
