@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700,900);
* {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: none;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
}
img {
    max-width: 100%;
}
.clear{
    clear: both;
}
.wrapper{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.main{
    width: 100%;
    float: left;
}
.header_area{
    width: 100%;
    float: left;
    padding: 22px 0 25px;
}
.header{
    width: 100%;
    float: left;
}
.logo{
    float: left;
}
.logo a{
    display: inline-block;
}
.right_section{
    float: right;
    margin-top: 35px;
}
.right_section p{
    color: #3da3e8;
    font-size: 20px;
    line-height: 34px;
    font-weight: normal;
    text-align: left;
}
.right_section p span{
    font-size: 30px;
    color: #ef8607;
}
nav{
    width: 100%;
    float: left;
    background: #3da3e8;
}
nav ul{
    width: 100%;
    float: left;
}
nav ul li{
    display: inline-block;
    float: left;
}
nav ul li a{
    display: block;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 36px;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
nav ul li a:hover{
    background: #1877b7;
}
nav input{display: none;}
.respo_menu{
    background: #015989;
    padding: 17px 10px;
    float: left;
    cursor: pointer;
    display: none;
}
.respo_menu span{
    width: 30px;
    float: left;
    position: relative;
    z-index: 999;
    height: 3px;
    background: #fff;
}
.respo_menu span:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -7px;
    height: 3px;
    background: #fff;
}
.respo_menu span:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 3px;
    background: #fff;
}
.banner_area{
    width: 100%;
    float: left;
    padding: 15px 0;
}
.banner{
    width: 100%;
    float: left;
}
.banner_column1{
    width: 33.45%;
    float: left;
    background: #ef8607;
    border-radius: 5px;
    overflow: hidden;
}
.banner_column1 p{
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}
.banner_column1 h3{
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    background: #3da3e8;
    padding: 11px 0 11px 13px;
    text-transform: uppercase;
}
.banner_column1 ul{
    width: 100%;
    float: left;
    padding: 8px 0 10px 13px;
}
.banner_column1 ul li{
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
    text-align: left;
}
.banner_column1 ul li:nth-child(1){
    background: url(../images/banner-icon1.png) left 8px no-repeat;
    padding-left: 30px;
}
.banner_column1 ul li:nth-child(2){
    background: url(../images/banner-icon2.png) left 8px no-repeat;
    padding-left: 30px;
}
.banner_column1 ul li:nth-child(3){
    background: url(../images/banner-icon3.png) left 6px no-repeat;
    padding-left: 30px;
}
.banner_column1 ul li:nth-child(4){
    background: url(../images/banner-icon4.png) left 6px no-repeat;
    padding-left: 30px;
}
.banner_column1 ul li:nth-child(5){
    background: url(../images/banner-icon5.png) left 4px no-repeat;
    padding-left: 30px;
}
.banner_column1 ul li:nth-child(6){
    background: url(../images/banner-icon6.png) left 6px no-repeat;
    padding-left: 30px;
}
.banner_column2{
    width: 65.7%;
    float: right;
}
.content_area{
    width: 100%;
    float: left;
}
.content{
    width: 100%;
    float: left;
}
.content_left{
    width: 21.1%;
    float: left;
}
.content_left_row{
    margin-bottom: 15px;
    width: 100%;
    float: left;
    border-radius: 5px;
    border: solid 1px #e0e0e0;
    overflow: hidden;
}
.row2 ul{
    width: 100%;
    float: left;
    padding: 10px;
}
.row2 ul li{
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-weight: normal;
    color: #707070;
    text-align: left; 
    background: url(../images/list-arrow.png) left 10px no-repeat;
    padding-left: 10px;
}
.row2 ul li a{
    color: #707070;
    display: block;
    float: left;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.row2 ul li a:hover{
    color: #3da3e8;
}
.content_left_row h3{
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    background: #3da3e8;
    padding: 2px 8px;
}
.content_left_row .responsive-tabs__heading {
    display: none;
}

.content_left_row .responsive-tabs__list__item {
    display: inline;
    cursor:pointer;
}

.content_left_row .responsive-tabs-wrapper {
    clear: both;
    zoom: 1;
    float:left;
    width: 100%;
}

.content_left_row .responsive-tabs-wrapper:before, .content_left_row .responsive-tabs-wrapper:after {
    content: "";
    display: table;
}

.content_left_row .responsive-tabs-wrapper:after {
    clear: both;
}

.content_left_row .responsive-tabs__list {
    width:100%;
    font-size: 1.2em;
    padding: 0;
    line-height: 1em;
    float:left;
}

.content_left_row .responsive-tabs__list__item{
    border-bottom: none ;
    margin-right: 23px;
    font-size: 14px;
    line-height: 34px;
    font-weight: normal;
    color:#707070;
    float:left;
    background: url(../images/radio.png) center bottom no-repeat;
    padding-bottom: 10px;
}
.content_left_row .responsive-tabs__list li:last-child{
    margin-right: 0;
}
.content_left_row .responsive-tabs__list li:first-child{
    padding-left: 15px;
}
.content_left_row .responsive-tabs__list__item{
    float: left;
}
.content_left_row .responsive-tabs__list__item:hover {
    /*color: #d00300;*/
}
.content_left_row .responsive-tabs__list__item--active, .content_left_row .responsive-tabs__list__item--active:hover {
    background: url(../images/radio-active.png) center bottom no-repeat;
    padding-bottom: 10px;
}
.content_left_row .responsive-tabs__panel {
    padding: 5px 10px;
    width:100%;
    overflow:hidden;
    float:left;
}
.content_left_row .responsive-tabs ul {
    list-style:none;
}
.select_area{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.select_area li{
    width: 100%;
    float: left;
    display:  inline-block;
    margin-bottom: 10px;
}
.select_area li:last-child{
    margin-bottom: 0px;
}
.select_area li select{
    border: solid 1px #a4a4a4;
    background: url(../images/select-icon.jpg) right top no-repeat;
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    color: #707070;
    padding-left: 5px;
}
.content_left_row .responsive-tabs input[type="submit"]{
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
    line-height: 34px;
    font-weight: normal;
    color: #fff;
    background: #3da3e8;
    float: left;
    padding: 0 30px;
    border-radius:4px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.75);
}
.content_left_row .responsive-tabs input[type="submit"]:hover{
    position: relative;
    top: 2px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.75);
}
.content_right{
    width: 100%;
    float: right;
}
.product_listing{
    width: 100%;
    float: left;
}
.product_listing li:nth-child(2n){
    margin-right: 0;
}
.product_listing li{
    position: relative;
    width: 49%;
    float: left;
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 1%;
    border: solid 1px #e0e0e0;
    border-bottom: 10px solid #3da3e8;
    border-radius: 5px;
}
.product_listing li img {
    display: block;
}
.product_listing li span {
    padding: 0 60px 0 100px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -10px;
    z-index: 1;
    background: url(../images/link_bg.png) left center no-repeat;
    font-size: 24px;
    color: #FFF;
    font-weight: bold;
    line-height: 48px;
    border-radius: 0 0 5px 0;
    transition: 300ms all;
    -moz-transition: 300ms all;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    -ms-transition: 300ms all;
}
.product_listing li span:after {
    padding-left: 10px;
    content: "";
    width: 10px;
    height: 48px;
    display: block;
    background: url(../images/link-arrow.png) center center no-repeat;
    float: right;
    transition: 300ms all;
    -moz-transition: 300ms all;
    -webkit-transition: 300ms all;
    -o-transition: 300ms all;
    -ms-transition: 300ms all;
}
.product_listing li:hover span {
    padding-right: 40px;
}
.product_listing li:hover span:after{
    padding-left: 30px;
}
.footer_area{
    width: 100%;
    float: left;
    background: #3da3e8;
    padding: 20px 0;
    margin-top: 20px;
}
.footer{
    width: 100%;
    float: left;
}
.footer_column{
    width: 25%;
    float: left;
}
.footer_column h4{
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    margin-bottom: 5px;
}
.footer_column ul{
    width: 100%;
    float: left;
}
.footer_column ul li{
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
    text-align: left;
    display: inline-block;
    float: left;
    width: 100%;
}
.footer_column ul li a{
    color: #fff;
}
.footer_column p{
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
    text-align: left;
}
.column2 input[type="text"]{
    width: 80%;
    height: 40px;
    border-radius: 5px;
    padding-left: 10px;
}
.column2 a{
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    padding: 0 20px;
    border-radius: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb255+0,ef8708+100 */
    background: rgb(255,178,85); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,178,85,1) 0%, rgba(239,135,8,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,178,85,1) 0%,rgba(239,135,8,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,178,85,1) 0%,rgba(239,135,8,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb255', endColorstr='#ef8708',GradientType=0 ); /* IE6-9 */
    display: inline-block;

}
.column1{
    width: 20%;
}
.column2{
    width: 30%;
}
.column3{
    width: 30%;
}
.column4{
    width: 20%;
}
.mini_footer_area{
    width: 100%;
    float: left;
    background: #368fcb;
    padding: 12px 0;
}
.mini_footer{
    width: 100%;
    float: left;
}
.mini_footer p{
    font-size: 16px;
    line-height: 45px;
    font-weight: normal;
    color: #fff;
    text-align: left;
}
/*---------------------respo_menu---------------------------*/

.responsive_menu {
    position: relative;
    display: none;
    float: left;
    background: transparent;
}

.responsive_menu li {
    display: inline;
    float: right;
    cursor: pointer;
    margin-right: 20px;
}

.responsive_menu li ul {
    width: 200px;
    background: #1e7dbd;
    position: absolute;
    left: 0;
    top: 50px;
    transition: 300ms all;
    -moz-transition: 300ms all;
    -webkit-transition: 300ms all;
    opacity: 0;
    z-index: 1000;
    height: 0px;
    overflow: hidden;
}

.responsive_menu li.open ul {
    opacity: 1;
    top: 50px;
    height: auto;
}

.responsive_menu li ul li{
    display: block;
    float: left;
    width: 100%;
}

.responsive_menu li ul li a {
    padding: 0 15px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #056cb1;
    transition: 300ms all;
    -moz-transition: 300ms all;
    -webkit-transition: 300ms all;
    font-family:sans-serif;
    font-size: 14px;
}

.responsive_menu li ul li a:hover {
    background: #056cb1;
    color: #fff;
}
.responsive_menu li ul li a.active{
    background: #056cb1;
    color: #fff;
}
.menu {
    padding: 10px 0;
    width: 50px;
    height: 50px;
    display: block;
    float: right;
}

.menu .line {
    width: 30px;
    height: 3px;
    background: #1e7dbd;
    display: inline-block;
    position: relative;
    top: 10px;
}

.menu .line:before {
    width: 30px;
    height: 3px;
    background: #1e7dbd;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    transition: 300ms all;
    -moz-transition: 300ms all;
    -webkit-transition: 300ms all;
}

.menu .line:after {
    width: 30px;
    height: 3px;
    background: #1e7dbd;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 8px;
    transition: 300ms all;
    -moz-transition: 300ms all;
    -webkit-transition: 300ms all;
}

.open {
    background: #1e7dbd;
}

.open .line {
    width: 30px;
    height: 3px;
    background: transparent;
    display: inline-block;
    position: relative;
    top: 10px;
}

.open .line:before {
    width: 30px;
    height: 3px;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.open .line:after {
    width: 30px;
    height: 3px;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
/*---------------------respo_menu---------------------------*/
.why_choose_us{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.why_choose_us h3{
    font-size: 25px;
    line-height: 20px;
    font-weight: bold;
    color: #ef8607;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}
.why_choose_us p{
    font-size: 23px;
    line-height: 20px;
    font-weight: normal;
    color: #3da3e8;
    text-align: center;
    font-style: italic;
    margin-bottom: 30px;
}
.why_choose_us ul{
    width: 85%;
    margin: auto;
}
.why_choose_us ul li{
    width: 50%;
    float: left;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    color: #585858;
    font-weight: normal;
    margin-bottom: 10px;
}
.why_choose_us ul li:nth-child(3n){
    margin-bottom: 0px;
}
.why_choose_us ul li:nth-child(1){
    background: url(../images/banner-icon-brown1.png) left top no-repeat;
    padding-left: 30px;
}
.why_choose_us ul li:nth-child(2){
    background: url(../images/banner-icon-brown2.png) left top no-repeat;
    padding-left: 30px;
}
.why_choose_us ul li:nth-child(3){
    background: url(../images/banner-icon-brown3.png) left top no-repeat;
    padding-left: 30px;
}
.why_choose_us ul li:nth-child(4){
    background: url(../images/banner-icon-brown4.png) left top no-repeat;
    padding-left: 30px;
}
.why_choose_us ul li:nth-child(5){
    background: url(../images/banner-icon-brown5.png) left top no-repeat;
    padding-left: 30px;
}
.why_choose_us ul li:nth-child(6){
    background: url(../images/banner-icon-brown6.png) left top no-repeat;
    padding-left: 30px;
}
.listing h3{
    font-size: 20px;
    line-height: 45px;
    color: #fff;
    font-weight: normal;
    background: #368fcb;
    border-radius: 5px 5px 0 0;
    padding-left: 10px;
}
.listing{
    border-radius: 5px 5px 0 0;
}

.content_right_list {
    margin-bottom: 15px;
    border-top: none;
}
.click_img{
    width: 100%;
    float: left;
    padding-left: 30px;
    padding-bottom: 20px;
}
.container_right p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #505050;
}
.listing_row1_col2{width: 50%;float: left;padding: 0 20px;}
.gallery_list {
    width: 50%;
    position: relative;
    float: left;
}
.thumbnails {
    list-style: none;
    font-size: 0;
}
.thumbnails li {
    display: inline-block;
    margin-right: 1%;
    text-align: center;
    vertical-align: middle;
    float: left;
}
.thumbnails li:hover .item-hugger { background: white; }
.thumbnails li:hover .item-hugger .title { color: #000; }
.thumbnails input[name="select"] { display: none; }
.thumbnails .item-hugger {
    position: relative;
    margin: 5px 0;
    background: #f2f2f2;
    transition: all 150ms ease-in-out;
    border: solid 1px #ebebeb;
    z-index: 999;
}
.thumbnails label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.thumbnails .title {
    padding: 20px 0 0;
    font-size: 18px;
    color: #555;
    transition: all 150ms linear;
}
.thumbnails .thumb-image {
    height: 90px;
    width: 90px;
}
.thumbnails .content2 {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 540px;
    width: 100%;
    height: 540px;
    opacity: 0;
    transition: all 150ms linear;
    display: flex;
    border: solid 1px #ebebeb;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.thumbnails input[name="select"]:checked + .item-hugger {
    background: white;
    border: solid 1px #015989;
}
.thumbnails input[name="select"]:checked ~ .content2 { opacity: 1; }
.white-box {
    height: 540px;
    overflow: hidden;
}
.listing_row1{
    padding: 15px;
    width: 100%;
    border: solid 1px #cecece;
    float: left;
}
.listing_row2{
    width: 100%;
    float: left;
    border-top:solid 10px #ef8607;
    border-radius: 5px;
    margin-top: 45px;
    position: relative;
}
.listing_row2 h4{
    font-size: 20px;
    line-height: 45px;
    color: #fff;
    float: left;
    position: absolute;
    top: -45px;
    padding: 0 160px 0 10px;
    background:url(../images/bg_h.png) left top no-repeat;
}
.listing_row2 ul .border{
    width: 100%;
    float: left;
    padding: 10px;
    border: solid 1px #cecece;
}
.listing_row2 ul li{
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #3a3a3a;
    font-weight: normal;
    background: url(../images/tick.png) left 6px no-repeat;
    padding-left: 30px;
    margin-bottom: 5px;
}
.listing_row2 ul li:last-child{
    margin-bottom: 0;
}
.listing_row2 span{
    font-size: 20px;
    line-height: 26px;
    color: #ef8607;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.listing_row2 p{
    font-size: 16px;
    line-height: 26px;
    color: #3a3a3a;
    font-weight: normal;
    margin-bottom: 5px;
}
.listing_row3{
    width: 100%;
    float: left;
    margin-top: 10px;
}
/*=============tab-css==============*/

.top_btn_list{
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
}
.top_btn_list li{
    display: inline-block;
    float: left;
    margin-right: 1px;
    width: 100%;
}
.top_btn_list li:nth-child(1) label{
    left: 0;
}
.top_btn_list li:nth-child(2) label{
    left: 114px;
}
.top_btn_list li:nth-child(3) label{
    left: 228px;
}
.top_btn_list li:nth-child(4) label{
    left: 394px;
}
.top_btn_list li label {
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0;
    background: #368fcb;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}
.top_btn_list li label a{color: #fff;text-decoration: none;display: block;padding: 10px 0;}
.label_btn:hover {
    background: #ef8607;
}
.top_btn_list li:last-child {
    margin-right: 0;
}
.top_label_btn {
    width: 100%;
    float: left;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
.radio_btn {
    display: none;
}
.label_btn {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #fff;
    float: left;
}
.content_tab {
    width: 100%;
    float: left;
    padding: 10px 15px;
    display: none;
    margin-top: 45px;
    text-align: left;
    border: solid 1px #dadada;
}
.radio_btn:checked + .label_btn {
    background: #ef8607;
}
#rad1:checked ~ #cont1,
#rad2:checked ~ #cont2,
#rad3:checked ~ #cont3,
#rad4:checked ~ #cont4{
    display: block;
}
.content_tab p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: #3a3a3a;
}
.content_tab p b {
    font-size: 16px;
}
@media only screen and (max-width:1100px){
    .wrapper{
        width: 96%;
    }
    .nav{
        width: 100%;
    }
}
@media only screen and (max-width:980px){
    .banner_column2{
        width: 100%
    }
    .banner_column1{
        width: 100%
    }
    .clone img,.lslide img{
        width: 100%;
    }
    .banner_column1 h3{
        text-align: center;
    }
    .banner_column1 ul li{
        text-align: center;
        background: none !important;
        padding-left: 0 !important;
        line-height: 24px;
    }
    .responsive-tabs__list__item{
        margin-right: 14px;
    }
    .product_listing li span::after{
        width: auto;
    }
    /*responsive_menu_start*/
    .respo_menu{display: block;}
    nav{position: relative;}
    nav ul li{width: 100%;}
    nav ul li a:before{display: none;}
    nav ul li a{padding: 10px;}
    nav ul li a:hover{background: #009dc8;}
    nav ul{position: absolute;left: 0;right: 0;background: #015989;
           transition: all 150ms ease-out;-o-transition: all 150ms ease-out;-ms-transition: all 150ms ease-out;-moz-transition: all 150ms ease-out;-webkit-transition: all 150ms ease-out;}
    nav input:checked ~ ul{top: 70px;z-index: -999;opacity: 0;}
    nav input:not(checked) ~ ul{top: 38px;z-index: 999;opacity: 1;}
    /*responsive_menu_end*/
    .gallery_list, .listing_row1_col2 {width: 100%; padding: 0;}
}
@media only screen and (max-width:800px){
    .header_area {
        padding: 12px 0 5px;
    }
    .logo{
        width: 100%;
        text-align: center;
    }
    .right_section{
        margin-top: 0;
        width: 100%;
    }
    .right_section p{
        text-align: center;
        font-size: 21px;
    }
    .listing_row3 .responsive-tabs__list__item{
        font-size: 11px;
    }
    .content_left{
        display: none;
    }
    .content_right{
        width: 100%;
    }
    .why_choose_us ul{
        width: 95%;
    }
}
@media only screen and (max-width:768px){
    .footer_column {
        width: 50% !important;
        text-align: center;
    }
    .column2 input[type="text"]{
        text-align: center;
    }
    .column2{
        min-height: 180px;
    }
    .footer_column h4{
        text-align: center;
    }
    .footer_column ul li,.footer_column p{
        text-align: center;
    }
    .mini_footer p{
        text-align: center;
    }
    /*tab-css*/
    .top_btn_list li label{
        position: static;
        width: 100% !important;
        margin: 0;
        outline: none !important;
        background: #368fcb url(../images/plus.png) right center no-repeat;
        text-align: left;
        color: #fff;
        border-radius: 0;
        padding-left: 10px;
    }
    .top_btn_list li{
        margin-bottom: 1px;
    }
    .content_tab{
        margin-top: 0px;
    }
    .top_btn_list li label:hover{
        background: #368fcb url(../images/plus.png) right center no-repeat;
        border: none;
    }
    .radio_btn:checked + .label_btn{
        background: #ef8607 url(../images/minus.png) right center no-repeat;
        color: #fff;
        border: none;
    }
    .product_listing{
        width:  57%;
        margin: auto;
        float: none;
    }
    .product_listing li{
        width:  100%;
    }
}
@media only screen and (max-width:640px){
    .footer_column{
        width: 100% !important;
        margin-top: 10px;
    }
    .footer_column ul li{
        line-height: 24px;
    }
    .footer_area{
        margin: 0;
        padding: 10px 0;
    }
    .column2{
        min-height: 0;
    }
    .why_choose_us ul li{
        width: 100%;
    }
    .why_choose_us ul li:nth-child(3n){
        margin-bottom: 30px;
    }
    .product_listing{
        width: 68%;
    }
}
@media only screen and (max-width:480px){
    .right_section p {
        font-size: 18px;
    }
    .right_section {
        padding: 0;
    }
    .product_listing{
        width: 91%;
    }
}
@media only screen and (max-width:360px){
    .product_listing {
        width: 100%;
    }
    .content_right ul li span::after{
        display: none;
    }
    .content_right ul li:hover span::after{
        display: none;
    }
    .product_listing li span{
        padding: 0 30px 0 80px;
    }
}

















