/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
    height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
body {
    font: 12px/18px Verdana, sans-serif;
    width: 100%;
    height: 100%;
}
.wrapper {
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
    min-height: 100%;
    height: auto;
}
.clear {
    clear: both;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
    /*height: 190px;*/
    margin-bottom: 18px;
}
    .header .lang-box {
        float: right;
        line-height: 45px;
        height: 45px;
    }
    .lang-box a > span {
        display: inline-block;
        height: 17px;
        width: 23px;
        border-radius: 5px;
        border-width: 1px;
        border-style: solid;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    .lang-box a:first-child {
        margin-right: 16px;
    }
    .lang-box .icon-ru {
        background: url("../img/lang.png") no-repeat scroll  0 0;
        border-color: #878787;
        margin-bottom: -4px;
    }
    .lang-box .icon-en {
        background: url("../img/lang.png") no-repeat scroll  -36px 0;
        border-color: #1d5b98;
        margin-bottom: -4px;
    }
    .menu {
        float: right;
        margin-right: 47px;
    }
    .menu ul li {
        display: inline-block;
        margin-left: 33px;
        height: 45px;
        line-height: 45px;
    }
    .menu ul li a, .header .lang-box a {
        color: #1995ea;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
    }
    .menu ul li a:hover, .header .lang-box a:hover, .menu ul li a.current {
        color: #ff8f44;
    }
    .header .logo {
        background: url("../img/logo.png") no-repeat center center;
        width: 323px;
        height: 37px;
        display: inline-block;
        float: left;
    }
    .header .search-box {
        float: right;
        height: 37px;
        line-height: 37px;
        margin-bottom: 17px;
    }
    .header #search-text {
        width: 378px;
        height: 37px;
        background-color: #e8e8e8;
        border-radius: 7px 0 0 7px;
        border: 0;
        font-size: 14px;
        color: #575757;
        padding:0 10px;
        float: left;
        /*line-height: 37px;*/
    }
    .header #search-text:focus {
        outline-offset: 0;
        outline-color: #fff;
    }
    .header .search-box .search-submit {
        height: 37px;
        border: 0;
        background-color: #ff6600;
        margin-left: -1px;
        border-radius: 0 7px 7px 0;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        padding: 0 32px;
        cursor: pointer;
        float: right;
    }
    .header .search-box .search-submit:hover {
        background-color: #1995ea;
    }
    .header .head-banner {
        width: 728px;
        height: 90px;
        margin: 0 auto;
        display: block;
    }

.breadcrumbs {
    color: #848484;
    height: auto;
    line-height: 12px;
    font-size: 12px;
    margin-bottom: 18px;
}
.breadcrumbs > a {
    text-decoration: none;
    color: #848484;
}
.breadcrumbs > a:hover, .breadcrumbs .current {
    color: #1995ea;
}
.breadcrumbs > span {
    padding: 0;
    word-wrap: break-word;
}
    .breadcrumbs > span.arrow {
    padding: 0 10px;
}
.breadcrumbs span > a {
    text-decoration: none;
    color: #848484;
}
.breadcrumbs span > a:hover, .breadcrumbs .current {
    color: #1995ea;
}
.breadcrumbs span> span {
    padding: 0;
    word-wrap: break-word;
}
.breadcrumbs span > span.arrow {
    padding: 0 10px;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
    display: flex;
    width: 100%;
    padding: 0 0 47px;
    position: relative;
}
.middle:after {
    display: table;
    clear: both;
    content: '';
}
.container {
    width: calc(100% - 540px);
    margin:0 0 65px 0;
}
.content {
    /*width: 438px;*/
}
.middle .name-section {
    background-color: #1995ea;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 24px;
    text-align: left;
}
.middle .name-section span{
    padding-left: 20px;
    display: inline-block;
}
.middle .name-section hr {
    width: 61.5%;
    height: 2px;
    margin: -2px 0 0 0;
    background-color: #1995ea;
    border: 0;
    display: block;
    text-align: left;
}
.content h1 {
    font-size: 21px;
    color: #ff6600;
    line-height: 20px;
    word-break: break-all;
}
.content .name-section h1 {
    color: #fff;
    font-size: 19px;
    height: 33px;
    padding: 0 0 0 20px;
    line-height: 30px;
    display: inline-block;
}
.content .driver-search {
    font-size: 14px;
    color: #383838;
    padding-left: 20px;
}
.content .driver-search .driver-desc {
    margin-bottom: 18px;
}
.content .driver-search .selectbox{
    width: 230px;
    border-radius: 7px;
    padding-left: 10px;
    height: 38px;
    margin-bottom: 11px;
    background-color:  #e8e8e8;
    cursor: pointer;
}
.content .driver-search .selectbox .trigger .arrow {
    background: url("../img/icon-select.png") no-repeat;
    height: 11px;
    overflow: hidden;
    position: absolute;
    right: 11px;
    top: 14px;
    width: 16px;
}
.selectbox .dropdown {
    background: none repeat scroll 0 0 #c9c7c7;
    font: 14px/18px Arial,Tahoma,sans-serif;
    margin: 0;
    padding: 0;
    top: 42px;
    width: 240px;
    border-radius: 7px;
    left: 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
.selectbox .dropdown li{
    line-height: 38px;
    padding-left: 10px;
}
.selectbox .dropdown li:hover{
    background-color: #ff6600;
    cursor: pointer;
    color: #fff;
}
.selectbox li.selected {
    background: none repeat scroll 0 0 #ff6600;
    color: #fff;
}
.selectbox .select {
    line-height: 38px;
}
.content .driver-search .selectbox .text {
    width: 230px;
}
.select-style {
    background: url("../img/icon-select.png") no-repeat scroll 200px center #e8e8e8;
    border-radius: 7px;
    float: right;
    height: 38px;
    margin-bottom: 11px;
    overflow: hidden;
    width: 230px;
}
/*.content .driver-search select::-moz-focus-inner { *//*Remove button padding in FF*//*
    padding: 0;
}
@-moz-document url-prefix() { *//* targets Firefox only *//*
    .content .driver-search  option {
        padding: 10px 0!important;
    }
}*/
.content .driver-search select option {
    padding: 10px 0!important;
}
.content .driver-search label {
    display: inline-block;
    float: left;
    line-height: 38px;
    margin-bottom: 11px;
    width: 155px;
}
.content .driver-search .driver-submit {
    height: 38px;
    line-height: 38px;
    border: 0;
    background-color: #ff6600;
    margin: 32px auto;
    border-radius: 7px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0 32px;
    cursor: pointer;
    display: block;
    width: 135px;
}
.content .driver-search .driver-submit:hover {
    background-color: #1995ea;
}
.content .manuf-box {
    margin-bottom: 32px;
    overflow: hidden;
}
.content .manuf-box li {
    display: inline-block;
    margin: 6px 12px 6px 0;
    text-align: center;
    line-height: 51px;
}
/*.content .manuf-box li a {
    height: auto;
    vertical-align: middle;
    display: inline-block;
}*/
.content .manuf-box li a img {
    vertical-align: middle;
    width: auto;
    height: auto;
}
.content .manuf-box li:nth-child(4n) {
    margin-right: 0;
}
.content .default-prod {
    color: #575757;
}
.default-prod table {
    max-width: 330px;
}
.default-prod table td {
    word-break: break-all;
}
.content .default-prod li {
    padding-left: 28px;
    position: relative;
}
.content .default-prod li:nth-child(2n) {
    background-color: #f3f2f3 ;
    padding-left: 28px;

}
.name-section.driver-box {
    margin-bottom: 0;
}
.content .default-prod .head{
    font-size: 18px;
    color: #ff6600;
    text-decoration: none;
    margin-bottom: 21px;
    display: inline-block;
    margin-top: 30px;
    word-break: break-all;
    padding-right: 28px;
   
}
.content .default-prod .head:hover{
    color: #1995ea;
}
.content .default-prod .name{
    color: #575757;
    font-size: 12px;
    font-weight: bold;
    min-width: 120px;
    padding: 5px 0;
}
.content .default-prod .more {
    display: inline-block;
    float: right;
    color: #1995ea;
    margin: 0 17px 15px 0;
}
.content .default-prod .more:hover {
    color: #ff6600;
}
.content .big-circle {
    height: 56px;
    width: 56px;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    background-color: #45a8ec;
    position: absolute;
    right: 15px;
    bottom: 65px;
    margin-bottom: -12px;
}
.content .small-circle {
    height: 48px;
    width: 48px;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    background-color: #fff;
    position: relative;
    top: 4px;
    left: 4px;
}
.icon-count {
    background: url("../img/count.png") no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 13px;
}
.small-circle span.number {
    position: absolute;
    top: 25px;
    left: 7px;
    font-size: 11px;
    width: 35px;
    text-align: center;
    color: #7a7a7a;
}
.content .info {
    height: 42px;
    line-height: 42px;
}
.content .info > a {
    color: #1995ea;
    text-decoration: none;
}
.content .info .tell, .content .info .report {
    float: left;
}
.content .info .tell {
    margin-right: 56px;
}
.content .info .manuf {
    float: right;
}
.content .info .manuf img {
    vertical-align: middle;
    height: auto;
    width: auto;
}
.content .info .icon-tell {
    background: url("../img/tell.png") no-repeat;
    width: 18px;
    height: 13px;
    display: inline-block;
    margin-bottom: -2px;
}
.content .info > a.tell:hover .icon-tell {
    background: url("../img/tell-hover.png") no-repeat scroll -5px -6px;
}
.content .info .icon-report{
    background: url("../img/report.png") no-repeat;
    width: 12px;
    height: 13px;
    display: inline-block;
    margin-bottom: -2px;
}
.content .driver-details {
    border-top: 2px solid #ff6600;
    position: relative;
    margin-bottom: 35px;
}
.content .driver-details .big-circle {
    bottom: 14px;
    right: 14px;
}
.content .driver-details table {
    width: 395px;
}
.content .driver-details table td {
    text-align: left;
    padding-left: 14px;
    width: 158px;
    word-break: break-all;
    padding-right: 26px;
}
.content .driver-details table td.name {
    text-align: right;
    background-color: #f3f2f3;
    font-weight: bold;
    color: #575757;
    padding: 7px 14px 7px;
    width: 190px;
}
.blue-color {
    color: #1995ea;
}
.content .driver-details table tr:first-child td{
    padding-top: 17px;
}
.content .driver-details table tr:last-child td{
    padding-bottom: 17px;
}
.content .info > a.report:hover .icon-report {
    background: url("../img/report-hover.png") no-repeat;
}
.content .info > a:hover {
    color: #ff6600;
}
.content .driver-banner {
    width: 336px;
    height: 280px;
    margin: 0 auto;
    display: block;
    /*background-color: #000;*/
}
.content .choice-driver {
    margin:35px 0 25px;
    border-top: 2px solid #1995ea;
}
.content .choice-driver .choice-text {
    color: #1995ea;
    margin: 16px 0;
}
.content .choice-driver table {
    color: #818081;
    width: 100%;
}
.content .choice-driver table th {
    background-color: #f3f2f3;
    width: 50%;
    padding: 10px;
}
.content .choice-driver td a {
    display: inline-block;
    color: #1995ea;
    margin: 0 0 2px 5px;
    text-decoration: none;
}
.content .choice-driver td .name {
    padding: 8px 0;
    color: #ff6600;
    font-size: 14px;
}
.content .choice-driver tr td {
    border-bottom: 2px solid #f3f2f3;
    vertical-align: middle;
}
.content .choice-driver tr td:first-child {
    padding: 5px 17px 12px 5px;
}
.content .choice-driver tr:last-child td {
    border-bottom: 0;
}
.content .choice-driver tr .first {
    border-right: 5px solid #fff;
}
.content .choice-driver .icon-download {
    background: url("../img/download.png") no-repeat;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin: 0 10px -1px 15px;
}
.content .choice-driver td a:hover {
    text-decoration: underline;
}
.content .choice-driver td a span {
   color: #6d6d6d;
   padding-left: 5px;
}
.content .pagination {
    margin-top: 48px;
    height: 30px;
    width: 100%;
    text-align: center;
}
.content .pagination  a {
    text-decoration: none;
    color: #000;
    line-height: 28px;
}
.content .pagination .prev{
    float: left;
}
.content .pagination ul {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}
.content .pagination ul li.cur-page, .pagination ul li:not(.ellipsis):hover{
    background-color: #1995ea;
    cursor: pointer;
}
body .content .pagination ul li:hover{
    font-weight:normal;
}

.content .pagination ul li.cur-page a, .content .pagination ul li:not(.ellipsis):hover a {
    color: #fff;
    cursor: pointer;
}
.content .pagination .prev:hover, .content .pagination .next:hover {
    text-decoration: underline;
    cursor: pointer;
}
.content .pagination .next {
    float: right;
}
.content .pagination ul li:not(.ellipsis) {
    display: inline-block;
    min-width: 28px;
    margin:0 2px;
    min-height: 28px;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
}

.content .pagination ul li.ellipsis {
    display: inline;
}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
    width: 200px;
    margin-right: 20px;
    position: relative;
}
.left-sidebar ul, .right-sidebar ul{
    padding-left: 28px;
}
.left-sidebar ul li, .right-sidebar ul li{
    margin-bottom: 10px;
}
.left-sidebar ul li a , .right-sidebar ul li a{
    color: #575757;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}
.left-sidebar ul li:hover a, .left-sidebar ul li a.current, .right-sidebar ul li:hover a {
    color: #1995ea;
}


/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
    order: 1;
    margin-left: 20px;
    width: 300px;
    position: relative;
}
.right-sidebar .sidebar-banner {
    width: 100%;
    height: 600px;
    margin-bottom: 35px;
}
.right-sidebar ul {
    padding-left: 0;
}
.right-sidebar ul li {
    width: 122px;
    padding-left: 28px;
    display: inline-block;
    float: left;
    word-wrap: break-word;
    word-break: break-word;
}

.mobile-list-toggle {
    display: none;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
    width: 980px;
    max-width: 100%;
    margin: -47px auto 0;
    height: 47px;
    position: relative;
    border-top: 2px solid #45a8ec;
}
.footer .menu {
    margin-right: 0;
}
.footer .copyright {
    float: left;
    line-height: 47px;
    color: #494949;
}
.footer .copyright a {
    line-height: 47px;
    color: #494949;
    text-decoration:none;
}

.driver-details td a{    
    display: inline-block;
    color: #1995ea;
    text-decoration: none;
}
.dr_form td{
    padding:5px;
}

.dr_form {
    width: 325px;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.submit-btn {
    height: 37px;
    border: 0;
    background-color: #ff6600;
    margin-left: -1px;
    border-radius: 7px;          
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0 32px;
    cursor: pointer;
}

.submit-btn:hover {
    background-color: #1995ea;
}

.input-field {
    width: 310px;
    background-color: #e8e8e8;
    border-radius: 7px;      
    border: 0;
    font-size: 14px;
    color: #575757;
    padding: 10px;
}

.input-field {
    outline: none;
    margin-bottom: 10px;
    margin-left: 10px;
}

.table-reg {
    margin-top: 20px;
}

.container.fullwidth{
    width:auto;   
}
.container.fullwidth .content{
   width:auto; 
}
.dcma p{
   margin:10px 0; 
}
.dcma ul{
   list-style: disc;
   padding-left:30px;   
}

.menu-toggle,
.menu-overlay,
.mobile-menu-close {
    display: none;
}


@media all and (max-width: 1023px) {
    .wrapper {
        max-width: calc(100% - 20px);
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer {
        max-width: calc(100% - 20px);
        padding-left: 10px;
        padding-right: 10px;
    }

    .header #search-text {
        width: 258px;
    }

    .middle .name-section {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .middle .name-section span {
        padding-left: 10px;
        padding-right: 10px;
    }

    .container {
        width: calc(100% - 220px - 150px - 20px);
    }

    .left-sidebar {
        width: 150px;
        margin-right: 10px;
    }

    .right-sidebar {
        width: 220px;
        margin-left: 10px;
    }

    .right-sidebar ul li {
        width: calc(50% - 10px);
        padding-left: 10px;
    }

    .left-sidebar ul,
    .right-sidebar ul {
        padding-left: 10px;
    }

    .left-sidebar ul li,
    .right-sidebar ul li {
        margin-bottom: 6px;
    }

    .left-sidebar ul li a,
    .right-sidebar ul li a {
        font-size: 12px;
    }

    .content .name-section h1 {
        font-size: 15px;
    }

    .content .default-prod .head + div {
        max-width: calc(100% - 80px) !important;
    }
}

@media all and (max-width: 1023px) and (min-width: 768px) {
    .content .default-prod li {
        padding-left: 14px;
    }

    .content .default-prod li:nth-child(2n) {
        padding-left: 14px;
    }
}

@media all and (max-width: 767px) {
    body {
        font-size: 16px;
        line-height: 1.4;
    }

    .header {
        position: relative;
        padding: 15px 0;
    }

    .menu ul li a,
    .header .lang-box a {
        font-size: 16px;
    }

    .header .head-banner {
        width: 100%;
    }

    .navigation .nav {
        display: none;
    }

    .menu-toggle {
        position: absolute;
        top: 18px;
        right: 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        width: 44px;
        height: 38px;
        padding: 7px 10px;
        border-radius: 2px;
    }

    .menu-toggle:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    .menu-toggle span {
        box-sizing: border-box;
        width: 100%;
        height: 4px;
        margin: 2px 0;
        background: #1995ea;
        border-radius: 4px;
    }

    .navigation.open .nav {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 280px;
        padding-top: 44px;
        padding-bottom: 10px;
        z-index: 2;
        background: #fff;
    }


    .navigation.open .menu-overlay {
        display: block;
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
    }

    .navigation.open .mobile-menu-close {
        display: block;
        position: absolute;
        z-index: 3;
        top: 5px;
        left: 241px;
        width: 34px;
        height: 34px;
        border-radius: 2px;
    }

    .navigation.open .mobile-menu-close:hover {
        background: rgba(0, 0, 0, 0.15);
    }

    .navigation.open .mobile-menu-close:before,
    .navigation.open .mobile-menu-close:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 24px;
        height: 4px;
        border-radius: 4px;
        background: #1995ea;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .navigation.open .mobile-menu-close:after {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .menu ul {
        padding: 0 20px;
    }

    .menu ul li {
        width: 100%;
        line-height: 1.4;
        margin: 0;
    }

    .header .lang-box {
        order: 1;
        padding-left: 20px;
    }


    .search-box {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .header #search-text {
        width: calc(100% - 130px);
    }

    .header .search-box .search-submit {
        width: 110px;
        text-align: center;
        padding: 0 14px;
    }

    .left-sidebar ul li a,
    .right-sidebar ul li a {
        font-size: 16px;
        display: block;
        margin-bottom: 15px;
    }

    .content .default-prod .name {
        font-size: 16px;
        padding: 5px;
    }

    .default-prod table td {
        word-break: break-all;
        padding: 15px 5px;
    }

    .content .big-circle {
        height: 88px;
        width: 88px;
        border-radius: 50px;
    }

    .content .small-circle {
        height: 80px;
        width: 80px;
        border-radius: 44px;
    }

    .icon-count {
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        background-size: contain;
    }

    .small-circle span.number {
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 16px;
        width: 55px;
    }

    .wrapper,
    .footer {
        width: 100%;
    }

    .middle {
        display: flex;
        flex-wrap: wrap;
    }

    .container {
        width: 100%;
        order: 2;
    }

    .right-sidebar {
        order: 4;
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }

    .right-sidebar ul {
        display: none;
    }

    .left-sidebar {
        width: 100%;
        margin-right: 0;
        order: 3;
    }

    .left-sidebar ul {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
    }

    .left-sidebar ul li {
        width: calc(50% - 30px);
        margin: 0 15px;
        box-sizing: border-box;
        word-break: break-word;
    }

    .footer {
        height: auto;
        padding: 15px;
        display: block;
        box-sizing: border-box;
    }

    .footer .copyright {
        width: 100%;
        text-align: center;
    }

    .footer .menu {
        width: 100%;
    }

    .footer .menu ul {
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: center;
    }

    .footer .menu li {
        width: auto;
        height: 25px;
        margin: 0 20px;
    }

    .right-sidebar ul {
        display: flex;
        flex-wrap: wrap;
    }

    .right-sidebar ul li {
        width: calc(50% - 20px);
        margin: 0 10px;
        padding: 0;
    }

    .mobile-list {
        height: 374px;
        overflow: hidden;
    }

    .mobile-list.open {
        height: auto;
    }

    .mobile-list-toggle {
        display: block;
        margin-bottom: 70px;
        padding-right: 20px;
    }

    .mobile-list-toggle > div {
        float: right;
        text-align: right;
        color: #1995ea;
        text-decoration: underline;
    }

    .mobile-list-toggle > div:hover {
        color: #ff6600;
    }

    .mobile-list-toggle .show-less {
        display: none;
    }

    .mobile-list.open + .mobile-list-toggle .show-more  {
        display: none;
    }

    .mobile-list.open +.mobile-list-toggle .show-less  {
        display: block;
    }

    .breadcrumbs {
        padding: 0 20px;
    }

    .middle > .container {
        box-sizing: border-box;
    }

    .g-recaptcha {
        margin-left: 0 !important;
    }

    .dr_form {
        width: 100%;
        position: relative;
    }

    .input-field {
        width: 90%;
        box-sizing: border-box;
        margin-left: 0;
    }

    .formcontact tr {
        display: flex;
        flex-direction: column;
    }

    .g-recaptcha > div {
        width: 100% !important;
        height: auto;
        box-sizing: border-box;
    }

    .content .driver-details table {
        width: 100%;
    }

    .content .driver-details .big-circle {
        right: auto;
        bottom: auto;
        margin: 10px auto 0;
    }

    .content .default-prod .head + div {
        max-width: calc(100% - 140px) !important;
    }

    .default-prod table {
        max-width: none;
    }
}

@media all and (max-width: 500px) {
    .container {
        width: 100%;
        margin: 0;
        padding: 15px 0;
    }



    .content .manuf-box ul {
        display: flex;
        flex-wrap: wrap;
    }

    .content .manuf-box li {
        width: calc(50% - 30px);
        margin: 0 15px;
    }

    .content .big-circle {
        position: relative;
        right: auto;
        bottom: auto;
    }

    .header .search-box {
        width: 100%;
        height: auto;
    }

    .header #search-text {
        width: 65%;
        box-sizing: border-box;
    }

    .header .search-box .search-submit {
        width: 35%;
    }

    .menu {
        margin: 0;
        width: 100%;
    }

    .header .logo {
        max-width: calc(100% - 60px);
        background-size: contain;
    }

    .menu ul li {
        width: 100%;
        text-align: center;
    }

    .content .default-prod li:nth-child(2n),
    .content .default-prod li {
        padding: 0 20px;
    }

    .content .driver-details table td {
        font-size: 14px;
    }

    .content .default-prod .head + div {
        max-width: 100% !important;
    }
}