body {
    margin: 0px;
    padding: 0px;
    background: #f5f5f5;
    font-family: 'Lato';
   
}

.forms {
    float: left;
}

.container-loc {
    width: 100%;
    padding-right:0;
    padding-left:0;

}

/*input[type="button"] {
    color: white;
   
    font: inherit;
    border-radius: 4px;
    background: #6f8586;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}*/
/* small loc start */
.tab_box {
    padding: 20px 0 0 0;
}

/*.horizontalTab_Top_7 .resp-tabs-container .resp_margin .resp_bg {
    padding: 15px;
}*/

.talk p {
    width: 55%;
    font-size: 18px;
    float: left;
    line-height: 1.3;
    /*padding: 0 200px 0 0;*/
}

.talk p.zip {
    width: 75%;
    font-size: 18px;
    float: left;
    line-height: 1.3;
    /*padding: 0 390px 0 0;*/
}

.talk p.zip span {
   width: 75%;
}
.horizontalTab_Top ul.resp-tabs-list {
    padding: 0;
}
.horizontalTab_Top_7 {
	padding-bottom: 0;
}
.horizontalTab_Top_7 ul.resp-tabs-list li{
	margin-right:0;
	margin-left:0;
	background-color:#666666;
	border:0 solid #d0d0d0;
	float:right;
}

.horizontalTab_Top_7 ul.resp-tabs-list li:first-child{
	border-left:0 solid #d0d0d0;
}
.horizontalTab_Top_7 ul.resp-tabs-list li.resp-tab-active{
	background-color:#cccccc;
}
.horizontalTab_Top_7 ul.resp-tabs-list li span {
	color:#fff;
	font-size:18px;
	/*padding:14px 20px;*/
}
.horizontalTab_Top_7 ul.resp-tabs-list li.resp-tab-active span,
.horizontalTab_Top_7 ul.resp-tabs-list li.resp-tab-active:hover span{
	background-color:transparent;
	color:#464646;
}
.horizontalTab_Top_7 .resp-tabs-container{
	border:0px solid #d0d0d0;
}
.horizontalTab_Top_7 .resp-tabs-container .resp_margin{
	margin:0;
}
.horizontalTab_Top_7 .resp-tabs-container .resp_margin .resp_bg{
	background:url(images/tab_bg.jpg) right 120% center no-repeat #cccccc;
    /*background-position: right 100% bottom 50%;*/
	padding:30px 40px;
}


.horizontalTab_Top_7 ul.resp-tabs-list li:hover, 
.horizontalTab_Top_7 ul.resp-tabs-list li:hover span{
	color:#fff;
	/*background:#666666;*/
}

.horizontalTab_Top ul.resp-tabs-list li span {
    border: none;
    padding: 8px 15px;
    display: block;
    white-space: nowrap;
    cursor: pointer;
} 

/* small loc end */

ul.resp-tabs-list, p {
    margin: 0;
    padding: 0;
}



.resp-tabs-list li {
    font-weight: 400;
    font-size: 15px;
    display: inline-block;
    /*padding: 13px 30px;*/
    padding: 5px 10px;
    margin: 0 10px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
    background-color: lightgray;
    border-bottom: 4px solid lightgray;
    color:GrayText;
}

.resp-tabs-container {
    padding: 0;
    background-color: #fff;
    clear: left;
    
}

.resp-tab-content.resp-tab-content-active {
    padding: 0 0 0 0;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
    font-size: 13px;
     /*border-top: 1px solid #c1c1c1;*/
}

.resp-tab-active {
	/*border: 1px solid #c1c1c1 !important;
	border-bottom: 1px solid #6f8586 !important;*/
	margin-bottom: -1px !important;
	padding: 4px 10px 6px 10px !important;
	/*border-top: 4px solid #005B51 !important;*/
	/*border-bottom: 0px #fff solid !important;*/
    color: white !important;
     border-bottom: none;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}



h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}



/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}


/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }

        .horizontalTab_Top_7 .resp-tabs-container .resp_margin .resp_bg {
	    background: #cccccc;
	    padding:20px 20px;
}
    .horizontalTab_Top .resp-tab-active, .horizontalTab_Top .resp-tab-active:hover, .verticalTab_Left .resp-tab-active, .verticalTab_Left .resp-tab-active:hover, .verticalTab_Right .resp-tab-active, .verticalTab_Right .resp-tab-active:hover {
        background-color: #cccccc !important;
    }
    .talk p {
        width: 85%;
        font-size: 16px;
        float: left;
        line-height: 1.3;
        padding: 0;
        margin-bottom: 20px;
    }

    .talk p.zip {
        width: 85%;
        font-size: 16px;
        float: left;
        line-height: 1.3;
        padding: 0;
        margin-bottom:20px;
    }

    .talk p.zip span {
        width: 80%;
    }

    

    .forms input[type=text] {
        /*margin-top:20px;*/
        margin-bottom:20px;
     
    }

    .forms input[type=button] {
        border: none;
        outline: none;
        background-image: url(images/arrow3.png);
        background-repeat: no-repeat;
        background-position: center center;
        padding: 8px 5px;
        border-radius: 3px;
        width: 43px;
        float: left;
    }

}
