.header_first {	
    background: -webkit-linear-gradient(to right, #3ccdf9, #3deff9 650px, #3ccdf9 800px);
    background: -o-linear-gradient(to right, #3ccdf9, #3deff9 650px, #3ccdf9 800px);
    background: -moz-linear-gradient(to right, #3ccdf9, #3deff9 650px, #3ccdf9 800px);
    background: linear-gradient(to right, #3ccdf9, #3deff9 650px, #3ccdf9 800px);
}
.col-sm-4.text-center.border {
    border-right: 1px solid #3df7f6;
    border-bottom: 1px solid #3df7f6;
}
.col-sm-4.text-center.border-right {
    border-right: 1px solid #3df7f6;
}
.header_first .col-sm-4 {
    padding: 15px 0px;
    color: #2f527c;
    font-size: 18px;
}
.headeing h2 {
    text-align: center;
    color: #2d527c;
    font-weight: bolder;
}
ul.nav.nav-tabs li {
    width: 20%;
    text-align: center;
}
ul.nav.nav-tabs{
    border-bottom: none;
}
ul.nav.nav-tabs li.active a {
    border: none !important;
    background: #3ef7f9;
        padding-bottom: 12px;
}

ul.nav.nav-tabs li a {
	border-right:1px solid #3ef7f9;
	border-bottom:1px solid #3ef7f9;
	border-top:1px solid #3ef7f9;
    margin: 0;
    border-radius: 0;
}
ul.nav-tabs > li:nth-child(1) {
    border-left: 1px solid #3ef7f9;
}
.nav-tabs>li.active>a {
	    color: #2d527c;
}
.flight-main-area .col-sm-4 {
    text-align: center;
    border-right: 1px solid #3DF6F8;
}
.flight-main-area {
    margin-top: 35px;
    margin-bottom: 35px;
}
.flight-main-area p {
    font-size: 16px;
    color: #2d527c;
    font-weight: bold;
    padding-top: 20px;
    margin-bottom: 30px;
}
.flight-main-area input[type="text"] {
        border: none;
    border-bottom: 2px solid #2d527c;
    text-align: center;
    color: #2d527c;
    font-weight: bold;
}
.flight-main-area input[type="text"]:focus {
    outline: none !important;
}
.row.second-part {
    padding-top: 30px;
}
.second-part h1 {
    font-size: 70px;
    margin-top: 0;
    font-weight: lighter;
}
.slider.slider-horizontal .slider-track {
    height: 2px;
    width: 100%;
    margin-top: -1px;
    top: 58%;
    left: 0;
    background: #2d527c;
}
.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
   background: #2d527c;
}
.slider-handle {
    position: absolute;
    top: 0;
    width: 25px;
    height: 25px;
    background-color: #3DF6F8;
    background-image: -webkit-linear-gradient(top,#149bdf 0,#0480be 100%);
    background-image: -o-linear-gradient(top,#149bdf 0,#0480be 100%);
    background-image: linear-gradient(to bottom,#3DF6F8 0,#3DF6F8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);
    filter: none;
     -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); 
     box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); 
    border: 5px solid #2d527c;
}
.flight-main-area {
    margin-top: 35px;
    margin-bottom: 35px;
    padding-top: 15px;
    padding-bottom: 30px;
}

.flight-main-area .row {
    border: 1px solid #3ef7f9;
    margin: 10px 00px;
    padding: 20px 0;
}
.flight-main-area .row .col-sm-4:last-child {
    border: none;
}
.second-part .col-sm-8 {
    border-right: 1px solid #3ef7f9;
}
div.flight_plain div {
    list-style-type: none;
    cursor: pointer;
}
div.flight_plain span {
    font-size: 16px;
    color: #2d527c;
    font-weight: bold;
    padding-left: 15px;
}
div.flight_plain .arrow {
    content: " ";
    background-image: url(../images/arrow.png);
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
    margin-top: 25px;
    cursor: pointer;
}
div.flight_plain div {
    display: none;
}
div.flight_plain div.active {
    display: block;
}
button.sear-button {
    width: 100%;
    height: 50px;
    background: #3DF6F8;
    border: none;
    font-size: 16px;
    color: #2d527c;
    font-weight: bold;
}
.row.search-flight, .row .col-sm-12 {
    padding: 0;
    margin: 0;
    border: none;
}
.sear-button span {
    padding-left: 20px;
    display: inline-block;
    font-weight: normal !important;
}
a.icon-link {
    display: block;
    text-align: center;
    color: #2d527c;
}
.nav-tabs>li
{
    width: 24% !important;
}
