*{
    
    margin: 0;
    padding: 0;
    
}
.header{
    height:auto;
    
}
.navbar-topstyle{
        /*background-color:cornflowerblue; */
        background-color:#2092F7;
    height: 40px;
    font-size: 15px;
    display: flex;
justify-content: center; /* align horizontal */
align-items: center; /* align vertical */
}

.error {color: #FF0000;}

.footer-topstyle{
    /*background-color:cornflowerblue; */
   /* background-color:#2092F7; */ 
    background-image: linear-gradient(#7474bf, #348ac7, #24c6dc);
/*height: 250px; */
align-items: center; 
font-size: 15px;
display: flex;
justify-content: center; /* align horizontal */ 
align-items: center; /* align vertical */
} 

.logo-img{
    height: 80px;
    position: absolute;
    margin: 0px 0px 0px 0px;
    top: 1px;
    left: 10px;
    display:inline;
}

.company_title{
    top: 30px;
}
.icon-bar{
    
    background-color: #337ab7;
    position: inherit;
}
li a{
    color: black;
}

a.btn-first{
    background-color: aqua;
    color: darkblue;
}
a.btn-second{
    background: transparent;
    border: 1px solid darkblue;
    color: #333;
    
}

.topheaderspan{
    padding-left:10px;
    padding-right: 10px;
color: white;
}
.anchorcolor{
    color: white;
}

.footer {
  padding: 1.0rem 0;
        border-top: .05rem solid #e5e5e5;
  background-color: e5e5e5;
  color: white;
  text-align: center;
}
.row{
    font-size: 15;
}
.logoicon{
    height: 15px;
    widows: 15px;
}
.carousel-item {
  height: 30vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  background-size: cover;
}
.html, .body {
  max-width: 100%;
  overflow-x: hidden;
   margin: 0;
   
}


html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.in-middle {
  flex-direction: column;
 
  
}

i.fa {
  display: inline-block;
  border-radius: 60px;
  color:white;
  box-shadow: 0px 0px 2px #888;
  padding: 0.5em 0.6em;
  
  font-size:20px;

}
.rcorners1 {
    border-radius: 25px;
    /*background: #73AD21; */
    background-image: linear-gradient(#81D4FA, #B3E5FC, #E1F5FE);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px; 
    width: 400px;
    height: 300px;  
  }
  .rcorners2 {
    border-radius: 25px;
    /*background: #73AD21; */
    background-image: linear-gradient(#81D4FA, #B3E5FC, #E1F5FE);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px; 
    width: 400px;
    height: 300px;  
  }

  .rcorners3 {
    border-radius: 25px;
    /*background: #73AD21; */
    background-image: linear-gradient(#81D4FA, #B3E5FC, #E1F5FE);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px; 
    width: 400px;
    height: 300px;  
  }


  .sliderbody {
    margin: 0;
    padding: 0;
    background: 0;
 }
 
 .slider {
    width: auto;
    height: 350px;
    background: url(../images/slider1.jpg);
    margin: auto;
    animation: slide 20s infinite;
    animation-iteration-count: infinite;
  }

  @keyframes slide {

    25%{
        background: url(../images/slider1.jpg);
    }

    50%{
        background: url(../images/slider2.jpg);
    }

    75%{
        background: url(../images/slider3.jpg);
    }
    100%{
        background: url(../images/slider1.jpg); 
    }

  }

.section_color{
    border-radius: 25px;
    /*background: #73AD21; */
   /* background-image: linear-gradient(#81D4FA, #B3E5FC, #E1F5FE); */
   /*background-image: linear-gradient(#F0F8FF, #F0F8FF, #F0F8FF); */
   background-image: linear-gradient(white, white, white);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px; 
}


@media (min-width: 992px) {
   .equal{  
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

.panel {
    width: 100%;
    height: 100%;
   
}

footer {
    background-color: cornflowerblue;

    width: 100%;
    bottom: 0;
    font-weight:normal;
    color: white;
}
.footerHeader{
    width:100%;
    padding:1em;
    background-color:white;
    text-align:center;
    color:white;
}
footer h3{
    font-weight:lighter;
}
footer ul{
    padding-left:5px;
    list-style:none;
}
footer p{
    text-align : justify;
    font-size : 12px;
}
footer iframe {
    width:100%;
    position:relative;
    height:auto;
}
.sm{
    list-style:none;
    overflow:auto;
}
.sm li {
    display: inline;
    padding:5px;
    float:left;
} 
.sm li a img {
    width:32px;
}
* {
  border-radius: 0 !important;
}
.panel-heading:before {
  content: " ";
  display: table;
}
.panel-heading:after {
  clear: both;
}
.btn{
    width: 90px;
     height: 30px;
    background-color: cornflowerblue;
}

.GTSNavbarListItem{
    max-height:32px!important;
    margin-bottom: 5px!important;
    min-width:80px!important;
}
.GTSNavbarLIButton{
    background-color: #337ab7 !important;
    line-height: 0px !important;
    width: -webkit-fill-available !important;
}
.GTSContactTimings{
    min-width:300px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding:20px 20px 0px 20px
}
.GTSContactHours{
    font-size: 15px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #dddddd;
    color: #555555;
    letter-spacing: 0.3px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5;
}
.GTSContactIcons
{
    font-size:30px;
    color:#337ab7!inportant;
    BORDER-RADIUS: 40Px!important;
}
.contact .contact-box .contact-content h3 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact .contact-box .contact-content p {
  font-size: 15px;
  color: #969696;
}
.contact .contact-box .contact-icon i {
  font-size: 26px;
  color: #337ab7;
  width: 65px;
  height: 65px;
  text-align: center;
  padding-top: 19px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  margin-right: 20px;
  margin-top: 5px;
}
.contact .contact-box-tp h2 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 25px;
  position: relative;
}
.contact .contact-box-tp h4 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 25px;
  position: relative;
}
.contact .contact-box-tp h4{
		font-size: 20px;
	}
.GTSAboutButtons{
    border-radius:30px 30px 30px 30px !important;
    box-shadow:0 0 5px #337ab7;
    text-align: center; 
    padding: 40px 0 45px !important;
}
.GTSAboutIcons{
    font-size:40px;
    color:#337ab7;
    border:0px;
    padding:10px;
    box-shadow:none;
    display: block; 
    width: 70px;
    height: 70px;
    border: 1px solid #337ab7;
    border-radius: 50%!important;
    text-align: center;
    margin: auto;
    margin-bottom: 25px;
}

.content-box p
	 {
		font-size: 15px;
		margin-bottom: 30px;
    }
    
     .content-box a
	 {
		font-size: 14px;
		padding: 6px 20px;
		float: inherit;
	}
 .content-box ul {
		margin-bottom: 25px;
    }
    .department .tab-content .tab-pane .content-box p {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 20px;
      }
      
      .department .tab-content .tab-pane .content-box p span {
        display: block;
        font-size: 15px;
        color: #969696;
        margin-top: 10px;
      }
      .department .tab-content .tab-pane .content-box ul li {
        font-size: 15px;
        color: #969696;
        margin-bottom: 12px;
      }
      
      .department .tab-content .tab-pane .content-box ul li i {
        color: #337ab7;
        margin-right: 8px;
      }
.panel .panel-primary
{
    background-color: brown;
}
.bg-Aboutimage {
    background-image:url(../images/about_us.jpg);
    background-size:100% 100%;
    background-position: center top;
   
}
.bg-Serviceimage {
    background-image:url(../images/home_care_services.jpg);
    background-size:100% 100%;
    background-position:center;
      
}
.bg-Contactimage {
    background-image:url(../images/contactus.jpg);
    background-size:100% 100%;
    background-position:center;
    margin-bottom: 10px;
     
}
.bg-Mainimage {
    background-image:url(../images/home_welcome.jpg);
    background-size:100% 100%;
    background-position:center;
    margin-bottom: 10px;
     
}
