body{
    color: #666;
  font-size: 14px;
  line-height: 175%;
  background: #fff;
  font-family: sans-serif;
  font-weight: 400 !important;
  text-align: justify;

}

.top-bar {
    background: #fdfdfd none repeat scroll 0 0;
    border-bottom: 1px solid #f5f5f5;
    color: #999;
    font-size: 13px;
    line-height: 25px;
    padding: 6px 0;
}

.top-bar a {
    color: #999;
}

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 5px;
  width: auto;
  max-width:100%
}    

/* EXAMPLE 3

line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */

.example3 .navbar-brand {
  height: 80px;
}

.example3 .nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-right: 5px;
}
.example3 .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
  background-color:#71b64d;
}

.navbar-inverse {
    background-color: #fff;
    border-top: 5px solid #71b64d;
    border-color:#71b64d;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #71b64d;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #71b64d;
}

.navbar-inverse .navbar-nav > li > a {
    color: #333;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #71b64d;
}

.jumbotron{
  background-image: url("../images/bg-box.png");
  margin-bottom: 0px;
  color:#fff;
}

.jumbotron p {
    font-size: 25px;
    font-weight: 200;
    margin-bottom: 0px;
    text-align: center;
}
#section1 {
  background-color: #fff;
    color:#666;
    margin-top: 20px;
     padding-bottom: 10px;
}

.fa-5x {
    font-size: 5em;
    color: #71b64d;
}


#section5 {
     padding-bottom: 10px;
    padding-top: 10px;
}

.about {
    padding-right: 50px;
}

.news{
    padding-right: 50px;
    margin-top: -20px
}

div.border{border-bottom:1px solid #ccc; position:relative;}

div.border:before{position:absolute; 
    display:block; content:'';
     border-bottom:5px solid #71b64d; 
     height:100%; 
     width:10%; 
     box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
 }

div.borderwhy{border-bottom:1px solid #ccc; position:relative;}

div.borderwhy:before{position:absolute; 
    display:block; content:'';
     border-bottom:5px solid #71b64d; 
     height:100%; 
     width:6%; 
     box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
 }

div.border1{border-bottom:1px solid #ccc; position:relative;}

div.border1:before{position:absolute; 
    display:block; content:'';
     border-bottom:5px solid #71b64d; 
     height:89%; 
     width:10%; 
     box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
 }

 /* Icon Box 2
   ========================================================================== */
   
  .icon-box-2 { 
    position: relative; 
    margin-bottom: 60px; 
  }
    
  .icon-box-2 h3 a { text-decoration: none; }
  
  .icon-box-2 > i { 
    display: block;
    margin:0 auto 30px; 
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #474e5d;
    color: #fff; 
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
     transition: background-color 0.3s; 
  }
  
  .icon-box-2 > img {
    margin-bottom: 10px;
  }
  
  .icon-box-2 span {
    display: block;
    width: 78px;
    height: 78px;
    border: 2px solid;
    border-radius: 50%;
    margin: 0 auto 30px;
    line-height: 97px;
    text-align: center;
  }
  
  .icon-box-2 span i {
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #474e5d;
    color: #fff;
    font-size: 32px;
    line-height: 64px;
    text-align: center;
  }
  
  .icon-box-2 .icon-box-content {}
  .icon-box-2 .icon-box-content a { color: #535a68; }
  .icon-box-2 .icon-box-content h3 { margin-bottom: 30px; }
  
  .icon-box-2:hover i { background-color: #8bd99f; }  
 

 .foot {
    background: #333333 none repeat scroll 0 0;
    border-top: 3px solid #71b64d;
    color: #aaa;
    font-size: 13px;
    padding: 15px 0;
}
.foot .foot-item {
    margin: 15px auto;
    max-width: 500px;
}
.foot .foot-item h5 {
    color: #ccc;
    font-size: 13px;
    line-height: 0;
    margin-bottom: 20px;
}
.foot .foot-item p {
    margin: 0;
}
.foot .foot-item a {
    color: #bbb;
}
.foot .foot-item a:hover {
    color: #ccc;
}
.foot .foot-item .brand-bg {
    margin: 10px 0 20px;
}
.foot .foot-item ul li *::before {
    color: #ccc;
    content: "";
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
    margin-right: 7px;
}
.foot .foot-item a {
    color: #bbb;
    text-decoration: none;
}
.list-unstyled {
    list-style: outside none none;
    padding-left: 0;
}
.foot .foot-item ul li {
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.05);*/
    padding: 5px 0;
}
.foot .foot-item .address h6 {
    color: #ccc;
    font-size: 13px;
}
.bold {
    font-weight: 600;
}
.foot .foot-item .address p.add {
    margin-left: 20px;
}
.foot .foot-item .address p.tel {
    line-height: 35px;
}
.foot .foot-item .address p i {
    color: #ccc;
    font-size: 14px;
    margin-right: 8px;
}
.foot .foot-item ul li:last-child {
    border-bottom: 0 none;
}

.foota{
  width:85%;
}

footer {
    background-color:#494949;
    color:#ddd;
    min-height:100px;
    padding-top:20px;
    padding-bottom:40px;
}

footer .nav>li {

    text-align: justify;
}

footer .nav>li>a {
    padding:3px;
    color:#ccc;
}

footer .nav>li>a:hover {
    background-color:transparent;
    color:#fff;
}

 .footericon{
  color: #ffb400;
    font-size: 20px;
    margin-right: 10px;

    }
.footerleftpadding{
    padding-left:50px
}

.fa-3x{
    color:#ffb400;
}

.footer-copyright {
    background: #333333 none repeat scroll 0 0;
    color: #ccc;
    min-height: 50px;
    line-height: 50px;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 12px;
    /*padding: 15px 10px 4px;*/
}



.footer-copyright a{

    color: rgba(255, 255, 255, 0.8);

}

.websteby{
    text-align:right;
}

.tnc{
    text-align:center;
}


/*testi*/

/*-------------------------------*/
/*      Code snippet by          */
/*      @maridlcrmn              */
/*-------------------------------*/


.section3 {
    padding-top: 40px;
   /* padding-bottom: 100px;*/
    background-image: url("../images/testimonial-banner.jpg") ;
    background-repeat:no-repeat;
    margin-top: 30px;

}

.quote {
     background: #32c8de none repeat scroll 0 0;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 100px;
    color: #fff;
    display: block;
    font-family: "Georgia Times New Roman",serif;
    /*font-size: 120px;*/
    height: 90px;
    line-height: 120px;
    margin: 10px auto;
    width: 90px;
}


.testi1{
    height:150px;

}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}
.testi {
    background-color: #f2f2f2;
    border-bottom: 2px solid #32c8de;
    border-radius: 6px 6px 0 0;
    margin: 20px;
    padding: 20px;
    width: 330px
}

.testi .text {
    text-align: justify;
}

.testi .quote-author {
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 0;
    text-align: right;
}

.testi .quote-company {
    font-style: italic;
    text-align: right;
}

.testired {
    background-color: #f2f2f2;
    border-bottom: 2px solid #d9534f;
    border-radius: 6px 6px 0 0;
    margin: 20px;
    padding: 20px;
    width: 330px
}

.testired .text {
    text-align: justify;
}

.testired .quote-author {
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 0;
    text-align: right;
}

.testired .quote-company {
    font-style: italic;
    text-align: right;
}


.testigreen {
    background-color: #f2f2f2;
    border-bottom: 2px solid #5cb85c;
    border-radius: 6px 6px 0 0;
    margin: 20px;
    padding: 20px;
    width: 330px
}

.testigreen .text {
    text-align: justify;
}

.testigreen .quote-author {
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 0;
    text-align: right;
}

.testigreen .quote-company {
    font-style: italic;
    text-align: right;
}


.newstape a { color: #F5F7FA; }

#wrapper {
  width: 450px;
  margin: 0 auto;
}

.text-center { text-align: center; }

.text-right { text-align: right; }

.text-justify { text-align: justify;
                /*word-break:break-all;*/
}

.newstape {
  background-color: #3BB0D6;
  color: #fff;
  height: 400px;
  overflow: hidden;
}

.newstape-content {
  position: relative;
  padding: 15px;
}

.newstape-drag { cursor: ns-resize; }

.medical .team-member .contact-details {
    margin-bottom: 20px;
    margin-top: 20px;
}

.medical .team-member .contact-details span {
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin: 10px auto;
    text-align: left;
    width: 100%;
}

.newsDetails {
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin: 10px auto;
    text-align: left;
    width: 100%;
}

.contact-details {
    margin-bottom: 20px;
    margin-top: 20px;
}

.newsDetails i {
    background: #fafafa none repeat scroll 0 0;
    border-bottom-left-radius: 3px;
    border-right: 1px solid #eee;
    border-top-left-radius: 3px;
    color: #71b64d;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    text-align: center;
    width: 45px;
    border-bottom: 1px solid #eee;
}

.medical .team-member .contact-details span i {
    background: #fafafa none repeat scroll 0 0;
    border-bottom-left-radius: 3px;
    border-right: 1px solid #eee;
    border-top-left-radius: 3px;
    color: #71b64d;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    text-align: center;
    width: 45px;
    border-bottom: 1px solid #eee;
}
.nav-tabs-three .nav-tabs-three-sidebar {
    float: left;
    width: 240px;
}
.nav-tabs-three .nav-tabs-three-content {
    margin-left: 240px;
}

.medical .medic-treatment .tab-content {
    padding: 10px 25px 20px;
    margin-left: 20px;
}

.nav-tabs-three .tab-content {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 10px 15px;
}

.nav-tabs-three ul.nav li.active a {
    border: 1px solid #71b64d;
    color: #fff;
    background: #71b64d none repeat scroll 0 0;
}

.nav-tabs-three ul.nav li a {
    background: #fcfcfc none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 3px;
    color: #747474;
    font-size: 13px;
    margin-bottom: 5px;
    padding: 8px 12px;
}

.myDiv {
    color: #333;
    font-size: 32px;
    height: 100px;
   border-top: 1px solid #eee;
    margin-bottom: 30px;
    padding: 30px 0;
    position: relative;
    z-index: 5;
    margin-top: -21px;
}

.myDiv .bg1 {
    background: rgba(0, 0, 0, 0) url("../images/banner.jpg") no-repeat scroll center center / cover ;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.myDiv1 {
    color: #333;
    font-size: 32px;
    height: 100px;
   border-top: 1px solid #eee;
    margin-bottom: 30px;
    padding: 30px 0;
    position: relative;
    z-index: 5;
    margin-top: -1px;
}

.myDiv1 .bg2 {
    background: rgba(0, 0, 0, 0) url("../images/banner.jpg") no-repeat scroll center center / cover ;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.page-heading-two {
   /* background-color: #fcfcfc;*/
    background-color: #f6f6f6;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-bottom: 30px;
    padding: 20px 0;
    
}

.page-heading-two h2 {
    color: #666;
    float: left;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    margin-top:10px;
}
.page-heading-two .breads {
    color: #aaa;
    float: right;
    font-size: 12px;
    margin-top: 10px;
}

.block-heading-two {
    margin: 10px 0 15px;
}

.block-heading-two h3 {
    border-bottom: 1px solid #eee;
    font-size: 22px;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: -4px;
    padding: 0 10px 6px 0;
    
}


.block-heading-two h3 span {
    /*border-bottom: 3px solid #32c8de;*/
    padding-bottom: 11px;

}

.block-heading-two .bor {
    height: 3px;
    width: 60px;
    border-bottom: 3px solid #71b64d;
}

.text-boxReq {
    border: 1px solid #ccc;
    border-radius: 4px;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;*/
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    color: #6c7177; 
    font-size: 14px;
    margin-bottom: -25px;
    margin-left: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 10px;
    width: 300px;
}

.selcountry{
    margin-left:140px
    }

.text-boxReg {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: #333;
    float: left;
    font-family: "Ubuntu","Lato",sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
    width: 500px;
}

.text-boxLog {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: #333;
    /*float: left;*/
    font-family: "Ubuntu","Lato",sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
    width: 240px;
}

.genral{
    padding-right:50px

    }

.news
{
    color: #71b64d;
}

.team-six .team-member {
    margin: 20px auto;
    max-width: 280px;
    text-align: center;
}

.team-six img {
    border-radius: 50%;
    margin: 0 auto 10px;
    max-width: 200px;
    width: 100%;
}
.grid_main_box{
width:100%;
margin:auto;
margin-top:10px;
margin-bottom:50px
}


.grid

   {

       width:100%;

   }

   .grid th

   {
      font-size:14px;
      background-color: rbga(181,160,160,0.26);
      color:#333;
      height:20px;
      padding-left:10px;
      border:1px solid #ccc;
text-transform:uppercase;

   }

   .grid tr:nth-child(even)

   {

       background-color:#ffffff ;

   }

   .grid tr:nth-child(odd)

   {

       background-color:#f2f2f2 ;

   }

   .grid td

   {
font-size:13px;
padding-left:10px;
height:30px;
border:1px solid #ccc


   }

  .grid td a

   {

color:#d83c3c 


   }

.gridpager
{
border:1px solid #ccc
}

.gridpager td

   {

padding-left:10px;
height:30px;
border:0px solid #ccc


   }


table {
    border-collapse: collapse;
    width: 100%;
}

table th, td {
    text-align: left;
    padding: 8px;

}

table tr:nth-child(even){background-color: #f2f2f2}

table th {
    background-color: #4CAF50;
    color: white;
}









table.reg {
    border-collapse: collapse;
    width: 100%;
}

table.reg th, td {
    text-align: left;
    padding: 8px;
    border: 1px solid #ccc;
}

table.reg tr:nth-child(even){background-color: #fff}

table.reg th {
    background-color: #fff;
    color: white;
}




/*table.gen {
    border-collapse: collapse;
    width: 100%;
}

table.gen th, td {
    text-align: left;
    padding: 8px;
}

table.gen tr:nth-child(even){background-color: #f2f2f2}

table.gen th {
    background-color: #4CAF50;
    color: white;
}*/





/*table.visa {
    border-collapse: collapse;
    width: 100% ;
    MARGIN-TOP: 20PX;
    margin-left: 80px;
}

table.visa th, td {
    
    padding: 8px;
    width: 100% ;
    float:left
}

table.visa tr {

    width: 50% ;
    
}

table.visa tr:nth-child(even){background-color: #fff; float:right; width: 70% ; margin-top: -43px;}

table.visa th {
    background-color: #4CAF50;
    color: white;
}*/



/*.team-three .team-member {
    max-width: 320px;
   
}
.team-three .team-container {
    position: relative;
}
.team-three img {
    margin-bottom: 10px;
}
.team-three .team-container .team-details {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    clear: both;
    left: 0;
    padding: 7px 15px;
    position: absolute;
    width: 100%;
}

.medical .team-member .contact-details {
    margin-bottom: 20px;
    margin-top: 20px;
}
.medical .team-member .contact-details span {
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 10px auto;
    text-align: left;
    width: 100%;
}*/


.contactadd {
    height: 130px !important;
}
.contactadd1 {
    margin-left: 60px;
    margin-top: -120px;
}

.contactadd2 {
    margin-left: 60px;
    margin-top: -120px;
}

.dropdown-menu > li > a {
    padding: 10px 30px;
}

.dropdown-menu > li > hover
{
    background-color: #71b64d;
}

.bb-inside {
    color: #fff;
    font-size: 22px;
    padding: 32px;
    transition: all 0.35s ease-in-out 0s;
}
.carouHeader {
    margin-left: 100px;
    padding: 5px 0;
    width: 100%;
}

.carousel-caption {
    bottom: 20px;
    color: #fff;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    z-index: 10;
}

/* Carousel Styles */
.carousel-indicators .active {
    background-color: #2980b9;
}

.carousel-inner img {
    width: 100%;
    max-height: 350px
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 15px;
}

.carousel-control.right span {
	padding: 15px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
	background-color: #000;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 2%;
    left: 10%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-size: 25px;
    width:100%;
    float:none !important;
    padding-bottom:20px;
}

.header-text h2 span {
    background-color: #71b64d;
	padding: 10px;
}

.header-text h3 span {
	background-color: #000;
	padding: 15px;
}

.header-text1 {
    position: absolute;
    top: 40%;
    left: 25%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text1 h2 {
    font-size: 25px;
    width:100%;
    float:none !important;
    padding-bottom:20px;
}

.header-text1 h2 span {
    background-color: #71b64d;
	padding: 10px;
}

.header-text1 h3 span {
	background-color: #000;
	padding: 15px;
}

.header-text2 {
    position: absolute;
    top: 70%;
    left: 50%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text2 h2 {
    font-size: 25px;
    width:100%;
    float:none !important;
    padding-bottom:20px;
}

.header-text2 h2 span {
    background-color: #71b64d;
	padding: 10px;
}

.header-text2 h3 span {
	background-color: #000;
	padding: 15px;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.medical .medic-department {
    margin: 20px auto;
    max-width: 400px;
}
.medical .medic-department .img-container {
    border-radius: 3px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}
.medical .medic-department .img-container h3 {
    bottom: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    left: 0;
    padding: 5px 10px;
    position: absolute;
}
.bg-color {
    background-color: #71b64d !important;
}
.centerp {
    margin-left: 20px;
}

.img-box-3 .img-box-3-item {
    margin: 10px auto;
    max-width: 300px;
}
.img-box-3 .img-box-3-icon {
    border-radius: 100px;
    height: 80px;
    line-height: 110px;
    margin: 10px auto;
    text-align: center;
    width: 80px;
}
.bg-red {
    background-color: #71b64d !important;
}

.img-box-4 .img-box-4-item {
    margin: 10px auto;
    max-width: 300px;
}
.img-box-4 .img-box-4-icon {
    border-radius: 100px;
    height: 50px;
    line-height: 110px;
    margin: 10px auto;
    text-align: center;
    width: 50px;
}

.btn-Sub {
    background-color: #ff9933;
    border: 1px solid #ff9933;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-family: Arial;
    font-size: 15px;
    padding: 2px 18px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    float:left;
}

.btn-Reg {
    background-color: #71b64d;
    border: 1px solid #71b64d;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-family: Arial;
    font-size: 15px;
    padding: 2px 18px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    float:right;
}

.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

.btn-default:hover {
    background-color: #ccc;
    border-color: #333;
    color: #333;
}

a:focus,a:hover
{
    text-decoration:none
}

.fa-envelope::before {
    content: "";
    color:#71b64d;
}

.fa-phone::before {
    content: "";
    color:#71b64d;
}


.panel-info {
    border-color: #71b64d;
}

.panel-info > .panel-heading {
    color: #fff;
    background-color: #71b64d;
    border-color: #71b64d;
}

#hover-content {
    display:none;
}
#parent:hover #hover-content {
    display:block;
}

.pdf {
    color:#333;
    font-size:16px;
    margin-left:10px
}

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-control {
    margin-bottom:15px;
    color:#666;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 20px 10px 20px 10px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    border-top: 1px solid #f2f2f2;
}

.newss
{
    /*margin-top: 20px;*/
    padding: 20px 10px 20px 10px;
    background-color: #e8fddd;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    border-top: 1px solid #f2f2f2;
    width:24%;
    margin-left:-5px;
    top: 0px;
    left: 0px;
}

.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 60px;
    height: 96px;
    margin: 0 auto 0px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 15px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}

.btn-primary {
    color: #fff;
    background-color: #71b64d;
    border-color: #71b64d;
}

.btn-primary:hover {
    color: #fff;
    background-color: #71b64d;
    border-color: #71b64d;
}

.logout
{
    min-height: 80px;
    /*border-left: 1px solid rgb(204, 204, 204);*/ 
    float: right;
    padding-left: 20px;
    padding-top: 27px;
    padding-right: 20px
}
.textlogin {
    color: #333;
    margin-left: -8px;
}
.adminlogin {
    margin-right: 10px;
    color: #333;
    font-size: 18px;
}

.fa-2x {
    color: #666;
}

.butn {
    text-align: right;
    padding-right: 100px;
}




@media (min-width:320px) and (max-width:767px) {
.nav-tabs-three .nav-tabs-three-sidebar {
    float: left;
    width: 100%;
}

.nav-tabs-three .nav-tabs-three-content {
    margin-left: 0;

    }  

.medical .medic-treatment .tab-content {
    
    margin-left: 0;
}

.visamob
    {
        margin-top: 20px
    }

.newss
{

    width:100%;
}

.footer-copyright {
    color: #ccc;
    line-height: 25px;
    font-size: 12px;
}

table.reg {
    padding-left: 20px;
}

td.one {
    text-align: left;
    width: 50%;
    padding-right: 20px;
}

.text-boxReg {

    width: 300px;
}

.butn {
    text-align: left;
    padding-right: 47px;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #666;
    background-color: transparent;
}
.example3 .nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.genral {
    padding-right: 15px;
}

}


@media (min-width:768px) and (max-width:1000px) {


table.reg {
    padding-left: 20px;
}

td.one {
    text-align: left;
    width: 50%;
    padding-right: 20px;
}

.text-boxReg {

    width: 500px;
}

.butn {
    text-align: left;
    padding-right: 47px;
}


}