.singlePageMain {
    /*background-color:#fff;*/
    padding: 20px 30px;
}

.section-title {
    padding-bottom: 20px;
}
.section-title h2, .section-title .secTitle {
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 3px;
    text-align: center;
}
.section-title h2:before, .section-title .secTitle:before {
    content: "";
    background: #f57f07;
    height: 6px;
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 40px;
    margin-left: -20px;
    border-radius: 2px;
}
.section-title h2:after, .section-title .secTitle:after {
    content: "";
    background: #f57f07;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80px;
    margin-left: -40px;
}
img {
    max-width: 100%;
    height: auto;
}
.rice_cont {
    /*background-color: #fff; */
padding: 30px 15px;}
.tit_wbg {margin-bottom: 60px; text-align: center;}
.tit_wbg h2 {    display: inline-block;
    margin-bottom: 0;
    padding: 20px 50px;
    color: #fff;
    font-size: 25px;
    border-radius: 10px;
    background: rgb(242,0,2);
    background: -moz-linear-gradient(90deg, rgba(242,0,2,1) 0%, rgba(38,0,0,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(242,0,2,1) 0%, rgba(38,0,0,1) 100%);
    background: linear-gradient(90deg, rgba(242,0,2,1) 0%, rgba(38,0,0,1) 100%);
    font-weight: bold;position: relative;}
.tit_wbg h2::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 0px;
    height: 0px;
    margin-left: -10px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #000;
}
p.vdoCont, .botmCont {
    margin-bottom: 50px;
    text-align: center;
    color: #fff;
    padding: 15px 10px;
    border-radius: 5px;
    background-color: #00235A;
    font-size: 16px;
}
.rice_cont h3 {text-align: center; margin-bottom: 40px; font-size: 20px; line-height: 30px;}
.vid_sec {max-width: 1000px; margin: 0 auto 50px;}
.vid_sec iframe {width: 100%; height: 560px;}
.sing_img {max-width: 1000px; margin: 0 auto 40px; text-align:center;}
.prd_link {margin: 50px 0 60px; text-align: center;}
.prd_link img {-webkit-box-shadow: 0 0px 11px 0 rgba(0,0,0,.1); -moz-box-shadow: 0 0px 11px 0 rgba(0,0,0,.1); box-shadow: 0 0px 11px 0 rgba(0,0,0,.1); 
border-radius:5px; margin: 15px 0;}
.need_hlp {font-size: 24px; text-align: center; margin: 10px auto 40px;}
.rice_cont h4 {font-size: 20px; text-align: center;}
p.page_link {
    text-align: center;
    margin-bottom: 30px;
}
.prd_main {
    max-width: 900px;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 0px 11px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0px 11px 0 rgba(0,0,0,.1);
    box-shadow: 0 0px 11px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;padding: 20px;
}
.prd_main .prd_img {
    margin-bottom: 15px;
}
.prd_vdo {margin-bottom:40px;}
.prd_vdo iframe {
    width: 100%;
    height: 400px;
}
.prd_main p.prc_link {
    margin: 30px 0 0;
}
.prd_main .prd_spe {
    text-align: left;
    font-size: 16px;
    color: #000;
}
.prd_main .prd_spe h3 {
    margin-bottom: 10px;
    text-align: left;
    line-height: normal;
}
.prd_main .prd_spe h3 {
    margin-bottom: 10px;
    text-align: left;
    line-height: normal;
    font-size: 18px;
    text-transform: uppercase;
}
.prd_main h2 {
    margin-bottom: 30px;
}
.prd_main .prd_spe ul li span:first-child {
    min-width: 140px;
    display: inline-block;
    vertical-align: top;
}
.prd_main .prd_spe ul li span {
    display: inline-block;
}
.prd_main .prd_spe ul li span:last-child {
    max-width: 200px;
}
.prd_main .prd_spe ul li {
    margin-bottom: 6px;
}
.pdpAllPrd .pdpAllPrdInner {
    margin: 0 0 40px;
}
.pdpAllPrd .pdpAllPrdInner {
    margin: 20px 0 40px;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    counter-reset: section;
}
.pdpAllPrdInner .pdpPrdCols::before {
    counter-increment: section;
    content: "Model " counter(section);
    position: absolute;
    top: -15px;
    padding: 3px 30px;
    /*background-color: #f57f07;*/
    background-color: #00235A;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}
.pdpAllPrdHead {
    text-align:center;
    color:#000;
    font-size:30px;
    margin-bottom: 40px;
}
.pdpAllPrdInner .pdpPrdCols {
    text-align:center;background-color: #fff;
        padding: 20px;
    /*border: #ccc solid 1px;*/
    border-radius: 20px;
    width: 30%;
    margin: 0 1.5% 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
        position:relative;
}
.pdpAllPrdInner .pdpPrdCols h3 {
    font-size:22px;
    min-height: 45px;
}
.pdpAllPrdInner .pdpPrdCols p span {
    font-weight:bold;
}
.pdpAllPrdInner .pdpPrdCols img {
    max-height: 200px;
    object-fit: contain;
}
.pdpAllPrdInner .pdpPrdCols a.btn {
    padding: 6px 40px;font-weight: 600;
    /*background-color: #f57f07;*/
    background: rgb(242,0,2);
    background: -moz-linear-gradient(90deg, rgba(242,0,2,1) 0%, rgba(38,0,0,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(242,0,2,1) 0%, rgba(38,0,0,1) 100%);
    background: linear-gradient(90deg, rgba(242,0,2,1) 0%, rgba(38,0,0,1) 100%);
    display: inline-block;
        border: none;
    color: #fff;
    border-radius: 5px;
    margin-top: auto;
    font-size: 20px;
    text-transform: uppercase;
    max-width:100%;
}
.pdpAllPrdInner .pdpPrdCols .overLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.pdpAllPrdInner .pdpPrdCols a.mini img {
    max-height: 200px;
}
.pdpAllPrdInner .pdpPrdCols a {
    margin-bottom: 15px;
}
.pdpAllPrdInner .pdpPrdCols a.btn span {
    display: block;
    font-size: 14px;
        color: #fff;
}
.pdpAllPrdInner .pdpPrdCols h3 {
    font-size: 18px;
    line-height: normal;
    color: #000 !important;
    margin-bottom: 15px;
}
.pdpAllPrdInner .pdpPrdCols p {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
}

.vidSecMain {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}
.vidSecMain .vid_sec {
    width: 100%;
    margin: 0;
}
.vidSecMain .vid_sec iframe {
    border-radius: 10px;
    height: 335px;
}



/*Respomsive Start*/

@media (max-width: 1500px){
    .vidSecMain .vid_sec iframe {
        border-radius: 10px;
        height: 285px;
    }
}
@media (max-width: 1200px){
    .vidSecMain {
        grid-template-columns: 100%;
    }
    .vidSecMain .vid_sec iframe {height: 435px;}
}
@media (max-width: 992px){
    .vid_sec iframe {height: 400px;}
    .prd_link .col-md-4, .prd_link .col-md-6, .prd_link .col-md-12 {width: 49%; display: inline-block;}
    
    .pdpAllPrdInner .pdpPrdCols {
        width:47%; margin-bottom:50px;
    }
    
    .vidSecMain .vid_sec iframe {height: 345px;}
    
}

@media (max-width: 767px){
    .singlePageMain {padding: 20px 15px;}
    
    .logo_fall span span:last-child {font-size: 13px;}
    .product-header-content {width:auto !important;}
    .form_bg {padding: 20px 10px !important;}
    #myModalMobileVerification h4.modal-title {font-size: 18px !important;}
    .picture_image .product-review-owl-carousel .owl-controls .owl-nav div {height: auto !important; top: 20% !important;}
    .picture_image .product-review-owl-carousel .owl-controls .owl-nav div i.fa {top: 0 !important;}
    .picture_image .owl-item .single-product-item {min-height: 60px;}
    .picture_image .owl-carousel .owl-item {margin-bottom: 20px;}
    .product-projects-FullDiv-area .product-header {padding-top: 30px !important; font-size: 18px !important;}
    .product-details-wrapper .form-data {align-items: flex-start; -webkit-align-items: flex-start;}
    .product-details-wrapper .share {width: 100%; margin-bottom: 15px;}
    .product-details-wrapper .share .social-sharing {margin-bottom: 15px;}
    .product-details-wrapper .product-title {height: 36px !important; overflow: hidden;}
    .logo-carousel {padding: 0 !important;} 
    .logo-carousel-wrapper .owl-item {margin-bottom: 0 !important;}
    .section-padding.logo-carousel-wrapper .owl-carousel .owl-controls, .product-carousel-list .owl-controls {display:none;}
    #myModalMobileVerification h4.modal-title, #myModalshowSuppliersInfo h4.modal-title, #myModalMobileVerificationBuy h4.modal-title {padding-left: 35px; padding-right: 35px;}
    .section-title h2{font-size:20px !important;}
    .catg_prd {padding: 0 !important;}
    .product-filter-rightDiv #products {padding-left: 10px; padding-right: 10px;}
    .srh_prd .product-filter-wrapper {padding-left: 5px !important; padding-right: 5px !important;}
    .srh_prd .col-xs-6, .product-filter-rightDiv .col-xs-6 {padding-left: 5px; padding-right: 5px;}
    .prd_link img {margin: 8px 0;}
    .tit_wbg h2 {padding: 15px 10px; font-size: 18px; width: 100%;}
    .rice_cont h4 {font-size: 18px; line-height: normal;}
    .need_hlp {font-size: 18px; margin: 10px auto 20px;}
    section.go-slider, .home-wrapper > section {margin-top: 55px;}
    .home-wrapper .blog-post-wrapper {padding-top: 70px;}
    .dashboard-menu {margin: 40px 0;}
    .testimonial-section .owl-item {margin-bottom: 0 !important;}
    .testimonial-section{padding: 20px 20px 20px;}
    .review-carousel-table-cell {padding: 30px 0px;}
    
    .prd_vdo iframe {margin:10px 0;}
    .prd_main {padding:15px;}
    .prd_main h2 {font-size: 24px;}
    
    .rice_cont {padding: 0;}
    .rice_cont h3 {margin-bottom: 10px;}
    .vidSecMain .vid_sec iframe {height: 255px;}
}

@media (max-width: 543px){
    .product-carousel-list .owl-item {padding: 0;}
    .product-carousel-full-div {padding: 30px 10px 0 !important;}
    .product-carousel-full-div.fontreduce {padding-right: 30px !important; padding-left: 30px !important;}
    .product-carousel-list .owl-item img {height: 180px !important;}
    .section-padding.product-carousel-wrapper .owl-carousel .owl-controls .owl-nav .owl-next, 
    .section-padding.product-carousel-wrapper .owl-carousel .owl-controls .owl-nav .owl-prev {margin-top: 30px !important;}
    .section-padding.product-carousel-wrapper .owl-carousel .owl-controls .owl-nav .owl-next{right: 0px !important;}
    .section-padding.product-carousel-wrapper .owl-carousel .owl-controls .owl-nav .owl-prev {left: 0px !important; margin-left: 0 !important;}
    .product-filter-rightDiv {margin-top: 30px !important;}
    .vid_sec iframe {height: 250px;}
    .prd_link {margin: 20px 0 30px;}
    .prd_link .col-md-4, .prd_link .col-md-6, .prd_link .col-md-12 {width: 100%;}
    .section-padding.footer-area-wrapper {padding-bottom: 190px !important;}
    .prd-img img {max-height: 35px;margin-right: 2px;}
    .pdpAllPrdInner .pdpPrdCols {
        width:100%;
    }
    .pdpAllPrdInner .pdpPrdCols {margin-bottom: 40px;}
    .pdpAllPrdInner .pdpPrdCols img {
    max-height: 350px;}
    .vidSecMain .vid_sec iframe {height: 205px;}
}

@media (min-width: 373px) and (max-width: 542px) {
    .single-product-carousel-item img {height: 220px !important;}
}

@media (max-width: 374px){
    .srh_prd .col-xs-6, .product-filter-rightDiv .col-xs-6 {width: 100%;}
    .product-carousel-text{height:auto !important;}
    .footer-social-links li:last-child a {margin-right: 0;}
}








