body{
 font-family: 'Montserrat';
 color:#284544;
 font-size: 13px;
}


ul ,li{
margin: 0px;
padding: 0px;
list-style: none;
}


input:focus{
outline: none;
box-shadow: none;
}


img {
    max-width: 100%;
    height: auto;
}


h1, h2, h3, h4, h5, h5{
color:#2B2420;
 font-family: 'Montserrat';
}


P{
color:#2B2420;
font-size: 15px;    
}

a{
text-decoration: none;

}


@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


header{width: 100%; transition: all 0.4s ease; z-index: 9999;}
header.sticky {position:fixed;}
header.header-wrapper {background: #E4183E;}
header.sticky .head-inner{padding: 10px;}
header.sticky .head-inner .logo-main img{height: 35px;} 
header.sticky .head-inner .right-head .login-block a{height: 36px;line-height: 14px; font-size: 14px;}



.head-inner {
display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 12px 0;
}

.head-inner .logo-main a img {
max-width: 137px;
}

header.header-wrapper .navgation-section ul.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

header.header-wrapper .navgation-section ul.navbar-nav li ul.sub-menu {
    display: none;
    position: absolute;
    width: auto;
    height: auto;
    background: #fff;
    z-index: 99999;
    padding: 10px 0;
    min-width: 224px;
}

header.header-wrapper .navgation-section ul.navbar-nav li:hover ul.sub-menu {
    display: block;
}


header.header-wrapper .navgation-section ul.navbar-nav li ul.sub-menu li a::before{
display: none;
}

header.header-wrapper .navgation-section ul.navbar-nav li ul.sub-menu li a {
    color: #000;
    font-weight: 500;
    padding: 7px 15px;
    font-size: 14px;
}

header.header-wrapper .navgation-section ul.navbar-nav li ul.sub-menu li a:hover{
color:#E4183E;
}

header.header-wrapper .navgation-section ul.navbar-nav li a {
color: #fff;
    font-size: 15px;
    font-weight: 300;
    display: block;
    padding: 0 17px;
    position: relative;
}


header.header-wrapper .navgation-section ul.navbar-nav li.menu-item-has-children a:before {
    content: "\f0dd";
    font-family: 'FontAwesome';
    position: absolute;
    right: 3px;
    top: 0px;
    font-size: 12px;
}

.head-inner .navgation-section {
    margin-left: auto;
}

.head-inner .right-head {
    display: flex;
    margin-left: auto;
    align-items: center;
}

.head-inner .right-head .login-block {
    position: relative;
}

.head-inner .right-head .login-block ul.profile_menu {
    position: absolute;
    z-index: 99999;
    background: #ffffff;
    border-radius: 10px;
    min-width: 200px;
    right: 0;
    padding: 11px 0;
    display: none;
}


.head-inner .right-head .login-block:hover ul.profile_menu {
    display: block;
}


.head-inner .right-head .login-block ul.profile_menu li a {
    display: block;
    line-height: normal;
    height: auto;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    padding: 9px 15px;
}


.head-inner .right-head .header_right_email {
    background: #ffffff;
    border-radius: 7px;
}

.head-inner .right-head .header_right_email {
    background: #ffffff;
    border-radius: 7px;
}


.head-inner .right-head .call-block {
    margin-right: 15px;
}


.head-inner .right-head .call-block a {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.head-inner .right-head .call-block a span.icon {
    margin-right: 8px;
}

.head-inner .right-head .call-block a span.icon img {
    width: 20px;
    position: relative;
    top: -2px;
}

.head-inner .right-head .login-block a {
height: 47px;
    display: flex;
    background: #fff;
    border-radius: 7px;
    align-items: center;
    color: #95080C;
    padding:0 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 47px;
}

.head-inner .right-head .login-block a span.icon {
    margin-right: 2px;
}


.home_slider .banner_image.item {
    position: relative;
}

.wrapper .banner_video {
    position: relative;
    height: 100vh;
    text-align: center;
    overflow: hidden;
}

.wrapper .banner_video video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.home_slider .banner_image.item .home_banner_con {
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 100%;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
}

.head-inner .search-block {
    margin-left: 20px;z-index: 99999;
}


.home_slider .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

.entry_title_wbanner{text-align: center; margin-top: 30px; font-weight: bold;}

.banner_image.banner_image_withtitle {
    position: relative;
        overflow: hidden;
}

.banner_image.banner_image_withtitle .banner_img{
position: relative;
}





.banner_image.banner_image_withtitle .homevideo_content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    width: 48%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}


.banner_image.banner_image_withtitle .homevideo_content:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: -80px;
    right: -150px;
    bottom: 0;
    z-index: -1;
    transform: skewX(-20deg);
}


.banner_image.banner_image_withtitle .homevideo_content h3 {
    font-size: 38px;
    color: #ffffff;
    font-style: italic;
    opacity: 0.7;
    position: relative;
    z-index: 5;
}


.banner_image.banner_image_withtitle .homevideo_content h2 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 12px;
        position: relative;
    z-index: 5;
}


.banner_image.banner_image_withtitle .homevideo_content p {
    font-size: 30px;
    color: #ffffff;
    font-style: italic;
    opacity: 0.7;
    line-height: 36px;
        position: relative;
    z-index: 5;
}

.head-inner .search-block .search_form {
position: absolute;
    background: #F5F5F7;
    width: 100%;
    left: 0;
    right: 0;
    top: 77px;
    z-index: 10;
    padding:15px 0;
    display: none;
}






.banner_image.banner_image_withtitle .container h1.entry-title {
    text-align: center;
    color: #ffffff;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 0px; 
}

.head-inner .search-block .search_form form.search-form {
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: center;
}



.head-inner .search-block .search_form form.search-form input[type="search"] {
    border: solid 1px #eee;
    width: 514px;
    height: 46px;
    padding: 0 17px;
}


.head-inner .search-block .search_form form.search-form input.search-submit {
    background: #e4183e;
    border: none;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 22px;
}


.home_slider .banner_image.item .home_banner_con h4 {
    font-size: 17px;
    color: #fff;
    font-weight: 300;
}

.home_slider .banner_image.item .home_banner_con h3 {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    width: 52%;
}


.about-more-content {
padding-left: 45px;
    padding-top: 100px;
}



section.about-more{
background-color:#F5F5F7;
background-image: url('../images/dot-bg.png');
    background-size: auto;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 156px;
}


.about-more-content h1 {
    letter-spacing: 0px;
    color: #2B2420;
    opacity: 1;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}


.about-more-content blockquote {
    font-weight: 600;
    color: #284544;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    position: relative;
    padding-left: 20px;
    margin-bottom: 25px;
}

.about-more-content blockquote:before {
    content: "";
    border-left: solid 4px #E4183E;
    position: absolute;
    left: 0;
    display: block;
    height: 80px;
}

.about-more-content .description {
    color: #444647;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 19px;
    padding-left: 20px;
}

.button_link {
    padding-left: 20px;
}

a.View-more {
    color: #284544;
    font-size: 18px;
    position: relative;
    display: inline-block;
    padding-left: 55px;
    padding-top: 8px;
}

a.View-more:before {
    content: "";
    background-image: url('../images/arrow-btn.svg');
    width: 46px;
    display: block;
    position: absolute;
    left: 0;
    height: 46px;
    background-size: contain;
    top: 0px;
}

.history-more-content h2 {
    letter-spacing: 0px;
    color: #2B2420;
    opacity: 1;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}

.history-more-content .description p {
    color: #284544;
    font-weight: 500;
    line-height: 27px;
}

.history-more-content .button_link {
    padding-left: 0px;
    margin-top: 20px;
}


.history-more-content {
    padding-left: 45px;
    padding-top: 65px;
}


section.history-more {
    padding-bottom: 70px;
}


section.history-more .history-more-img {
    margin-top: -75px;
}


section.home_post {
    background: #F5F5F7;
    padding-top: 70px;
    padding-bottom: 70px;
}

section.home_post h2 {
     letter-spacing: 0px;
    color: #2B2420;
    opacity: 1;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 4px;
    text-align: center;
}

section.home_post h4 {
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
}

.home_post .home_post_slider .item_box {
background: #FBFBFD;
    border-radius: 6px;
    padding: 18px 20px 45px;
    margin-top: 23px;
}


.home_post .home_post_slider .item_box h2 {
    color: #2A312E;
    text-align: left;
    font-size: 19px;
    font-weight: 600;
    min-height: 78px;
    line-height: 30px;
}


.home_post .home_post_slider .item_box .button_link {
    padding-left: 0px;
}

.home_post .home_post_slider .item_box h2 a {
    color: #2A312E;
    display: block;
}

.home_post .home_post_slider .owl-nav {
    display: none;
}

.home_post .home_post_slider .owl-dots {
    text-align: center;
    margin-top: 22px;
}

.home_post .home_post_slider .owl-dots button.owl-dot {
    background: #213A74C4;
    opacity: 0.54;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 7px;
}

.home_post .home_post_slider .owl-dots button.owl-dot.active {
    background: #E4183E;
    width: 26px;
    border-radius: 7px;
    opacity: 1;
}


.home_post .home_post_slider a.View-more:before {
    width: 40px;
    height: 40px;
}


.home_post .home_post_slider a.View-more {
    font-size: 18px;
    padding-left: 48px;
    padding-top: 6px;
}

footer .footer_top ul.contact_address_list li img {
    position: absolute;
    left: 0px;
}

footer .footer_top ul.contact_address_list li {
    position: relative;
    padding-left: 29px;
    margin-bottom: 13px;
}


footer .footer_top ul.contact_address_list li p {
color: #CFCFCF;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0px;
}


footer .footer_top ul.contact_address_list li a {
    color: #CFCFCF;
    font-weight: 300;
    font-size: 14px;
}


footer .footer_top  h3 {
    letter-spacing: 1.34px;
    color: #F5F5F7;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 18px;
}


footer .footer_top .footer_links ul.menu {
    display: flex;
    flex-wrap: wrap;
}

footer .footer_top .footer_links ul.menu li {
    width: 50%;
}

footer .footer_top .footer_links ul.menu li a {
    color: #CFCFCF;
    font-size: 15px;
    display: block;
    padding: 3px 0;
}

ul.footer_social_links {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.footer_social_links li a {
    width: 45px;
    height: 44px;
    display: block;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 24px;
}


ul.footer_social_links li a i {
    text-align: center;
    display: block;
    line-height: 41px;
    margin-left: 5px;
}

ul.footer_social_links li {
    margin: 0 6px;
}


footer .footer_top .footer_newslatter p {
color: #CFCFCF;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 18px;
}

footer {
    background: #2B2420;
}


footer .footer_top .footer_newslatter form .mc4wp-form-fields input[type="email"] {
    border: 1px solid #F5F5F778;
    border-radius: 4px;
    background: #FFFFFF29 0% 0%;
    width: 100%;
    height: 54px;
    padding: 0 17px;
    color: #fff;
}



footer .footer_top .footer_newslatter form .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder { /* Edge */
color: #fff;
}

footer .footer_top .footer_newslatter form .mc4wp-form-fields input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #fff;
}

footer .footer_top .footer_newslatter form .mc4wp-form-fields input[type="email"]::placeholder {
color: #fff;
}


footer .footer_top .footer_newslatter form .mc4wp-form-fields input[type="submit"] {
    position: absolute;
    right: 0px;
    background: url('../images/signup-btn.svg');
    border: none;
    text-indent: -9999px;
    width: 48px;
    height: 53px;
    background-repeat: no-repeat;
    background-position: center;
}

.newsletter_msg form{display: none;}
footer .footer_top .footer_newslatter .tnp form{position: relative;}
footer .footer_top .footer_newslatter .tnp form input.tnp-submit {
    position: absolute;
    right: 0px;
    background: url('../images/signup-btn.svg');
    border: none;
    text-indent: -9999px;
    width: 48px;
    height: 53px;
    background-repeat: no-repeat;
    background-position: center;
}

footer .footer_top .footer_newslatter .tnp form input.tnp-email {
    border: 1px solid #F5F5F778;
    border-radius: 4px;
    background: #FFFFFF29 0% 0%;
    width: 100%;
    height: 54px;
    padding: 0 17px;
    color: #fff;
}



footer .footer_top .footer_newslatter .tnp form input.tnp-email::-webkit-input-placeholder { /* Edge */
color: #fff;
}

footer .footer_top .footer_newslatter .tnp form input.tnp-email:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #fff;
}

footer .footer_top .footer_newslatter .tnp form input.tnp-email::placeholder {
color: #fff;
}






footer .footer_top .footer_newslatter form.es_subscription_form{position: relative;}
footer .footer_top .footer_newslatter form.es_subscription_form label{width: 100%;color: #2B2420;}
footer .footer_top .footer_newslatter form.es_subscription_form input[type="submit"] {
    position: absolute;
    right: 0px;
    background: url('../images/signup-btn.svg');
    border: none;
    text-indent: -9999px;
    width: 48px;
    height: 53px;
    background-repeat: no-repeat;
    background-position: center;  
}
footer .footer_top .footer_newslatter form.es_subscription_form br{display:none;}

footer .footer_top .footer_newslatter form.es_subscription_form input[type="email"]{
    border: 1px solid #F5F5F778;
    border-radius: 4px;
    background: #FFFFFF29 0% 0%;
    width: 100%;
    height: 54px;
    padding: 0 17px;
    color: #fff;
}



footer .footer_top .footer_newslatter form.es_subscription_form input[type="email"]::-webkit-input-placeholder { /* Edge */
color: #fff;
}

footer .footer_top .footer_newslatter form.es_subscription_form input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #fff;
}

footer .footer_top .footer_newslatter form.es_subscription_form input[type="email"]::placeholder {
color: #fff;
}











footer .footer_top .footer_address>img {
    width: 100%;
    max-width: 137px;
}

footer .footer_top .footer_address ul.contact_address_list {
    margin-top: 19px;
}

footer .footer_top .footer_newslatter form .mc4wp-form-fields {
    position: relative;
}

footer .footer_top .footer_links li.widget_nav_menu {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 24px;
}


footer .footer_top {
    padding-top: 54px;
    padding-bottom: 36px;
}


.footer_bottom {
    background: #1A1515;
    opacity: 0.51;
    padding: 10px 0;
}

.footer_bottom .footer_copyright {
    letter-spacing: 0px;
    color: #F5F5F7;
    font-size: 14px;
}


.footer_bottom .footer_developedby span {
    display: flex;
    align-items: center;
    color: #F5F5F7;
    font-size: 13px;
    font-weight: 300;
    justify-content: flex-end;
}

.footer_bottom .footer_developedby span img {
    margin: 0 4px;
}





section.banner_image .banner_img img {
    width: 100%;
}

section.about_section{
background-color:#FFFFFF;
background-image: url('../images/dot-bg.png');
    background-size: auto;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
}


.about_section .about-img-sec {
    position: relative;
}

.about_section .about-img-sec .pdf_link {
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 132px;
    padding: 8px 23px;
}


.about_section h2 {
    letter-spacing: 0px;
    color: #2B2420;
    opacity: 1;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}

.about_section h4 {
    color: #E4183E;
    font-size: 19px;
    font-weight: 700;
}

.about_section .description p {
    color: #444647;
    font-size: 15px;
}


section.key_features {
    background: #054286;
}

section.key_features {
    background: #054286;
    padding: 70px 0;
}

.key_features h2 {
    color: #FFFFFF;
    opacity: 1;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 22px;
}

section.key_features ul {
    display: flex;
    flex-wrap: wrap;
}

section.key_features ul li {
    width: 50%;
    color: #FFFFFF;
    font-size: 15px;
    position: relative;
    margin-bottom: 15px;
    padding-left: 26px;
    padding-right: 18px;
}
section.key_features ul li:before {
    content: "";
    box-shadow: 0px 3px 6px #FF0030;
    background: #e4183e;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
}



.unidrip_packers .unidrip_packers_item ul {
    display: flex;
    flex-wrap: wrap;
}


.features_table {
    margin-top: 32px;
}

.features_table {
    margin-top: 32px;
    overflow: auto;
}

.features_table table.table-wrapper.table thead {
    text-align: center;
}


.features_table table.table-wrapper.table {
    background: #ffffff;
        width: 100%;
}

.features_table table.table-wrapper.table thead {
    text-align: center;
    background: #E4183E;
}

.features_table table.table-wrapper.table thead th {
    color: #FBFBFD;
    font-size: 15px;
    font-weight: 300;
    padding: 18px 0;
    border-right: solid 1px #f33a5d;
}


.features_table table.table-wrapper.table tbody td {
    color: #041C2C;
    font-size: 15px;
    padding: 15px 22px;
    border-right: solid 1px #f3f3f5;
    border-bottom: solid 1px #f3f3f5;
}

.features_table table.table-wrapper.table tbody tr td:nth-child(2) {
    background: #FBFBFD;
}

.features_table table.table-wrapper.table tbody tr td:nth-child(3) {
    background: #F5F5F7;
}


.features_table table.table-wrapper.table tbody tr td:nth-child(6) {
    background: #FBFBFD;
}

.features_table table.table-wrapper.table tbody tr td:nth-child(7) {
    background: #F5F5F7;
}


section.unidrip_packers .unidrip_packers_item {
    padding: 60px 0;
}


section.unidrip_packers .unidrip_packers_item h3 {
    color: #054286;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 18px;
}

h2.unidrip_packers_h2 {
    letter-spacing: 0px;
    color: #2B2420;
    opacity: 1;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}


section.unidrip_packers .unidrip_packers_item:nth-child(1) ul li {
    width: 50%;
}

section.unidrip_packers .unidrip_packers_item:nth-child(2) {
    background: #F5F5F7;
}

section.unidrip_packers .unidrip_packers_item:nth-child(2) .row {
    flex-direction: row-reverse;
}


section.unidrip_packers .unidrip_packers_item:nth-child(2) ul li:first-child {
    width: 60%;
    padding-right: 15px;
}

section.unidrip_packers .unidrip_packers_item:nth-child(2) ul li {
    width: 40%;
}


section.unidrip_packers .unidrip_packers_item:nth-child(3) ul li {
    width: 50%;
    padding: 0 10px;
}

section.unidrip_packers .unidrip_packers_item:nth-child(3) ul li a {
    display: block;
}

section.unidrip_packers .unidrip_packers_item:nth-child(3) ul li a img {
    vertical-align: bottom;
    height: 300px;
    object-fit: cover;
}

.about_section .description table {
    width: 100%;
    border: solid 1px #eeeeee;
}

.about_section .description table tbody th {
    font-weight: 600;
    padding: 10px 15px;
    font-size: 15px;
    background: #000000;
    color: #fff;border-bottom: 1px solid #eee;
}


.about_section .description table td {
    padding: 8px 14px;
    font-weight: 500;
    border: solid 1px #eeeeee;
}



section.undrill_grid_img {
    background: #F5F5F7;
    padding: 60px 0;
}

.undrill_grid_img .undrill_img_item img {
    width: 100%;
    margin-bottom: 16px;
}

.undrill_grid_img .undrill_img_item h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 19px;
}


.unidrip_packers .unidrip_packers_item .full_width_img ul {
    display: block;
}



section.unidrip_packers .unidrip_packers_item:nth-child(2) .full_width_img ul li:first-child,
section.unidrip_packers .unidrip_packers_item .full_width_img ul li {
    width: 100%;
}

section.download_pdf {
    background: #f5f5f7;
    padding: 60px 0;
}

section.download_pdf .pdf_link {
    background: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
    min-height: 182px;
    padding:14px 14px;
}

section.download_pdf .pdf_link a img {
    width: 59px;
}

section.download_pdf .description {
    margin-bottom: 26px;
}

section.download_pdf .pdf_link a h3 {
color: #000000;
    font-size: 14px;
    opacity: 0.8;
    margin-top: 20px;
    font-weight: 500;
    min-height: 37px;
}

section.download_pdf h2 {
    font-size: 31px;
    font-weight: bold;
}

.contact_form form.wpcf7-form {
    background: #ffffff;
       box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 35px;
    text-align: center;
    padding:30px 35px;
}


.contact_form form.wpcf7-form .form-wrapper .form-group span {
    display: block;
    margin: 0px;
    padding-bottom: 0px;
}



.contact_form form.wpcf7-form .form-wrapper .form-group input[type="tel"],
.contact_form form.wpcf7-form .form-wrapper .form-group input[type="email"],
.contact_form form.wpcf7-form .form-wrapper .form-group input[type="text"] {
    border: none;
    width: 100%;
    height: 48px;
    padding: 0 15px;
    background: #f1f1f1;
}



.contact_form form.wpcf7-form .form-wrapper .form-group input::-webkit-input-placeholder {
  color:#000;
  font-weight: 500;
  font-size: 14px;
}

.contact_form form.wpcf7-form .form-wrapper .form-group input:-ms-input-placeholder {
  color:#000;
  font-weight: 500;
  font-size: 14px;
}

.contact_form form.wpcf7-form .form-wrapper .form-group input::placeholder {
  color:#000;
  font-weight: 500;
  font-size: 14px;
}



.contact_form form.wpcf7-form .form-wrapper .form-group textarea {
    border: none;
    width: 100%;
    height: 120px;
    padding: 20px 15px;
    background: #f1f1f1;
}
.contact_form form.wpcf7-form .form-wrapper .form-group span.wpcf7-radio span.wpcf7-list-item label {
    display: flex;
    margin-bottom: 11px;
    font-size: 14px;
    font-weight: 600;
}


.contact_form form.wpcf7-form .form-wrapper .form-group span.wpcf7-radio span.wpcf7-list-item label input[type="radio"] {
    margin-right: 6px;
}

.contact_form form.wpcf7-form .form-wrapper .form-group p label {
    display: block;
    text-align: left;
    margin-bottom: 14px;
}


.contact_form form.wpcf7-form .form-wrapper .form-group span.wpcf7-checkbox label {
    display: flex;
    font-size: 14px;
    font-weight: 600;
}


.contact_form form.wpcf7-form .form-wrapper .form-group span.wpcf7-checkbox label input[type="checkbox"] {
    margin-right: 6px;
}

.contact_form form.wpcf7-form .form-wrapper .form-group p input.wpcf7-submit {
    background: #E4183E;
    border: none;
    width: 100%;
    height: 48px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}

.home_post .contact_address ul.contact_address_list {
    background: #ffffff;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    margin-bottom: 35px;
    text-align: left;
    padding: 30px 35px;
}


.home_post .contact_address ul.contact_address_list li i.map:before{
background-image: url('../images/map.svg');
content: "";
width: 20px;
height: 29px;
display: block;
}


.home_post .contact_address ul.contact_address_list li i.phone:before{
background-image: url('../images/f-call.svg');
content: "";
width: 18px;
height: 18px;
display: block;
}



.home_post .contact_address ul.contact_address_list li i.email:before{
background-image: url('../images/f-email.svg');
content: "";
width: 18px;
height: 20px;
display: block;
}


.home_post .contact_address ul.contact_address_list li {
    display: flex;
    margin-bottom: 14px;
}


.home_post .contact_address ul.contact_address_list li i {
    margin-right: 10px;
}


.home_post .contact_address ul.contact_address_list li span {
    font-size: 14px;
    font-weight: 500;
}

.home_post .contact_address ul.contact_address_list li span a {
    color: #000000;
}


section.download_pdf .pdf_link a {
    display: block;
}


.news_tags ul#Genre-List {
    display: flex;
}

.news_tags ul#Genre-List li {
    margin: 0px 7px 8px 0px;
}


.news_tags ul#Genre-List li a {
    display: inline-block;
    line-height: 1em;
    position: relative;
    outline: none;
    padding: 8px;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 0px;
    border: 2px solid #ffffff;
    background: white;
    box-shadow: none;
    color: #000000;
}


.news_tags ul#Genre-List li.active a {
    background: #e4183e;
    color: #fff;
}


.news_tags ul#Genre-List li a:hover {
    background: #e4183e;
    color: #fff;
}


section.contact_map iframe {
    vertical-align: middle;
}



section.single_post {
    background: #F5F5F7;
    padding-top: 70px;
    padding-bottom: 70px;
}


.single_post .singlitem_box {
    background: #ffffff;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px;
}


.single_post .singlitem_box figure img.attachment-post-thumbnail {
    width: 100%;
}

.single_post .singlitem_box h2 {
    letter-spacing: 0px;
    color: #2B2420;
    opacity: 1;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
}
.single_post .singlitem_box .date{font-size: 14px;color: #666; font-weight: bold; margin-bottom: 20px;}

.single_post .singlitem_box .post_description p {
    font-weight: 500;
}


.single_post .singlitem_box .post_description address {
    font-weight: 500;
    color: #2B2420;
    font-size: 15px;
}

.single_post .singlitem_box .post_description p a {
    color: #E4183E;
}

.single_post .singlitem_box ul {
    list-style: disc;
    padding-left: 17px;
}


.single_post .singlitem_box ul li {
    list-style: disc;
}


.comment_post {
    background: #ffffff;
    width: 100%;
    max-width: 1100px;
    margin: 10px auto;
    padding: 30px;
}


.comment_post h3 {
    letter-spacing: 0px;
    color: #2B2420;
    opacity: 1;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
}


.comment_post form.comment-form p.comment-notes {
    font-weight: 500;
}


.comment_post form.comment-form p label {
    width: 100%;
    display: block;
}

.comment_post form.comment-form p textarea {
    border: none;
    width: 100%;
    height: 200px;
    padding: 20px 15px;
    background: #f1f1f1;
}

.comment_post form.comment-form p  input[type="text"] {
    border: none;
    width: 100%;
    height: 48px;
    padding: 0 15px;
    background: #f1f1f1;
}


.comment_post form.comment-form p.comment-form-cookies-consent input[type=checkbox] {
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.comment_post form.comment-form p.form-submit input.submit {
    background: #E4183E;
    border: none;
    width: auto;
    height: 48px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    padding: 0 37px;
}



.page-id-207 section.unidrip_packers .unidrip_packers_item:nth-child(2) ul li:first-child,
.page-id-207 section.unidrip_packers .unidrip_packers_item:nth-child(1) ul li {
    width: 100%;
}


.page-id-35 section.page_content_data {
    padding-top: 45px;
    padding-bottom: 45px;
}

.page-id-35 section.page_content_data h1.entry-title {
    font-size: 31px;
    font-weight: bold;
}

section.page_content_data .entry-content p a{
    color: #E4183E;
}

section.page_content_data .entry-content p a.button {
    background: #E4183E;
    border: none;
    width: auto;
    height: 48px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    padding: 0 37px;
    display: inline-block;
    line-height: 48px;
}


.comment_post p.logged-in-as a {
    color: #000000;
    font-weight: 500;
    text-decoration: underline;
}

.our_company-block {
    background: #ffffff;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    margin-bottom: 35px;
    padding: 30px 35px;
}

.our_company-block h3 {
    letter-spacing: 0px;
    color: #2B2420;
    opacity: 1;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 16px;
}


section.home_post .our_company-block h4 {
    text-align: left;
    margin-bottom: 19px;
}


.our_company-block .address_dealer p {
    margin-bottom: 6px;
    font-weight: 500;
}

.our_company-block .address_dealer p a {
    color: #e4183e;
}


.page_content_data {
    padding-top: 45px;
    padding-bottom: 45px;
}



.login_form h2 {
font-size: 31px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 43px;
}

.login_form {
    width: 100%;
    max-width: 673px;
    background: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 40px 50px;
    margin: 70px auto;
}

#select_user_to_edit_form{display: none;}

.login_form form.wppb-user-forms li.wppb-form-field label,
.login_form .wppb-user-forms form#wppb-loginform p.wppb-form-field label {
left: 0px;
    position: relative;
    text-indent: inherit;
    width: 100%;
    float: none;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    font-family: 'Montserrat';
    margin-bottom: 6px;
}


.login_form form.wppb-user-forms li.wppb-form-field textarea {
    padding: 13px 20px;
    height: auto;
}


.login_form form.wppb-user-forms li.wppb-form-field textarea,
.login_form form.wppb-user-forms li.wppb-form-field select,
.login_form form.wppb-user-forms li.wppb-form-field input.text-input,
.login_form .wppb-user-forms form#wppb-loginform p.wppb-form-field input[type=password],
.login_form .wppb-user-forms form#wppb-loginform p.wppb-form-field input[type=text] {
    height: 66px;
    background: #f5f5f7;
    border: none;
    border-radius: 0px;
    padding: 0 18px;
}

.login_form .wppb-user-forms form#wppb-loginform p.wppb-form-field {
    margin: 0 0 22px;
}

.login_form .wppb-user-forms form#wppb-loginform p.wppb-form-field.login-remember label {
    margin-bottom: 0px;
}


.login_form form.wppb-user-forms p.form-submit input.submit.button,
.login_form .wppb-user-forms form#wppb-loginform p.login-submit input[type="submit"] {
    background: #e4183e;
    width: 100%;
    border: none;
    border-radius: 5px;
    height: 66px;
    font-size: 19px;
    color: #fff;
}

.login_form .wppb-user-forms p.login-register-lost-password a.login-lost-password {
    text-decoration: underline;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}

section.form-page {
    background: #f5f5f7;
    padding: 40px 0;
}


.login_form form.wppb-user-forms li.wppb-form-field h4 {
    text-align: left;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: solid 1px #eeeeee;
    padding-bottom: 12px;
    color: #e4183e;
}

.login_form form.wppb-user-forms li.wppb-form-field {
    margin-bottom: 8px;
}


.error404 section.our_company_dealers {
    padding: 100px 0;
}

.error404 section.our_company_dealers h1 {
    margin-bottom: 31px;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}


form.search-form {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

form.search-form input.search-field {
    background: #f1f1f1;
    border: solid 1px #eee;
    width: 514px;
    height: 46px;
    padding: 0 17px;
    font-size: 15px;
}

form.search-form input.search-submit {
    background: #E4183E;
    border: none;
    width: auto;
    height: 48px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    padding: 0 23px;
    font-size: 15px;
}

.search-no-results h1.entry-title {
    margin-bottom: 31px;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.search-no-results  form.search-form {
    margin-top: 35px;
}


.home_post .home_post_slider .item_box figure {
    position: relative;
}


.home_post .home_post_slider .item_box .date {
    display: block;
    background: #e4183ec7;
    position: absolute;
    bottom:0px; 
    text-align: center;
    font-size: 13px;
    color: #fff;
    padding: 9px 13px;
}

.home_post .home_post_slider .item_box figure a {
    display: block;
}

.home_post .home_post_slider .item_box figure a img {
    width: 100%;height: 183px;
    object-fit: cover;
}

section.download_pdf .pdf_link a.donl_pdf {
    background: #e4183e;
    border: none;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 22px;
    display: inline-block;
    border-radius: 2px;
    margin-top: 13px;
}


.navigation .wp-paginate{text-align: center;}
body .navigation .wp-paginate li .page{opacity: 1; font-size: 15px;background: #fff; color: #E4183E; border: 1px solid #E4183E; width: 30px; display: inline-block; height: 30px; line-height: 21px;}
body .navigation .wp-paginate li .page.current{opacity: 1; background: #E4183E; color: #fff; }
body .navigation .wp-paginate li a:hover{opacity: 1; background: #E4183E; color: #fff; }
body .navigation .wp-paginate li .next, body .navigation .wp-paginate li .prev{opacity: 1;font-size: 15px; background: #fff; color: #E4183E; border: 1px solid #E4183E; width: auto; display: inline-block; height: 30px; line-height: 21px;}
body .navigation .wp-paginate .title{font-size: 15px;}



.page-template-dealers section.depot_locations,
.page-template-dealers .our_company_dealers {
    padding-top: 55px;
    padding-bottom: 55px;
}

.page-template-dealers .col-md-6 {
    margin-bottom: 24px;
}

.page-template-dealers .our_company-block {
margin-bottom: 0px;
    padding: 30px 35px;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
}

section.depot_map h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

section.depot_map .dealers_map img {
    width: 100%;
}

section.Product_main_blocks .row {
    align-items: center;
}

.Product_main_blocks .Product_main_content h2 {
    color: #2b2420;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 18px;
}


.Product_main_blocks .Product_main_content h4 {
    color: #e4183e;
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
}


section.Product_main_blocks {
    background-color: #f5f5f7;
    background-image: url('../images/dot-bg-main.png');
    background-repeat: no-repeat;
    padding-top: 75px;
    padding-bottom: 75px;
}

.about_description {
    background-color: #f5f5f7;
    padding-bottom: 55px;padding-top: 50px;
}


.about_description .description ul li {
    color: #2b2420;
    font-weight: 500;
    font-size: 17px;
    position: relative;
    margin-bottom: 19px;
    padding-left: 37px;
}

.about_description .description ul li:before {
    background-image: url('../images/arrow-disc.png');
content: "";
    position: absolute;
    left: 0px;
    width: 26px;
    height: 27px;
    display: block;
    background-size: 24px;
    background-repeat: no-repeat;
    z-index: 2;
    top: 1px;
}


section.key_features_section {
    padding-top: 60px;
    padding-bottom: 35px;
}


.key_features_des h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.key_features_des .content ol {
    padding: 0px;
    margin: 0px;
}

.key_features_des .content ol li {
    font-size: 19px;
    display: block;
    line-height: 25px;
    color: #2b2420;
    font-weight: 500;
    margin-bottom: 20px;
}


.get-call-back {
    border-top: solid 3px #c8c8c8;
    border-bottom: solid 3px #c8c8c8;
}

.get-call-back .get-call-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

.get-call-back .get-call-btn h3 {
    font-size: 24px;
    margin: 0px;
    margin-right: 25px;
}

.get-call-back .get-call-btn a {
    background: #e3163d;
    min-width: 271px;
    text-align: center;
    color: #ffffff;
    line-height: 47px;
    padding: 0px 0;
    font-size: 21px;
    font-weight: 600;
    margin-left: 25px;
}


section.product_packers {
    background: #f5f5f7;
    padding-top: 68px;
    padding-bottom: 68px;
}

.product_packers .product_packers_item .content p {
    font-size: 17px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 13px;
}

.product_packers .product_packers_item .row {
    align-items: center;
}
.page-template-product .product_packers .product_packers_item .row { 
    box-shadow: 3px 5px 4px 4px #e9e7e7;
    padding: 10px 0px;
}

.product_packers .product_packers_item h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}

.product_packers .product_packers_item {
    margin-bottom: 56px;
}

.product_packers .product_packers_item:nth-child(even) .row {
    flex-direction: row-reverse;
}


.testimonials_part {
    background-image: url('../images/testimonials-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}


.testimonials_part h2 {
    font-size: 38px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 33px;
}

.testimonials_part .testimonials-wrapper a.author-img {
    display: inline-block;
    margin-bottom: 17px;
}


.testimonials_part .testimonials-wrapper {
    text-align: center;
}

.testimonials-wrapper a.author-img img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}


.testimonials_part .testimonials-wrapper-con p {
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 26px;
}


.testimonials_part .testimonials-wrapper-con {
    width: 100%;
    max-width: 703px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.testimonials_part .testimonials-wrapper-con a.readmore {
    width: 118px;
    display: inline-block;
    line-height: 40px;
    border: solid 1px #ffffff;
    color: #ffffff;
}


.testimonials_part .owl-carousel .owl-nav button {
    width: 57px;
    height: 47px;
    background: #e4183e;
    position: absolute;
    top: 43%;
    transform: translate(0, -50%);
}


.testimonials_part .owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

.testimonials_part .owl-carousel .owl-nav button span:before {
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 24px;
    display: inline-block;
    line-height: 24px;
}



.testimonials_part .owl-carousel .owl-nav button.owl-next span:before{
    content: "\f101";
}

.testimonials_part .owl-carousel .owl-nav button.owl-prev span:before{
       content: "\f100";
}

.testimonials_part .owl-carousel .owl-nav button span {
    font-size: 0px;
}



section.contentList {
    padding-top: 56px;
    padding-bottom: 56px;
}

section.contentList ul li p {
    font-size: 17px;
    font-weight: 500;
}


section.tab_slide {
    background: #f5f5f7;
    padding: 55px 0;
}


section.tab_slide h2 {
    text-align: center;
    font-size: 37.87px;
    font-weight: 600;
    margin-bottom: 35px;
}


section.tab_slide ul.tab_title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}


section.tab_slide ul.tab_title li {
    font-size: 16px;
    color: #838383;
    font-weight: 600;
    padding: 0 20px;
}

.tab_slide .tab_slider_item .row {
    align-items: center;
}

.tab_slide .tab_slider_item .content h3 {
    color: #2b2420;
    font-size: 24px;
    margin-bottom: 18px;
    font-weight: 600;
}

.tab_slide .tab_slider_item .content p {
    font-size: 17px;
    font-weight: 500;
    color: #2b2420;
}

section.tab_slide ul.tab_title li.activ_tab {
    color: #e4183e;
}

.tab_slide .owl-carousel .owl-nav button {
    width: 57px;
    height: 47px;
    background: #e4183e;
    position: absolute;
    top: 43%;
    transform: translate(0, -50%);
}
.tab_slide .owl-carousel .owl-nav button span {
    font-size: 0px;
}
.tab_slide .owl-carousel .owl-nav button.owl-prev span:before {
    content: "\f100";
}
.tab_slide .owl-carousel .owl-nav button span:before {
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 24px;
    display: inline-block;
    line-height: 24px;
}

.tab_slide .owl-carousel .owl-nav button.owl-next {
    right: 0px;
}
.tab_slide .owl-carousel .owl-nav button.owl-next span:before {
    content: "\f101";
}




.slider_actions {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 46px 0;
}


.slider_actions a.action-btn {
    min-width: 341px;
    background: #e4183e;
    text-align: center;
    line-height: 59px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin: 0 65px;
}


.product_banner {
    position: relative;
    overflow: hidden;
}


.product_banner-contant{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    width: 48%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    z-index: 1;}


.product_banner-contant:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: -80px;
    right: -150px;
    bottom: 0;
    z-index: -1;
    transform: skewX(-20deg);
}


.product_banner-contant h3 {
    font-size: 38px;
    color: #ffffff;
    font-style: italic;
    opacity: 0.7;
}

.product_banner-contant h2 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 12px;
}


.product_banner-contant p {
    font-size: 30px;
    color: #ffffff;
    font-style: italic;
    opacity: 0.7;
    line-height: 36px;
}

.product_banner .product_banner-img img {
    width: 100%;
    object-fit: cover;
    height: 600px;
}


.specifications-wrapper {
    padding-top: 55px;
    padding-bottom: 55px; background: #eee;
}


.specifications-wrapper h2 {
    font-size: 37.87px;
    font-weight: 600;
    margin-bottom: 35px;
}


.specifications-wrapper #to-do-lists {
    display: inline-block;
    width: 100%;
}



.specifications-wrapper #to-do-lists ul#myTab {
    border-bottom: solid 1px #e7e7e7;
    margin-bottom: 23px;
}

.specifications-wrapper #to-do-lists ul#myTab li button {
    font-size: 17.87px;
    color: #010101;
    border: none;
    margin-bottom: 0px;
    font-weight: 700;
        padding:0.5rem 1.8rem;
        position: relative;
}


.specifications-wrapper #to-do-lists ul#myTab li button.active {
    color: #e4183e;
}


.specifications-wrapper #to-do-lists ul#myTab li button.active:before {
    border-bottom: solid 2px #e4183e;
}


.specifications-wrapper #to-do-lists ul#myTab li button:before {
    content: "";
    border-bottom: solid 2px transparent;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    right: 0;
}


.specifications-wrapper .tab-pane {
    padding: 8px 30px;
}


.specifications-wrapper .tab-pane ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 21px;
}


.specifications-wrapper .tab-pane ul li strong {
    display: block;
    width: 31%;
    font-size: 15px;
    font-weight: 700;
    color: #000000;
}

.specifications-wrapper .tab-pane ul li p {
    color: #010101;
    font-weight: 500;
    font-size: 14.87px;
    width: 60%;
    margin-bottom: 0px;
}



section.video_gallery {
    background: #f5f5f7;
    padding-top: 50px;
    padding-bottom: 50px;
}

section.image_gallery {
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}


section.video_gallery h2 {
    font-size: 29px;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 33px;
    letter-spacing: 0px;
    text-transform: uppercase;
}


section.image_gallery .owl-carousel .owl-nav button,
section.video_gallery .owl-carousel .owl-nav button {
    z-index: 1;
    background: #e3163d;
    width: 60px;
    height: 60px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 43%;
    display: block;
    transform: translate(0px, -50%);
}


section.image_gallery .owl-carousel .owl-nav button.disabled,
section.video_gallery .owl-carousel .owl-nav button.disabled{
    display: none;
}


section.image_gallery .owl-carousel .owl-nav button.owl-prev,
section.video_gallery .owl-carousel .owl-nav button.owl-prev {
    left:-72px;
}


section.image_gallery .owl-carousel .owl-nav button.owl-next,
section.video_gallery .owl-carousel .owl-nav button.owl-next {
    right:-72px;
}


section.image_gallery .owl-carousel .owl-nav button.owl-prev span:before,
section.video_gallery .owl-carousel .owl-nav button.owl-prev span:before{
    content: "\f100";
    font-family:FontAwesome;    
    color: #fff;
    font-size: 25px;
}


section.image_gallery .owl-carousel .owl-nav button.owl-next span:before,
section.video_gallery .owl-carousel .owl-nav button.owl-next span:before{
       content: "\f101";
    font-family:FontAwesome;    
    color: #fff;
    font-size: 25px;
}

section.image_gallery .owl-carousel .owl-nav button span, section.video_gallery .owl-carousel .owl-nav button span {
    display: block;
    text-align: center;
    font-size: 0px;
}

.image_gallery_slider .owl-carousel .owl-dots,
section.video_gallery .owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 0;
    margin-top: 40px;
}


.image_gallery_slider .owl-carousel .owl-dots button.owl-dot,
section.video_gallery .owl-carousel .owl-dots button.owl-dot {
    background: rgba(0, 0, 0, 0.22);
    border: 0px;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 20px;
    outline: none;
    margin: 0 5px;
}


.image_gallery_slider .owl-carousel .owl-dots button.owl-dot.active,
section.video_gallery .owl-carousel .owl-dots button.owl-dot.active {
    background: #e3163d;
}


section.image_gallery .image_gallery_slider ul a.image_gallery_item,
.video_gallery_slider .owl-item li a.popup-youtube {
    position: relative;
    display: block;
    overflow: hidden;
}

.video_gallery_slider .owl-item li a.popup-youtube:before {
    background-color: rgba(227, 22, 61, 0.7);
    width: 110px;
    height: 70px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "\f04b";
    font-family: 'FontAwesome';
    text-align: center;
    line-height: 70px;
    color: #ffffff;
    font-size: 27px;
    z-index: 1;
}



.video_gallery_slider .owl-item li a.popup-youtube:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
}



.video_gallery_slider .owl-item li a.popup-youtube img {
    height: 240px;
    object-fit: cover;
    width: 100%;
        -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

section.image_gallery .image_gallery_slider ul a.image_gallery_item:hover img{
       opacity: 0.8; 
           -webkit-transform: scale(1.1);
    transform: scale(1.1);

}


section.image_gallery .image_gallery_slider ul a.image_gallery_item img {
    height: 240px;
    object-fit: cover;
    width: 100%;
            -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}


section.image_gallery h2 {
    font-size: 29px;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 33px;
    letter-spacing: 0px;
    text-transform: uppercase;
}


@media (max-width: 1300px){


section.image_gallery .owl-carousel .owl-nav button.owl-next, section.video_gallery .owl-carousel .owl-nav button.owl-next {
    right: -40px;
}

section.image_gallery .owl-carousel .owl-nav button.owl-prev, section.video_gallery .owl-carousel .owl-nav button.owl-prev {
    left: -40px;
}

}


@media (max-width: 1199px){


.head-inner .logo-main a img {
    max-width: 120px;
}

header.header-wrapper .navgation-section ul.navbar-nav li a {
    font-size: 14px;
    padding: 0 16px;
}


.head-inner .right-head .login-block a {
    padding: 0 16px;
    font-size: 14px;
    line-height: 47px;
}


.head-inner .right-head .login-block a span.icon img {
    width: 18px;
}

.about-more-content {
    padding-left: 30px;
    padding-top: 14px;
}

section.about-more {
    padding-bottom: 126px;
}


.history-more-content {
    padding-left: 45px;
    padding-top: 42px;
}



footer .footer_top {
    padding-top: 41px;
    padding-bottom: 24px;
}

footer .footer_top .footer_address>img {
    max-width: 122px;
}


footer .footer_top ul.contact_address_list li a,
footer .footer_top ul.contact_address_list li p {
    font-size: 13px;
}

footer .footer_top  h3 {
    font-size: 18px;
}

footer .footer_top .footer_links ul.menu li a {
    font-size: 13px;
}

footer .footer_top .footer_newslatter p {
    font-size: 13px;
}


.product_banner-contant h3 {
    font-size: 25px;
}


.product_banner-contant h2 {
    font-size: 46px;
    margin-bottom: 20px;
}


.product_banner-contant p {
    font-size: 22px;
    line-height: 32px;
}


.specifications-wrapper .tab-pane ul li strong {
    width: 36%;
}


.banner_image.banner_image_withtitle .homevideo_content h3 {
    font-size: 28px;
}

.banner_image.banner_image_withtitle .homevideo_content h2 {
    font-size: 43px;
}

.banner_image.banner_image_withtitle .homevideo_content p {
    font-size: 23px;
    line-height: 32px;
}

}



@media (max-width:991px){


.banner_image.banner_image_withtitle .homevideo_content {
    width: 100%;
        padding: 0px 25px;
}


.head-inner .search-block .search_form form.search-form input.search-submit {
    padding: 0 22px;
    font-size: 13px;
}

.head-inner .search-block .search_form form.search-form input[type="search"] {
    width: 100%;
    height: 46px;
    padding: 0 17px;
}

.banner_image.banner_image_withtitle .container {
    top: 46%;
}


.head-inner .navgation-section nav.navbar {
    position: static;
}

.head-inner .navgation-section .navbar-collapse {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 78px;
    background: #ffffff;
    z-index: 20;
}
header.sticky .head-inner .navgation-section .navbar-collapse {top:55px;}

.head-inner .navgation-section .navbar-collapse ul.navbar-nav {
    display: block;
}


.head-inner .navgation-section .navbar-collapse ul.navbar-nav li a {
    color: #000000;
    font-weight: 600;
    display: block;
    border-bottom: solid 1px #eeeeee;
    padding: 10px 15px;
}

.head-inner .navgation-section nav.navbar button.navbar-toggler {
    background: #fff;
    border-radius: 0px;
}


.head-inner .navgation-section nav.navbar button.navbar-toggler:focus{
    outline: none;
    border: none;
    box-shadow: none;
}


.head-inner .navgation-section nav.navbar button.navbar-toggler span.navbar-toggler-icon {
    color: #000000;
}



.head-inner .navgation-section nav.navbar button.navbar-toggler span.navbar-toggler-icon:before {
    content: "\f0c9";
    font-family: 'FontAwesome';
}

.head-inner .navgation-section nav.navbar button.navbar-toggler {
    background: #fff;
    border-radius: 0px;
    padding: .15rem .45rem;
    line-height: 30px;
}

.head-inner .navgation-section nav.navbar button.navbar-toggler span.navbar-toggler-icon:before {
    content: "\f0c9";
    font-family: 'FontAwesome';
    color: #e4183e;
}

.head-inner .navgation-section {
    margin-left: 20px;
}

header.header-wrapper .navgation-section ul.navbar-nav li.menu-item-has-children a:before {
    right: 13px;
    top: 7px;
    font-size: 12px;
}


header.header-wrapper .navgation-section ul.navbar-nav li ul.sub-menu {
    display: block;
    position: relative;
    z-index: 10;
    padding:0px 10px;
}

header.sticky .head-inner .logo-main img{height: 35px;} 
header.sticky .head-inner .right-head .login-block a{font-size:0px;}
header.sticky .head-inner { padding: 0px;}

.head-inner .right-head .login-block a {
    font-size: 0px;
}

.head-inner .right-head .call-block a {
    font-size: 0px;
}


.home_slider .banner_image.item .home_banner_con h3 {
    font-size: 21px;
    width: 100%;
}

.product_banner-contant p {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
}



.wrapper .banner_video {
    position: relative;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

.wrapper .banner_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    top: 0;
    left: 0;
}




section.about-more {
    background-color: #F5F5F7;
    background-image: url('../images/dot-bg.png');
    background-size: auto;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
}


.about-more-img img {
    width: 100%;
}

.about-more-content {
    padding-left: 0px;
    padding-top: 0px;
}


.about-more-content h2 {
    font-size: 25px;
    margin-bottom: 15px;
}

.about-more-content blockquote {
    font-size: 14px;
    line-height: 22px;
    padding-left: 20px;
    margin-bottom: 15px;
}

.history-more-content .description p {
    line-height: 24px;
    font-size: 14px;
}


.about-more-content .description {
    font-size: 14px;
}


section.history-more .history-more-img {
    margin-top: 0px;
}


.history-more-content {
    padding-left: 0px;
    padding-top: 34px;
}

.history-more-content h2 {
    font-size: 25px;
}


section.home_post h2 {
    font-size: 25px;
}

footer .footer_top .footer_links {
    padding-bottom: 40px;
}

footer .footer_top .footer_address {
    padding-bottom: 40px;
}


footer .footer_top .footer_links li.widget_nav_menu {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 24px;
}

footer .footer_top .footer_links ul.menu li {
    width: 100%;
}

.footer_bottom .footer_developedby span {
    display: flex;
    justify-content: center;
}




footer .footer_top .col-md-4,
footer .footer_top .col-md-5,
footer .footer_top .col-md-3 {
    width: 33.333%;
}


.about_section h2 {
    font-size: 25px;
}

h2.unidrip_packers_h2 {
    font-size: 25px;
}


.about_section h4 {
font-size: 16px;
}


.about_section .description p {
    font-size: 14px;
}

.key_features h2 {
    font-size: 25px;
}


section.key_features ul li:before {
    width: 8px;
    height: 8px;
    top: 6px;
}


section.key_features ul li {
    font-size: 14px;
    margin-bottom: 15px;
    padding-left: 17px;
    padding-right: 18px;
}


.features_table table.table-wrapper.table thead th {
    font-size: 13px;
}


.features_table table.table-wrapper.table tbody td {
    font-size: 13px;
}



.home_post .home_post_slider .item_box {
    padding: 14px 14px 33px;
    margin-top: 23px;
}


.home_post .home_post_slider .item_box h2 {
    font-size: 13px;
    min-height: 65px;
    line-height: 20px;
}


.home_post .home_post_slider a.View-more {
    font-size: 15px;
    padding-left: 40px;
    padding-top: 6px;
}

.home_post .home_post_slider a.View-more:before {
    width: 32px;
    height: 32px;
}


.product_banner-contant {
    color: #fff;
    width: 100%;
        align-items: center;
        padding: 0 20px;
}


.product_banner-contant:before {
    width: 100%;
    transform: none;
    left: 0;
    right: 0;
}

.product_banner-contant h2 {
    font-size: 43px;
    margin-bottom: 9px;
}

.product_banner .product_banner-img img {
    height: 403px;
}

.product_banner-contant h3 {
    font-size: 23px;
}


.Product_main_blocks .Product_main_content h2 {
    font-size: 25px;
}


.about_description .description ul li {
    font-size: 15px;
}

.key_features_des .content ol li {
    font-size: 15px;
}

.product_packers .product_packers_item .content p {
    font-size: 15px;
}

.testimonials_part .testimonials-wrapper-con p {
    font-size: 15px;
}

.testimonials_part .testimonials-wrapper-con {
    max-width: 503px;
}


section.tab_slide h2 {
    font-size: 29px;
}

.tab_slide .tab_slider_item .content p {
    font-size: 15px;
}


.slider_actions a.action-btn {
    min-width: 341px;
    margin: 0 12px;
}


.slider_actions a.action-btn {
    min-width: auto;
    line-height: 59px;
    font-size: 16px;
    margin: 0 12px;
    padding: 0 45px;
}


.specifications-wrapper h2 {
    font-size: 29px;
    margin-bottom: 35px;
}


.specifications-wrapper .tab-pane {
    padding: 8px 0px;
}

.specifications-wrapper #to-do-lists ul#myTab li button {
    font-size: 15px;
    padding: 0.5rem 1.8rem;
}


.Product_main_content {
    margin-top: 35px;
}

.product_packers .product_packers_item h3 {
    margin-top: 24px;
}


.testimonials_part .owl-carousel .owl-nav button{
    display: none;
}


section.product_packers {
    padding-top: 38px;
    padding-bottom: 38px;
}


.video_gallery_slider .owl-item li a.popup-youtube img {
    height: 171px;
}


.video_gallery_slider .owl-item li a.popup-youtube:before {
    width: 67px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    z-index: 1;
}


section.image_gallery .owl-carousel .owl-nav button, section.video_gallery .owl-carousel .owl-nav button {
    width: 44px;
    height: 39px;
    font-size: 20px;
    top: 43%;
}


section.image_gallery .image_gallery_slider ul a.image_gallery_item img {
    height: 171px;
}


section.image_gallery h2,
section.video_gallery h2 {
    font-size: 23px;
}



}



@media (max-width:767px){


.about-more-content {
    padding-top: 30px;
}

section.history-more {
    padding-bottom: 70px;
    padding-top: 45px;
}


.about_section {
    padding-top: 42px;
}


section.key_features {
    padding: 40px 0;
}

section.key_features ul li {
    width: 100%;
}

.footer_bottom .footer_copyright {
    padding: 4px 0;
}


footer .footer_top .col-md-4,
footer .footer_top .col-md-5,
footer .footer_top .col-md-3 {
    width: 100%;
}

.footer_bottom {
    text-align: center;
}


.home_post .home_post_slider .item_box h2 {
    min-height: auto;
}


section.tab_slide ul.tab_title li {
    font-size: 13px;
    padding: 0 6px;
}


.tab_slider_item .content {
    margin-top: 25px;
}

.slider_actions {
    display: block;
    padding: 40px 20px;
}

.slider_actions a.action-btn {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    box-sizing: border-box;
    margin-left: 0px;
    margin-right: 0px;
}


.specifications-wrapper #to-do-lists ul#myTab li button {
    font-size: 12px;
    padding: 0.5rem 1.1rem;
}

.specifications-wrapper .tab-pane ul li strong {
    font-size: 12px;
}

.specifications-wrapper .tab-pane ul li p {
    font-size: 12px;
}
.get-call-back .get-call-btn h3{font-size: 20px;margin-right: 10px;}
.get-call-back .get-call-btn a{ min-width: 170px;font-size: 18px;}
.product_banner-contant h2{font-size: 35px;}


.banner_image.banner_image_withtitle .homevideo_content h3 {
    font-size: 20px;
}

.banner_image.banner_image_withtitle .homevideo_content h2 {
    font-size: 32px;
}

.banner_image.banner_image_withtitle .homevideo_content p {
    font-size: 18px;
    line-height: 25px;
}

section.image_gallery .owl-carousel .owl-nav button.owl-next, section.video_gallery .owl-carousel .owl-nav button.owl-next {
    right: -6px;
}

section.image_gallery .owl-carousel .owl-nav button.owl-prev, section.video_gallery .owl-carousel .owl-nav button.owl-prev {
    left: -6px;
}


}


@media (max-width:480px){

.get-call-back .get-call-btn h3{font-size: 17px; }
.get-call-back .get-call-btn a{ min-width: 150px;font-size: 15px;}
section.tab_slide ul.tab_title{display: block;}
section.tab_slide ul.tab_title li{padding: 3px 6px;background: #eee;border-bottom: 2px solid #fff;}
.tab_slide .owl-carousel .owl-nav button{    top: 38%;}
section.tab_slide{padding: 0px;}

}