

@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
}
@media (max-width: 700px) {
    .first_section{
        padding-bottom: 50px;
    }
    .first_section .rightpart{
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 36px;
    }
    .first_section .rightpart h3 {
        color: #000;
        font-size: 30px;
        line-height: 41px;
        margin-bottom: 32px;
    }
    .navbar-light .navbar-nav .nav-link.nav-link-login{
        text-align: center;
        margin: 0;
        border-radius: 5px;
    }
    .reg-form{
        padding:  20px 15px;;
    }
    .first_section .leftpart {
        text-align: center;
        padding-top: 50px;
    }
    .first_section .leftpart img{
        max-width: 100%;
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .table-responsive table {
        border: 0;
    }
    .table-responsive table caption {
        font-size: 1.3em;
    }
    .table-responsive table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .table-responsive table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    .table-responsive table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: left !important;
    }
    .table-responsive table td::before {
        content: attr(data-label);
        float: right;
        font-weight: bold;
        text-transform: uppercase;
    }
    .table-responsive table td:last-child {
        border-bottom: 0;
    }
    .site-footer {
        padding-bottom: 30px;
    }
    .site-footer .part_green ul li{
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    .site-footer .part_white{
        text-align: center;
    }
    .site-footer .part_white .btn-footer-left {
        float: none;
        margin-top: 0;
    }
    .site-footer .part_white > h5{
        font-size: 14px;
    }
    .site-footer .part_white p{
        font-size: 12px;
    }
    .login_page {
        padding: 60px 18px;
    }
    .login_page form{
        max-width: 100%;
    }
    .wlecomeheader {
        height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .wlecomeheader h3{
        font-size: 40px;
    }
    .HomeAdvantages .iteem{
        margin-bottom: 25px;
    }
    .HowtoGetit{
        height: auto;
    }
    .HowtoGetit .step{
        position: relative !important;
        margin-bottom: 15px;
        width: 100%;
        top: inherit !important;
        left: inherit !important;
        right: inherit !important;
    }
    .HowtoGetit .divhr{
        display: none;
    }
    .banner{
        text-align: center;
        height: auto;
        padding-bottom: 80px;
    }
    .navbar-light .navbar-nav .nav-link.nav-link-accountname{
        width: 100%;
        margin: 0 auto;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .card.card1{
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .ticketslist .chat .itemm {
        margin-bottom: 20px;
    }
    .ticketslist .repaly button{
        bottom: 3px;
        left: 9px;
        top: inherit;
    }
    .ticketslist .repaly textarea{
        height: 100px
    }
    .clientdash .card2 .content h5{
        max-width: 100%;
        margin-bottom: 9px;
    }
    .cardsupport .diviteem {
        padding: 25px 8px;
        margin-bottom: 25px;
        text-align: center;
    }
    .cardsupport .diviteem h6{
        display: block;
        margin-bottom: 15px;
    }
    .cardsupport .diviteem a {
        float: none !important;
    }
    .startorder .header .item {
        width: 40px !important;
    }
    .startorder .header .item h6{
        display: none;
    }
    .startorder .header .num {
        height: 15px;
        width: 15px;
        padding-top: 2px;
        font-size: 8px !important;
        display: block !important
    }
    .startorder .header .item::after{
        top: 22px;
    }
    .startorder .header .item.active h6:last-of-type{
        display: block !important;
        width: 253px;
        position: absolute;
        text-align: right;
        right: 0;
        left: 0;
    }
    .startorder .step_3 .divupload img{
        max-width: 250px;
        margin: 0 auto;
    }
    .startorder .step_4 .question .answers {
        position: static;
        margin-bottom: 20px;
    }
    .startorder .step_4 .circle_result {
        height: 250px;
        width: 250px;
        max-width: 100%;
    }
    .clientcontent{
        padding-bottom: 0;
    }
    .SectionContactUs .cover{
        background-size: cover;
    }
    .aboutUsSec1 .partgreen .content{
        max-width: 99%;
    }
    .aboutUsSec1 .partgry li h6{
        font-size: 12px;
    }
    .btncommitmentcontract {
        top: -3px;
        left: 0px;
    }
    .dropdown-menu.show.right0 {
        left: 100%;
        right: inherit;
    }
    .startorder.confirmOrder .header .item {
        width: calc(96% /4) !important;
    }
}

@media (min-width:992px ) and  (max-width:1207px  ) {
    .container {
        max-width: 100%;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
    }
}
