div.tab {
    float: left;
    /*border: 1px solid #ccc;*/
    background-color: #58cbec;
    
    height: auto;
    box-shadow: 2px 0px 10px;
}

/* Style the buttons inside the tab */
* {box-sizing: border-box}
body {font-family: "Lato", sans-serif;}

div.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 9px 24px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
     border-bottom: 1px solid #fff;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    padding: 11px 35px;
   /* border: 1px solid #ccc;*/
    width: 70%;
    margin-left: 400px;
    height: auto;
}
.textcontant {
    background-color: #ebebeb;
    padding: 50px;
    box-shadow: 2px 0px 10px;
    font-size: 15px;
}
h3.head{
    color:#000;
    text-shadow: 1px 2px 3px #cdcdcd;
}
.textcontant p{
    color: #000;
    /*text-shadow: 1px 2px 3px #cdcdcd;*/
    font-size: 14px;
}
p.distancetext {
    background-color: #ebebeb;
    margin-top: 10px;
    padding: 90px;
    box-shadow: 2px 0px 10px;
}
.styletable{
    margin-top: 10px;
}
.thm-btn1 {
    position: relative;
    background: #48c7ec;
    font-size: 14px;
    line-height: 29px;
    font-weight: 600;
    color: #ffffff;
    border: 2px solid #48c7ec;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    padding: 0 38px;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn1:hover {
    background: transparent;
    color: #48c7ec;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.nav-tabs {
     border-bottom: none!important; 
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #000!important;
    background-color: #ccc!important;
}
.nav-pills>li>a {
    border-radius: 4px;
    color: #000;
}
.col-sm-4.sss {
    background-color: #58cbec;
     box-shadow: 2px 0px 10px;
}

.nav-stacked>li {
    float: none;
    border-bottom: 1px solid #fff!important;
}
.nav-pills>li>a {
    border-radius: 0px!important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
     border: 0px solid #ddd!important; 
    border-bottom-color: transparent;
}
.tab-content>.active {
    display: block;
    margin-top: 20px!important;
}
.video-caption.text-center {
    position: absolute;
    top: 38%;
    display: inline-block;
    width: 100%;
    background: rgba(0,0,0,0.3);
}
.img-caption .text-center{
    position: absolute;
    top: 38%;
    display: inline-block;
    width: 100%;
    background: rgba(0,0,0,0.3);
}