@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

#cssmenu,

#cssmenu ul,

#cssmenu ul li,

#cssmenu ul li a,

#cssmenu #menu-button {

  margin: 0;

  padding: 0;

  border: 0;

  list-style: none;

  line-height: 1;

  display: block;

  position: relative;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

#cssmenu:after,

#cssmenu > ul:after {

  content: ".";

  display: block;

  clear: both;

  visibility: hidden;

  line-height: 0;

  height: 0;

}

#cssmenu #menu-button {

  display: none;

}

#cssmenu {

  font-family: Montserrat, sans-serif;

  background: #;

}

#cssmenu > ul > li {

  list-style: none; float: left; border-right: 3px solid #333;

}

#cssmenu.align-center > ul {

  font-size: 0;

  text-align: center;

}

#cssmenu.align-center > ul > li {

  display: inline-block;

  float: none;

}

#cssmenu.align-center ul ul {

  text-align: left;

}

#cssmenu.align-right > ul > li {

  float: right;

}

#cssmenu > ul > li > a {color: #ffffff;font-size: 17px;padding: 12px 15px;text-decoration: none;text-shadow: 0 0 0 rgba(0, 0, 0, 0.7);text-transform: uppercase; font-family: arial; font-weight: bold; float: left; z-index: 999999!important; 

}

#cssmenu > ul > li:hover > a {

  color: #ffffff;

}

#cssmenu > ul > li.has-sub > a {

  padding-right: 30px;

}

#cssmenu > ul > li.has-sub > a:after {

  position: absolute;

  top: 22px;

  right: 11px;

  width: 8px;

  height: 2px;

  display: block;

  background: #dddddd;

  content: '';

}

#cssmenu > ul > li.has-sub > a:before {

  position: absolute;

  top: 19px;

  right: 14px;

  display: block;

  width: 2px;

  height: 8px;

  background: #dddddd;

  content: '';

  -webkit-transition: all .25s ease;

  -moz-transition: all .25s ease;

  -ms-transition: all .25s ease;

  -o-transition: all .25s ease;

  transition: all .25s ease;

}

#cssmenu > ul > li.has-sub:hover > a:before {

  top: 23px;

  height: 0;

}

#cssmenu ul ul {

  position: absolute;

  left: -9999px;

}

#cssmenu.align-right ul ul {

  text-align: right;

}

#cssmenu ul ul li {

  height: 0;

  -webkit-transition: all .25s ease;

  -moz-transition: all .25s ease;

  -ms-transition: all .25s ease;

  -o-transition: all .25s ease;

  transition: all .25s ease;

}

#cssmenu li:hover > ul {

  left: auto;

  z-index: 99999;

}

#cssmenu.align-right li:hover > ul {

  left: auto;

  right: 0;

}

#cssmenu li:hover > ul > li {

  height: 35px;

}

#cssmenu ul ul ul {

  margin-left: 100%;

  top: 0;

}

#cssmenu.align-right ul ul ul {

  margin-left: 0;

  margin-right: 100%;

}

#cssmenu ul ul li a {

  border-bottom: 1px solid #333;

  padding: 11px 15px;

  width:144px;

  font-size: 12px;

  text-decoration: none;

  color: #fff;

  font-weight: 400;

  background: #000;

  font-family: arial;

   

}

#cssmenu ul ul li:last-child > a,

#cssmenu ul ul li.last-item > a {

  border-bottom: 0;

}

#cssmenu ul ul li:hover > a,

#cssmenu ul ul li a:hover {

  color: #ffffff;

  z-index: 999999!important;

}

#cssmenu ul ul li.has-sub > a:after {

  position: absolute;

  top: 16px;

  right: 11px;

  width: 8px;

  height: 2px;

  display: block;

  background: #dddddd;

  content: '';

}

#cssmenu.align-right ul ul li.has-sub > a:after {

  right: auto;

  left: 11px;

}

#cssmenu ul ul li.has-sub > a:before {

  position: absolute;

  top: 13px;

  right: 14px;

  display: block;

  width: 2px;

  height: 8px;

  background: #dddddd;

  content: '';

  -webkit-transition: all .25s ease;

  -moz-transition: all .25s ease;

  -ms-transition: all .25s ease;

  -o-transition: all .25s ease;

  transition: all .25s ease;

}

#cssmenu.align-right ul ul li.has-sub > a:before {

  right: auto;

  left: 14px;

}

#cssmenu ul ul > li.has-sub:hover > a:before {

  top: 17px;

  height: 0;

}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

  #cssmenu {

    width: 100%;

  }

  #cssmenu ul {

    width: 100%;

    display: none;

  }

  #cssmenu.align-center > ul {

    text-align: left;

  }

  #cssmenu ul li {

    width: 100%;

    border-top: 1px solid rgba(120, 120, 120, 0.2);

  }

  #cssmenu ul ul li,

  #cssmenu li:hover > ul > li {

    height: auto;

  }

  #cssmenu ul li a,

  #cssmenu ul ul li a {

    width: 100%;

    border-bottom: 0;

  }

  #cssmenu > ul > li {

    float: none;

  }

  #cssmenu ul ul li a {

    padding-left: 25px;

  }

  #cssmenu ul ul ul li a {

    padding-left: 35px;

  }

  #cssmenu ul ul li a {

    color: #dddddd;

    background: none;

  }

  #cssmenu ul ul li:hover > a,

  #cssmenu ul ul li.active > a {

    color: #ffffff;

  }

  #cssmenu ul ul,

  #cssmenu ul ul ul,

  #cssmenu.align-right ul ul {

    position: relative;

    left: 0;

    width: 100%;

    margin: 0;

    text-align: left;

  }

  #cssmenu > ul > li.has-sub > a:after,

  #cssmenu > ul > li.has-sub > a:before,

  #cssmenu ul ul > li.has-sub > a:after,

  #cssmenu ul ul > li.has-sub > a:before {

    display: none;

  }

  #cssmenu #menu-button {

    display: block;

    padding: 17px;

    color: #dddddd;

    cursor: pointer;

    font-size: 12px;

    text-transform: uppercase;

    font-weight: 700;

  }

  #cssmenu #menu-button:after {

    position: absolute;

    top: 22px;

    right: 17px;

    display: block;

    height: 4px;

    width: 20px;

    border-top: 2px solid #dddddd;

    border-bottom: 2px solid #dddddd;

    content: '';

  }

  #cssmenu #menu-button:before {

    position: absolute;

    top: 16px;

    right: 17px;

    display: block;

    height: 2px;

    width: 20px;

    background: #dddddd;

    content: '';

  }

  #cssmenu #menu-button.menu-opened:after {

    top: 23px;

    border: 0;

    height: 2px;

    width: 15px;

    background: #ffffff;

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg);

  }

  #cssmenu #menu-button.menu-opened:before {

    top: 23px;

    background: #ffffff;

    width: 15px;

    -webkit-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    transform: rotate(-45deg);

  }

  #cssmenu .submenu-button {

    position: absolute;

    z-index: 99;

    right: 0;

    top: 0;

    display: block;

    border-left: 1px solid rgba(120, 120, 120, 0.2);

    height: 46px;

    width: 46px;

    cursor: pointer;

  }

  #cssmenu .submenu-button.submenu-opened {

    background: #262626;

  }

  #cssmenu ul ul .submenu-button {

    height: 34px;

    width: 34px;

  }

  #cssmenu .submenu-button:after {

    position: absolute;

    top: 22px;

    right: 19px;

    width: 8px;

    height: 2px;

    display: block;

    background: #dddddd;

    content: '';

  }

  #cssmenu ul ul .submenu-button:after {

    top: 15px;

    right: 13px;

  }

  #cssmenu .submenu-button.submenu-opened:after {

    background: #ffffff;

  }

  #cssmenu .submenu-button:before {

    position: absolute;

    top: 19px;

    right: 22px;

    display: block;

    width: 2px;

    height: 8px;

    background: #dddddd;

    content: '';

  }

  #cssmenu ul ul .submenu-button:before {

    top: 12px;

    right: 16px;

  }

  #cssmenu .submenu-button.submenu-opened:before {

    display: none;

  }

}



.sub_menu_new{ float: left;}



/*design changes*/
#cssmenu > ul > li.menu-item-has-children > a {
    padding-right: 30px;
}
#cssmenu > ul > li > a{
    position: relative;
}
#cssmenu > ul > li.menu-item-has-children > a:before {
    position: absolute;
    content: '';
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu > ul > li.menu-item-has-children > a:after {
    position: absolute;
    top: 21.8px;
    right: 11px;
    width: 9px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}
#cssmenu > ul > li.menu-item-has-children:hover > a:before {
    top: 23px;
    height: 0;
}
.entries{
    width: 100%;
}
.rentals_head{
    width: 100%;
}
.entries_rgt{
    width: 95%;
    padding: 26px 25px 26px 24px;
}
.part_rgt img {
    display: block;
}
.pf-content3_text p {
    margin: 0px 0px 20px;
}

.pb-0{
    padding-bottom:0px;
}
.entries-or{
  width: 70%;
}
.Used_head_cont-or{
    width: 100%;
}
.Used_head_cont{
    width: 100%;
}
.Used_head_cont_lft-or-or{
    width: 141px;
    width: 54.4%;
    height: auto;
}
.Used_head_cont_cent-or{
    width: 148px;
    width: 60%;
}
.Used_head_cont_rgt-or{
    width: 144px;
    width: 24%;
}

.margin{
    width: 1250px;
}
.n2-ss-slider.n2-ss-loaded .n2-ss-layers-container {
    max-width: 1175px !important;
}
.menu_lft{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.n2-ss-slider [data-mode=fit] .n2-ss-slide-background-image img{
    object-fit: cover;
}
.pf-content{
    padding: 10px;
}
.rentals_right-area{
    margin-bottom: 10px;
}
.Rental_cont_text1 span{
    width: 100%;
    float: left;
}
.Rental_cont_text1 .wpcf7-form-control{
    width: 100% !important;
}
.Rental_cont_text1 img.wpcf7-form-control.wpcf7-captchac{
    width: auto !important;
}

.searchandfilter1 form {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.searchandfilter1{
    width: 100%;
}
.searchandfilter1 form select {
    width: 25%;
}
.part_rgt img{
    float: right;
}
.pf-content3 {
    margin-top: 10px;
}
.form-section {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.contact_text_lft{
    width: 50%;
}
.contact_text_lft form.wpcf7-form label {
    width: 100%;
    display: inline-block;
}
.contact_text_lft form.wpcf7-form span.wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block;
    margin-top: 8px;
}
.contact_text_lft form.wpcf7-form span.wpcf7-form-control-wrap .wpcf7-form-control {
    width: 100%;
}
.contact_text_rgt{
    width: 45%;
}
.contact_text_rgt img {
    width: 100%;
}
.blog_cont .im_cont img {
    width: 100%;
}
.blog_cont form.wpcf7-form label {
    width: 100%;
    display: inline-block;
}
.blog_cont form.wpcf7-form span.wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block;
    margin-top: 8px;
}
.blog_cont form.wpcf7-form span.wpcf7-form-control-wrap .wpcf7-form-control {
    width: 100%;
}
.blog_cont form.wpcf7-form .wpcf7-list-item {
    width: auto !important;
    margin: 0px 10px 0px 0px;
}
.blog_cont form.wpcf7-form .wpcf7-list-item input[type="checkbox"] {
    width: auto;
}
.Used_head-or img{
    height: auto;
	
}
.Used_head_cont-or{
    height: auto;
}
.header_bg{
    padding-top: 0px;
}

.Komatsu_cont {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap:32px;
}

.n2-ss-slider [data-mode=fit] .n2-ss-slide-background-image img {
    object-fit: cover !important;
}

.phone_text{
    font-size: 16px;
}
.Rental_cont_text1 .wpcf7-form-control {
    width: 100% !important;
    height: 45px;
    border-radius: 8px;
    background-color: #F5F5F4 !important;
    border: 0px !important;
    outline: 0px !important;
    padding: 0px 15px;
    font-size: 16px;
}
.Rental_cont_text1 {
    font-size: 16px;
    width: 50%;
    padding: 0px 10px;
}
.Rental_cont_text1 img.wpcf7-form-control.wpcf7-captchac {
    width: auto !important;
    background-color: transparent !important;
}
.Rental_cont_text1 textarea.wpcf7-form-control, .Rental_cont_text1 textarea#info {
    height: 45px;
    border: 0px !important;
    resize: none;
}

.Rental_cont_text1 br {
    display: none;
}

.Rental_cont_text2 .wpcf7-submit {
    height: 50px;
    border-radius: 8px;
    background-color: #fc5d26 !important;
    border: 0px !important;
    outline: 0px !important;
    padding: 5px 35px;
    font-size: 20px;
    color: #000 !important;
    text-transform: uppercase;
    width: auto !important;
}
.outline-form-main .com-de-left input.wpcf7-form-control{
    border: 0px !important;
    border-bottom: 1px solid #000 !important;
    width: 66%;
}
.outline-form-main .com-de-right input.wpcf7-form-control{
    border: 0px !important;
    border-bottom: 1px solid #000 !important;
    width: 82%;
}
.outline-form-main .com-de-left-or input.wpcf7-form-control{
    border: 0px !important;
    border-bottom: 1px solid #000 !important;
    width: 80%;   
}
.outline-form-main .check-box-input input.wpcf7-form-control,
.outline-form-main .check-box-input input{
    border: 0px !important;
    border-bottom: 1px solid #000 !important;
    width: 90% !important; 
}  
.outline-form-main .tic-mark-dt-or input {
    float: left;
    width: auto !important;
}
.outline-form-main .tic-mark-dt-or .wpcf7-list-item {
    margin: 0px;
    padding-right: 50px;
}
.outline-form-main .komatsu-buy-btn input[type="submit"]{
    display: inline-block !important;
    width: auto !important;
    border: 2px solid #005080 !important;
    color: #000 !important;
}
.outline-form-main label {
    font-size: 15px;
}

.entries{
    padding: 0px 38px 27px;
}
.entries-or{
    padding: 0px 13px 27px;
}
.header_bg{
    padding-bottom: 0px;
}
.rentals_head{
    background:#ffffff;
}
.new-lay-out .rentals_left-area{
    width: 100%;
}
.new-lay-out .left-conhai{
    width: 21%;
}
.new-lay-out .entries-or{
    width: 79%;
}
.new-lay-out .Used_head_cont_lft-or-or{
    width:150px;
}
.new-lay-out .rentals_right-area {
    width: 100%;
    padding: 10px;
}
.new-lay-out .entries_rgt{
    width: 100%;
}
.main-title{
    background-color: #fff;
}
.rentals-new-right-side .textwidget, .rentals_right-area .textwidget{
    margin-bottom: 0px;
}
.rentals-new-right-side .textwidget_link p, .rentals_right-area .textwidget_link p{
    margin: 8px 0px;
}
.rentals-new-right-side .main-title, .rentals_right-area .main-title{
    height: 20px;
}
.rentals-new-right-side .entries_rgt, .rentals_right-area .entries_rgt{
    padding: 22px 25px;
}

.main-emain-gkg input.wpcf7-form-control {
    width: 100% !important;
    height: 45px;
    border-radius: 8px;
    background-color: #F5F5F4 !important;
    border: 0px !important;
    outline: 0px !important;
    padding: 0px 15px;
    font-size: 16px;
}
.main-emain-gkg .fkri-snbg{
    font-size: 16px;
    width: 50%;
    padding: 0px 10px;
}
.main-emain-gkg  .fkri-snbg textarea{
    width: 100% !important;
    height: 80px;
    border-radius: 8px;
    background-color: #F5F5F4 !important;
    border: 0px !important;
    outline: 0px !important;
    padding: 15px;
    font-size: 16px;
    resize: none;
}
.message-bosx-main {
    padding: 10px;
}
.message-bosx-main textarea.wpcf7-form-control{
    width: 100% !important;
    height: 80px;
    border-radius: 8px;
    background-color: #F5F5F4 !important;
    border: 0px !important;
    outline: 0px !important;
    padding: 15px;
    font-size: 16px;
    resize: none;
}
.omguor p{
    margin-bottom: 10px;
    font-size: 16px;
}
.omguorgtgw h6{
    font-size: 14px;
    margin-bottom: 10px;
}
.omguorgtgw p{
    font-size: 14px;
    margin-bottom: 5px;
}
.main-emain-gkg .fkri-snbg p{
    margin-top: 14px !important;
    margin-top: 5px !important;
}
.message-bosx-main p{
    margin-bottom: 5px;
}
.foot-bntn input.wpcf7-form-control.wpcf7-submit{
    height: 50px;
    border-radius: 8px;
    background-color: #fc5d26 !important;
    border: 0px !important;
    outline: 0px !important;
    padding: 5px 35px;
    font-size: 20px;
    color: #000 !important;
    text-transform: uppercase;
    width: auto !important;
}

/*11-March-23 css */
span.wpcf7-not-valid-tip {
    position: absolute;
}