body{
    overflow-x: hidden;
    background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/connected.png");
    font-family: 'Roboto', sans-serif;
}
.container{
    padding: 0;
}
.header{
    background:#00B0F0;
}
.logo img{
    padding: 10px 0;
}
h1,h2{
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    color: #00106b;

}
.main{
    box-shadow: 0px 3px 6px 0px #33333385;
    border-radius: 5px;
}
iframe{
    width: 100%;
    height: 400px;
}
.location_main1{
    margin-top: 10%;
}
.location_main2{
    margin-top: 8%;
}
#mail_content p{
  
  font-size: 17px;  
    padding: 0px;
    color: #000;
}

.form-control{
    font-size: 18px !important;
    height: 45px !important;
    letter-spacing: 1px !important;
    border: 1px solid #0ac8a5 !important;
    cursor: pointer;
}

.main_location{
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 0;
    margin-top: 2%;
    box-shadow: 0px 5px 7px 0px #3333339e;
    padding: 1% 0;
}
h3{
     line-height: 1.3em;
    font-weight: bold;
    letter-spacing: 2px;
}
.select-h3{
        padding: 8px 0;
}
.class_main h3{
    line-height: 34px;
    color: #00106b;
}
.class_main h2{
    line-height: 34px;
    color: #373b3c;
    font-size: 22px;
    letter-spacing: 3px;
}
.main-content{
    font-size: 17px;
    line-height: 38px;
    padding: 13px 30px;
    color: #000;
}
.main-td h3{
    font-size: 18px;
}
.content-p{
    padding: 0 12px;
    font-size: 17px;
    line-height: 32px;
}
.main_box{
    border: 0px solid #ccc;
    padding: 1%;
    box-shadow: 0px 0px 4px 0px #333;
    border-radius: 4px;
}
.Posted{
    position: absolute;
    bottom: 10px;
}
.Posted h5{
    float: right;
    color: #ccc;
    line-height: 22px;
}
.main{
    box-shadow:0px 0px 7px 0px #3339;
}
.old_btn{
    background: #047ead;
    border: 0;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    float: right;
    margin-top: 2%;
}
/*table css*/
.table span{
    font-size: 13px;
}

@media screen and (max-width: 767px) {
  table caption {
    border-bottom: 1px solid #ddd;

  }

  h3{

    font-size: 20px;
    line-height: 1.3em;
    margin: 5%;
}
}

/*.table-hover > tbody > tr:hover{
    background: #cccccc66 !important;
}*/
.table{
    border:1px solid #ccc;
    width: 100%;
}
tr,td,th{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
.main_tr{
        background: #cccccc66;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #7a99a6 !important;
}
thead{
    background: #007c7c85!important;
    padding: 0;
    color: #fff;
}
.direct_tr{
 background: #00445d7d;
    color: #fff;
}
.direct_tr1{
    background: #ffffff;
    color: #000;
    font-size: 23px;
    letter-spacing: 3px;
    font-weight: bold;
}
.direct_tr:hover{
 background: #007c7c;
    color: #000;
}
table caption {
    padding: 0.5em 0;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    background: #007c7c;
}
.class_contact{
    text-align: center;
    font-weight: bold;
}
.class_contact h2{
    font-weight: bold;
    color: #3c0346
}
.class_contact p{
        font-size: 16px;
}
.class_contact h4{
    font-weight: bold;
    line-height: 39px;
}

.logo span{
font-size: 38px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 12px 15px;
}
.glyphicon{
    padding: 0px 19px;
}
.msg1{
font-size: 26px;
    color: #fff;
    padding: 13px 0;
    font-weight: bold;
}
h4{
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 34px;
    color: #333;
}

a:hover,a:focus{
    outline: none;
    text-decoration: none;
}

.tab{ text-align: center; }
.tab .nav-tabs{
    display: inline-block;
    position: relative;
    border-bottom: none;
}
.tab .nav-tabs li{
    margin: 0;
}
.tab .nav-tabs li a{
    display: block;
    padding: 30px 20px 10px;
    background: #fff;
    font-size: 17px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #fff;
    margin-right: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a span{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #f2f2f2;
    margin: auto;
    font-size: 22px;
    color: #999;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    transform: rotate(45deg);
}
.tab .nav-tabs li.active a span{
    background: #29335c;
    color: #fff;
}
.tab .nav-tabs li a span i{
    transform: rotate(-45deg);
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover{
    color: #999;
    border: none;
    border-bottom: 2px solid #fff;
}
.tab .nav-tabs li.active a{
border-bottom: 2px solid #00b0f0;
    color: #00b0f0;}
.tab .tab-content{
    padding: 20px;
    margin-top: -5px;
    font-size: 17px;
    /*color: #757575;*/
    line-height: 26px;
    text-align: left;
    border-top: 1px solid #e5e5e5;
}
.tab .tab-content h3{
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 0;
    color: #333;
}
/*@media only screen and (max-width: 300px) {
    .logo img {
    padding: 9px;
    width: 114px !important;
}
.logo span {
    font-size: 19px !important;
    position: absolute;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 7px 0px !important;
}
}*/
@media only screen and (max-width: 600px){
    .tab .nav-tabs li a{
    display: block;
    padding: 21px 12px 12px !important;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #fff;
    margin-right: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li {
    width: 33%;
}
    .tab .nav-tabs li{
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    }
    .tab .nav-tabs li:last-child{
    margin-bottom: 0;
    }
    .logo img{
    padding: 9px;
    width: 134px;
    }
    .logo span{
    font-size: 23px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 0px;
    }


}

@media only screen and (max-width: 480px) {
.tab .nav-tabs li a{
    display: block;
    padding: 21px 12px 12px !important;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #fff;
    margin-right: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li {
    width: 33%;
}
   .logo img{
    padding: 9px;
    width: 148px !important;
    }
    .logo span{
    font-size: 23px !important;
    position: absolute;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 6px 0px !important;
    }
.msg1 {
    font-size: 16px;
    color: #fff;
    padding: 13px 0;
    font-weight: bold;
}
}
@media (min-width: 768px){

   .logo img{
    padding: 9px;
    width: 190px;
    }
    .logo span{
    font-size: 32px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 5px;
    }
.msg1 {
    font-size: 15px; 
    color: #fff;
    padding: 13px 0;
    font-weight: bold;
}
h3{

    font-size: 21px;
    line-height: 1.3em;
    margin: 14px;
}
}
@media (min-width: 1024px){

   .logo img{
    padding: 9px;
    width: 200px;
    }
    .logo span{
     font-size: 38px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 8px 6px;
    }
.msg1 {
    font-size: 21px;
    color: #fff;
    padding: 13px 0;
    font-weight: bold;
}
}

.nav-tabs a{
    position: relative;
    border: none;
    font-size: 28px;
    color: #FFFFFF;
    padding: 20px;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}

.nav-tabs a:after {
    content: "";
    background: #ccc;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px!important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}

.nav-tabs a:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}

