.maincontent{
    font-size: 14px;
}
.SearchSection {
    width: 100%;
    margin: 0 auto;
    position: relative;
    /* max-width: 1000px; */
    /* background: #f9f9f9; */
    display: block;
    min-height: 300px;
	padding: 50px 0px;
}

.skyBlue{
    background: #F2FBFF;
}
.SearchSection .left-visual img{
    width: auto;
    height: auto;
  }
.SearchSection .tabsWrapper {
    width: 100%;
    max-width: 1200px;
    height: 40px;
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    display: table;
}

.SearchSection .tabs1{padding: 0;margin:1em;}
.left-visual {
    width: 25%;
    display: inline-table;
    padding: 10px;
}
.tab-sect{width:75%; display: inline-block; vertical-align: top;}
.left-visual img{width:100%;}
.SearchSection .tabs1 li a{
    color:#6a6a6a;
}
.SearchSection .tabs1 li {
    display: inline-block;
    background-color: #f9f9f9;
    padding: 7px 15px;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #c8c8c8;
    font-weight: 400;
    color: #6a6a6a;
    margin: 4px 1px;
}
.SearchSection .tabs1 li:hover {
    background-color: #f0f7fa;
	border: 1px solid #005e9e;
	color: #005e9e;
}
.tab-sect li a{ text-decoration: none;}

.SearchSection .tabContent {
    width: 100%;
    background-color: #fff;
    padding: 15px;
    margin-top: 25px;
    border: 1px solid #e1e1e1;
}
.SearchSection h3 {
    color: #005e9c;
    font-weight: 600;
    font-size: 18px;
    margin:1em;
}
.SearchSection h3:after {
    background-color: #bbd4e5;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 85%;
}
.SearchSection h3:before {
    background-color: #bbd4e5;
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    vertical-align: middle;
    width: 10px; border:1px solid #bbd4e5;border-radius: 100%;
	margin-right:5px; top:-2px;
}

.SearchSection h3:after {
    left: 0.5em;
    margin-right: -50%;
}


@media screen and (max-width:700px){
.left-visual {display: none;}
.tab-sect {width: 100%;}
.SearchSection .tabs1 li {
    display: inline-block;
    background-color: #f9f9f9;
    padding: 7px 10px;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #c8c8c8;
    font-weight: 400;
    color: #6a6a6a;
    margin: 4px 1px;
    font-size: 12px;
}
}

.marginBottom{
    margin-bottom: 0 !important;
}

@media screen and (max-width:700px){
    .SearchSection {
        padding: 20px 0px;
    }
}