@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');

body{
    font-family: 'Montserrat', sans-serif !important;
    padding: 0;
    margin: 0;
    background: #F7F7F7;
}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
}
.container {
    max-width: 1215px;
}
.dropdown-toggle::after{
    display: none;
}
.main_header .nav-link {
    padding: 17px !important;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #666 !important;
    font-weight: 700;
    text-transform: uppercase;
}
.product_div {
    padding: 30px 15px;
}
.product_div p {
    margin: 10px 0;
    font-size: 17px;
    color: #3F3F3F;
}
.product_div  h4 {
    margin: 30px 0 20px;
    color: #4C4C4C;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}
.product_div .product_img {
    margin-bottom: 36px;
    background: linear-gradient(to top right, #D9D9D9 , #A3A3A3);
}
.product_div .product_img img {
    height: 375px;
    padding: 10px;
}
.product_div .product_img p {
    text-align: center;
    margin: 0px;
    color: #F30;
    font-size: 14px;
    padding-bottom: 2px;
}
.footer_div {
    padding: 40px 20px;
    background-color: #f1f1f1;
}
.footer_div h4 {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #000;
    margin: 0px;
}
.footer_div p {
    line-height: 18px;
    margin: 10px 0;
    border-bottom: 1px solid #777;
    padding-bottom: 10px;
}
.footer_div h5 {
    margin: 12px 0;
    font-size: 16px;
    color: #333333;
}
.footer_div h5 b {
    color: #4C4C4C;
}
.footer_div  h6 {
    color: #000;
    font-weight: bold;
    margin: 15px 0px 0px;
}
footer {
    margin-top: 40px;
}
.motor_new h2, .product_div h2 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
}
.motor_new {
    padding: 40px 5px !important;
}
.motor_new h4 {
    color: crimson;
}
.motor_data {
    display: flex;
    align-items: flex-start;
}
.motor_data ul {
    list-style: none;
    padding: 0px;
    background: #fff;
    max-width: 630px !important;
}
.motor_data ul li {
    display: flex;
    width: 100%;
    padding: 2px 3px;
}
.motor_cont {
    min-width: 630px !important;
}
.motor_data ul li span {
    font-size: 14px;
    color: #3F3F3F;
}
.motor_data ul li:nth-child(odd) {
    background: #B8DCD8;
}
.motor_data ul li span {
    width: 46%;
}
.motor_img {
    width: 350px;
}
.new_h6 {
    font-size: 20px;
    font-weight: 500;
    color: #686868;
    margin-bottom: 60px !important;
}
.new_h6 span {
    display: block;
    color: red;
    font-size: 21px;
}
.new_reqo_data h4 {
    color: #3F3F3F;
}
.new_reqo_data .motor_cont {
    min-width: 321px !important;
    margin-left: 10px;
}
.new_reqo_data .motor_cont span {
    width: 50%;
}
.layout_new .motor_cont {
    min-width: 321px !important;
    margin-left: 10px;
}
.layout_new .motor_cont span {
    width: 50% !important;
}
.new_images_list {
    display: flex;
    margin-top: 25px;
    column-gap: 6px;
}
.new_images_list img {
    max-width: 200px;
}
.new_layout_page .new_h6 {
    margin-bottom: 11px !important;
}
.new_motor_cont {
    margin-bottom: 60px;
}
.new_motor_cont h5 {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}
ul.dropdown-menu {
    background: none !important;
    border: none !important;
}
ul.dropdown-menu a.dropdown-item {
    padding: 11px 15px !important;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #dddddd;
    font-weight: 400;
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    background: #3B3B3B;
}
ul.dropdown-menu  hr.dropdown-divider {
    margin: 0px;
    border-top: 1px solid #ddd;
    height: 0px;
}
.nav-item.dropdown:hover span.plus-iocn {
    display: none;
}
.nav-item.dropdown:hover .minse-icon.d-none {
    display: inline-block !important;
}
ul.dropdown-menu a.dropdown-item:hover {
    color: #fff;
}

@media (min-width: 768px) { 
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }
}

@media(max-width:991px){
.main_header .nav-link {
    padding: 14px 17px !important;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
}
.main_header {
    background: #3b3b3b;
    margin-bottom: 30px;
}
.main_header .navbar-toggler {
    padding: 0px !important;
    border: none !important;
    box-shadow: none !important;
    padding-right: 16px !important;
}
a.navbar-brand {
    padding: 0px !important;
    display: flex;
    padding-left: 17px !important;
}
#navbarSupportedContent {
    position: absolute;
    top: 46px;
    background: #3b3b3b;
    width: 100%;
}
.main_header .container {
    padding: 0px !important;
}
.hde_logo_mob {
    display: none;
}
.menu_cont.d-none {
    display: inline-block !important;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}
.main_header .nav-link span {
    color: #fff;
    display: inline-block;
}
.main_header .nav-link {
    display: flex;
    justify-content: space-between;
}
.logo-mob {
    display: block !important;
    padding: 0px 20px 35px;
}
.product_div {
    padding: 30px 5px;
}
footer {
    background: #f1f1f1;
}
.footer_div {
    padding: 40px 8px;
}
ul.dropdown-menu a.dropdown-item {
    padding: 9px 15px !important;
    border-bottom: 1px solid rgba(150, 150, 150, 0.15) !important;
    display: block !important;
    width: 100%;
}

.main_header .navbar-toggler.intro .navbar-toggler-icon {
    background-image: url(../images/cross.png) !important;
    
}
.navbar-toggler .navbar-toggler-icon, .main_header .navbar-toggler.intro.collapsed .navbar-toggler-icon {
    background-image: url(../images/menu.png) !important;
    width: 20px !important;
    height: 30px !important;
}
.motor_new h2, .product_div h2 {
    font-size: 26px;
}
.motor_data {
    display: block;
}
.motor_cont {
    min-width: 320px !important;
}
.new_reqo_data .motor_cont {
    min-width: 349px !important;
    margin-left: 0;
}
.motor_new {
    padding: 30px 5px !important;
}
.container {
    padding: 0px 15px;
}
.motor_img {
    width: 308px;
}
.layout_new .motor_cont {
    min-width: auto !important;
    margin-left: 0 !important;
    width: 308px;
}
.product_div .product_img img {
    width: 100%;
}
}

