/*
font-family: 'pt_sansregular';
font-family: 'pt_sansbold';
*/
body,
html {
    margin: 0 !important;
}

a {
    transition: ease 0.5s;
}

body {
    font-family: 'pt_sansregular';
    color: #000;
    line-height: 26px;
    font-size: 16px;
    transition: left 0.5s;
}

a,
button,
input,
a:focus,
button:focus,
input:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: none;
    line-height: normal;
    font-family: 'pt_sansbold';
    font-weight: normal;
    color: #000000;
}

.clear {
    clear: both
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.dis-table {
    display: table;
    height: 100%;
    width: 100%;
}

.dis-table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

.row {
    margin: 0 -15px;
}

div[class*="col"] {
    padding: 0 15px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.show-on-desktop {
    display: inline-block !important;
}

.show-on-mobile {
    display: none !important;
}

.show-on-ipad {
    display: none !important;
}

.hide-on-desktop {
    display: none !important;
}

.default_btn a {
    display: inline-block;
    font-size: 17px;
    border-radius: 5px;
    color: #fff;
    background: #b30f10;
    padding: 12px 30px;
    text-decoration: none;
    font-family: 'pt_sansbold';
    min-width: 160px;
    text-align: center;
}

.default_btn a:hover {
    background: #000;
}

.entry-header {
    display: none
}

.page {
    margin: 0 auto !important;
}

/*header */
.logged-in .site-header {
    top: 32px;
}

.site-header {
    /*float:left;*/
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, .10);
    background: #fff;
}

.site-header .top_bar {
    background: #f57e00;
    padding: 0px;
    min-height: 5px;
    position: relative;
}

.site-header .top_bar .row {
    display: flex;
}

.site-header .top_bar .col-4 {
    width: 280px;
    position: relative;
    min-height: 1px;
}

.site-header .top_bar .col-8 {
    width: calc(100% - 280px);
    position: relative;
    min-height: 1px;
}

.site-header .top_contact_info {
    display: flex;
    padding-top: 6px;
}

.site-header .top_contact_info .address,
.site-header .top_contact_info .email {
    display: flex;
    align-items: center;
    padding-right: 25px;
    margin-right: 25px;
    position: relative;
}

.site-header .top_contact_info .address .icon {
    float: left;
    width: 25px;
    position: relative;
}

.site-header .top_contact_info .address .icon i {
    background: url('../images/pin.png') no-repeat left top;
    display: block;
    width: 14px;
    height: 18px;
}

.site-header .top_contact_info .address .text {
    float: left;
    width: calc(100% - 25px);
    padding-left: 0px;
    line-height: normal;
    color: #fff;
    font-size: 16px;
}

.site-header .top_contact_info .address:after {
    content: '';
    height: 18px;
    width: 1px;
    background: #fff;
    position: absolute;
    left: -25px;
    top: 2px;
}

.site-header .top_contact_info .email .icon {
    float: left;
    width: 25px;
    position: relative;
}

.site-header .top_contact_info .email .icon i {
    background: url('../images/mail.png') no-repeat left top;
    display: block;
    width: 21px;
    height: 21px;
}

.site-header .top_contact_info .email .text {
    float: left;
    width: calc(100% - 25px);
    padding-left: 0px;
    line-height: normal;
    color: #fff;
    font-size: 16px;
    padding-left: 10px;
}

.site-header .top_contact_info .address a:hover .text,
.site-header .top_contact_info .email a:hover .text {
    text-decoration: underline;
}

.site-header .social_icons {
    display: flex;
    align-items: center;
    justify-content:end;
}

.site-header .social_icons ul {
    padding: 0px;
    margin: 0px;
}

.site-header .social_icons ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
    padding: 0 5px;
    font-size: 16px;
    color: #000;
}

.site-header .social_icons ul li i {
    font-size: 18px;
}

.site-header .social_icons ul li a {
    color: #000;
    text-decoration: none;
}

.site-header .social_icons ul li a:hover i {
    color: #000;
}

.site-header .topHeader {
    border-bottom: 1px solid #ccc;
    transition: top 0.5s;
    position: relative;
}

/*.site-header .topHeader:before { content: ''; width: calc(50% - 360px); height: 100%; position: absolute; top: 0; right: 0; background: #e00; }*/
.site-header .topHeader .row {
    display: flex;
    flex-wrap: wrap;
}

.site-header .topHeader .col-3 {
    width: 200px;
    position: relative;
    min-height: 1px;
}

.site-header .topHeader .col-2 {
    width: 300px;
    /*! position: relative; */
    /*! min-height: 1px; */
}

.site-header .topHeader .col-7 {
    width: calc(100% - 600px);
}

.site-header .topHeader .logo {
    padding: 5px 0 5px;
    text-align: center;
}

.site-header .topHeader .logo img {
    max-width: 210px;
    text-align: center;
}

.site-header .phone {
    height: 100%;
    /*! background-color: #e00; */
    /*! position: relative; */
    color: #000;
}

.site-header .phone a {
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
    position: relative;
    color: #000;
}

.site-header .phone .icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    float: left;
    position: relative;
}

.site-header .phone .icon i {
    background: url('../images/phone.png') no-repeat center;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.site-header .phone .text {
    float: left;
    width: calc(100% - 46px);
    padding-left: 12px;
    line-height: normal;
    color: #000;
}

.site-header .phone .text label {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    font-family: 'pt_sansregular';
    display: inline-block;
}

.site-header .phone .text span {
    font-size: 24px;
    display: block;
    color: #000;
    font-family: 'pt_sansbold';
}

.site-header .phone:before {
    /*! content:''; */
    width: 100%;
    height: 100%;
    /*! background:#e00; */
    /*! transform:skew(-27deg); */
    /*! position:absolute; */
    /*! left: -26px; */
}



.product-img h3 {
    margin: 0
}


.text_heading {
    display: flex;
    align-items: center !important;
    text-align: center;
}

.text_heading h1 {
    width: 410px
}

.text_heading:before {
    content: '';
    height: 2px;
    width: 32%;
    background: #000
}

.text_heading:after {
    content: '';
    height: 2px;
    width: 32%;
    background: #000
}

.elementor img {
    max-width: 75%
}

.amazon_button{margin-top: 25px;}

.Contact_detail a{color:#f57e00}
.Contact_detail a:hover{color:#000}

/* Start Home page Featured Products */

/*.wrapper {
    height: 460px;
    display: flex;
    margin: auto;
}*/

.img-box {
    
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex;
}

.image1 {
    border-radius: 1rem;
    position: relative;
    transition: 0.5s ease-in-out;
}

.image2 {
    position: absolute;
    border-radius: 1rem;
    transition: 0.5s ease-in-out;
    opacity: 0;
}

.img-box:hover .image1 {
    opacity: 0;
}

.img-box:hover .image2 {
    opacity: 100%;
}

.watermark {
    position: absolute;
    margin-top: 25rem;
}

/* End Home page Featured Products */




/* contact_form */
.form-group input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    border: 1px solid #dedede;
    height: 55px;
    font-size: 17px;
    padding: 5px 15px;
    border-radius: 0px;
}


.form-group textarea {
    height: 200px;
    border: 1px solid #dedede;
    font-size: 18px;
    padding: 10px 15px;
    resize: none;
    border-radius: 0px;
}

.form-group button {
    border: none;
    display: inline-block;
    font-size: 17px;
    border-radius: 5px;
    color: #fff;
    background:#f57e00;
    padding: 16px 30px;
    text-decoration: none;
    min-width: 160px;
    text-align: center;
    transition: ease-out 0.4s;
}

.contact_num a {
    color: #cd2628
}




/*site footer*/
.footer_logo {
    margin-bottom: 15px
}
.site-footer .center{text-align:center}
/*.tagline { text-align: center; padding: 30px 15px; font-size: 18px; font-weight: 600; }*/
.site-footer {
    float: left;
    width: 100%;
    position: relative;
    
}

.site-footer .footer {
    position: relative;
    background: #f57e00;
    background-size: cover;
    padding: 40px 0px;
}

.site-footer h2 {
    font-size: 24px;
    color: #fff;
    margin: 0px 0 20px 0;
    font-family: 'pt_sansbold';
    position: relative;
    text-transform: uppercase;
}

.site-footer .row {
    display: flex;
    flex-wrap: wrap;
}

.site-footer .col-4 {
    width: 33.33%;
}

.site-footer .widget_text p {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.site-footer .get_in_touch .text {
    font-size: 16px;
    color: #fff;
}

.site-footer .social_icons {
    justify-content: left;
    margin-top: 20px;
    display: inline-grid;
}

.site-footer .social_icons ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.site-footer .social_icons li {
    list-style-type: none;
    margin-right: 20px;
}

.site-footer .social_icons li i {
    color: #fff;
    font-size: 28px;
    vertical-align: top;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: ease 0.5s;
}

.site-foote .social_icons li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    display: block;
    display: inline-block;
    background: #363636;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
}

.site-footer .social_icons li a:hover i {
    color: #4272b6;
}

.site-footer ul.menu {
    padding: 0px;
    margin: 0px;
}

.site-footer ul.menu li {
    list-style-type: none;
    position: relative;
    padding-bottom: 10px;
    padding-left: 24px;
}

.site-footer ul.menu li:before {
    content: '\f054';
    position: absolute;
    left: 0;
    top: 1px;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
}

.site-footer ul.menu li a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
}

.site-footer ul.menu li a:hover {
    text-decoration: underline;
}

.site-footer ul.menu li ul {
    display: none !important;
}

.site-footer a {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    display: inline-block;
}

.site-footer a:hover,
.site-footer a:hover p {
    text-decoration: underline;
}

.site-footer .address {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px;
}

.site-footer .address:before {
    content: '\f3c5';
    position: absolute;
    left: 0;
    top: 2px;
    width: 42px;
    height: 42px;
    color: #fff;
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
}

.site-footer .address p {
    margin: 0px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.site-footer .phone {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px;
    font-size: 16px;
    color: #fff;
}

.site-footer .phone:before {
    content: '\f095';
    position: absolute;
    left: 0;
    top: 0px;
    width: 36px;
    height: 36px;
    color: #fff;
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
}

.site-footer .email {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px;
    font-size: 16px;
    color: #fff;
}

.site-footer .email:before {
    content: '\f0e0';
    position: absolute;
    left: 0;
    top: 0px;
    width: 34px;
    height: 34px;
    color: #fff;
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
}
.site-footer .pd_lt{padding-left:9%}
.site-footer .pd_lt_1{padding-left:5%}
.copyright {
    position: relative;
    background: #000;
    text-align: center;
    padding: 5px 0;
}

.copyright p {
    margin: 0px;
    font-size: 13px;
    color: #fff;
}

.copyright p a {
    text-decoration: underline;
}

.copyright p a:hover {
    text-decoration: none;
}

#scroll-up {
    position: fixed;
    bottom: 90px;
    right: 40px;
    width: 45px;
    height: 45px;
    opacity: 1;
    z-index: 99999;
    color: #fff;
    cursor: pointer;
    line-height: 45px;
    text-align: center;
    background-color: #000;
    border-radius: 50%;
}

.page-id-23 .site-footer,
.page-id-21 .site-footer {
    border-top: 50px solid #fff;
}

/*site footer*/

.product-img .elementor-image-box-img {
    padding: 15px;
    background: #fff
}

.product-img .elementor-image-box-title {
    padding: 10px 0 8px
}



/* ====404 Page=== */
.top_banner {
    float: left;
    width: 100%;
    height: 400px;
    background-color: #333;
    background-position: center;
    background-size: cover;
    position: relative;
}

.top_banner .container {
    height: 100%;
    position: relative;
}

.top_banner .overlay {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.top_banner .overlay h1 {
    font-size: 54px;
    line-height: 54px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.top_banner.no-banner {
    height: 160px;
}

.error-404-page {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 60px 0 20px;
    background: #f7f7f7;
}

.error-404 {
    text-align: center;
    padding-bottom: 60px;
}

.error-404 h1 {
    font-size: 42px;
    margin: 0px 0 20px 0;
    color: #000;
}

.error-404 .page-content {
    margin: 0px;
}

.error-404 p {
    font-size: 22px;
    margin: 0px;
}

.error-404 .default_btn {
    margin-top: 30px;
}

.contact_num1 {
    width: 50%;
    float: left;
    font-size: 20px;
    font-weight: bold
}




@media (min-width:768px) {
    .phone_mob {
        display: none
    }

}


@media (min-width:996px) and (max-width:1199px) {
    .site-header .topHeader .col-2{display:none}
    .navigation {
        position: absolute;
        right: 0;
        top: 60px;
        width: 100%;
    }

    .site-header {
        overflow: inherit;
    }

    .site-header .top_bar .wrap i {
        font-size: 18px;
        color: #000;
    }

    .site-header .container {
        width: 100%;
    }

    .site-header .topHeader .logo {
        padding-top: 12px;
    }

    .site-header .topHeader .col-3 {
        width: 200px;
    }

    .site-header .topHeader .col-2 {
        width: 300px;
    }

    .site-header .topHeader .col-7 {
        width: calc(100% - 800px);
    }

    .site-header .phone {
        z-index: 1;
    }

    .site-header .phone::after {
        z-index: -1;
        right: -15px;
        width: 100%;
    }

    .homeSlider,
    .top_banner {
        margin-top: 110px;
    }

    .homeSlider ul li .overlay .content {
        min-width: inherit;
        min-height: inherit;
        padding: 0px;
    }

    .homeSlider ul li .overlay .content h1 {
        font-size: 60px;
        line-height: 34px;
        margin-top: 25px;
    }

    .homeSlider ul li .overlay .content h2 {
        font-size: 40px;
        line-height: 34px;
    }

    .homeSlider ul li .overlay .content .text {
        font-size: 17px;
        line-height: 28px;
    }

    .homeSlider ul li .overlay .content .default_btn {
        margin-top: 20px;
    }

    .homeSlider ul li {
        height: 550px;
    }

    .copyright {
        padding-top: 20px;
        border-top: 1px solid #00429b;
    }

    .copyright::before {
        display: none;
    }

    .copyright p {
        font-size: 15px;
        line-height: normal;
    }

    .top_banner h1 {
        font-size: 30px;
    }

}

@media (max-width:991px) {
    .product-img .elementor-image-box-title {
        padding: 4px 0 0px
    }
}

@media(min-width:768px) and (max-width:995px) {
    .site-header .topHeader .logo img {
        max-width: 150px;
    }

    .navigation {
        position: absolute;
        right: 0px;
        top: 40px;
        width:100%
    }

    .hide-on-ipad {
        display: none !important;
    }

    .show-on-ipad {
        display: inline-block !important;
    }

    .site-header {
        overflow: inherit;
    }

    .site-header .top_bar .wrap i {
        font-size: 18px;
        color: #fff;
    }

    .site-header .topHeader {
        background: #fff;
    }

    .site-header .topHeader .logo {
        padding-top: 8px;
    }

    .site-header .top_bar .wrap {
        padding: 1px 0;
    }

    .site-header .container {
        width: 100%;
    }

    .site-header .topHeader .col-3 {
        width: 200px;
    }

    .site-header .topHeader .col-2 {
        width: 300px;
        display: none
    }

    .site-header .topHeader .col-7 {
        width: calc(100% - 670px);
    }

    .site-header .phone {
        z-index: 1;
    }

    .site-header .phone::after {
        z-index: -1;
        right: -15px;
        width: 100%;
    }

    .home .homeSlider ul li {
        height: 461px;
    }

    .homeSlider ul li .overlay .content {
        min-width: inherit;
        min-height: inherit;
        padding: 0px;
    }

    .homeSlider ul li .overlay .content h1 {
        font-size: 40px;
        line-height: 34px;
        margin-top: 5px;
    }

    .homeSlider ul li .overlay .content h2 {
        font-size: 30px;
        line-height: 34px;
    }

    .homeSlider ul li .overlay .content .text {
        font-size: 17px;
        line-height: 28px;
    }

    .homeSlider ul li .overlay .content .default_btn {
        margin-top: 20px;
    }

    .top_banner.no-banner-img {
        height: 375px;
    }

    .welcome_text .editor_content h2,
    .top_banner .overlay h1,
    .services .heading h2,
    .about_company h2,
    .what_we_do h2,
    .latest_blog h2 {
        font-size: 30px;
    }

    .services .wrap {
        justify-content: center;
    }

    .services .wrap .icon {
        margin: 15px 0 40px 0px;
    }

    .services .wrap .content {
        width: 100%;
        padding-left: 0;
    }

    .copyright::before {
        display: none;
    }

    .copyright p {
        font-size: 15px;
        line-height: normal;
    }

    .top_banner h1 {
        font-size: 30px;
    }

    .post_page .col-8,
    .post_page .col-4 {
        width: 100%;
    }

    .text_blocks .row {
        margin: 0 -15px;
    }

    .text_blocks .col-6 {
        padding: 0 15px;
    }

    .text_blocks .image.right,
    .text_blocks .image.left {
        width: calc(50% - 15px);
    }

    .text_blocks.middle .image {
        width: 100%;
    }

    .text_blocks.middle .image.left .icon {
        right: 21px;
        bottom: -30px;
    }

    .post_list li {
        width: 50%;
    }

    .contact_page .contact_info .col-4 {
        width: 100%;
    }


}

@media (max-width:767px) {
.site-footer .ft_logo img{width:80%}
.site-footer .footer{padding: 40px 0px 0px 0;}
    .site-footer .pd_lt_1 {padding-left: 9%;}
    .site-footer .center{text-align:left; padding-left: 6%;}
    .our_mission{display:none !important;}
    .amazon_button_ft{margin-top:20px;}
    .site-header .topHeader .logo img {
        max-width: 130px;
    }

    .site-header .topHeader .col-2 {
        display: none
    }

    .navigation {
        position: absolute;
        right: 0;
        top: 40px;
        width: 100%;
    }

    .main_banner .elementor-widget-container img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .footer_logo {
        margin-bottom: 10px
    }

    .phone_mob {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 3px;
        font-size: 15px;
        position: relative
    }

    .phone_mob a {
        color: #fff;
        text-decoration: none;
        position: relative
    }

    .phone_mob:before {
        content: '';
        width: 90%;
        height: 100%;
        background: #000;
        position: absolute;
        right: 0;
        top: -10px;
        right: -30px;
        min-height: 40px;
        transform: skew(-27deg);
    }

    .hide-on-mobile {
        display: none !important;
    }

    .show-on-mobile {
        display: block !important;
    }

    .site-header {
        overflow: inherit;
    }

    .site-header .top_bar {
        overflow: hidden
    }

    .site-header .top_bar .wrap i {
        font-size: 18px;
        color: #fff;
    }

    .site-header .topHeader {
        background: #fff;
    }

    .site-header .topHeader .logo {
        padding-top: 8px;
        padding-bottom: 4px
    }

    .site-header .top_bar .wrap {
        padding: 1px 0;
    }

    .site-header .container {
        width: 100%;
    }

    .site-header .topHeader .col-3 {
        width: 200px;
    }

    .site-header .topHeader .col-9 {
        width: calc(100% - 200px);
    }

    .site-header .top_contact_info .address,
    .site-header .top_contact_info .email {
        padding-right: 15px;
        margin-right: 15px;
    }

    .site-header .top_contact_info .address::after {
        left: -15px;
    }

    .site-header .phone {
        z-index: 1;
    }

    .site-header .phone::after {
        z-index: -1;
        right: -100%;
        width: 100%;
    }

    .home .homeSlider ul li {
        height: 461px;
    }

    .homeSlider ul li .overlay .content {
        min-width: inherit;
        min-height: inherit;
        padding: 0px;
    }

    .homeSlider ul li .overlay .content h1 {
        font-size: 40px;
        line-height: 34px;
        margin-top: 5px;
    }

    .homeSlider ul li .overlay .content h2 {
        font-size: 30px;
        line-height: 34px;
    }

    .homeSlider ul li .overlay .content .text {
        font-size: 17px;
        line-height: 28px;
    }

    .homeSlider ul li .overlay .content .default_btn {
        margin-top: 20px;
    }

    .top_banner.no-banner-img,
    .homeSlider ul li {
        height: 375px;
    }

    .welcome_text {
        padding: 30px 0;
    }

    .welcome_text .editor_content {
        flex-wrap: wrap;
    }

    .welcome_text .editor_content h2,
    .top_banner .overlay h1,
    .services .heading h2,
    .about_company h2,
    .what_we_do h2,
    .latest_blog h2,
    .text_blocks h2,
    .faq h2 {
        font-size: 30px;
    }

    .welcome_text .editor_content p {
        padding: 0;
    }

    .about_company .right_content {
        margin-top: 30px;
    }

    .about_company .row {
        flex-wrap: wrap;
    }

    .about_company .col-8,
    .about_company .col-4,
    .what_we_do .col-4,
    .services .col-6 {
        width: 100%;
    }

    .services .row {
        flex-wrap: wrap;
    }

    .services .col-6 {
        margin-top: 20px;
    }

    .services .wrap {
        justify-content: center;
    }

    .services .wrap .icon {
        margin: 15px 0 40px 0px;
    }

    .services .wrap .content {
        width: 100%;
        padding-left: 0;
    }

    .site-footer .col-4 {
        width: 100%;
        margin-bottom: 30px;
    }

    .site-footer .social_icons {
        margin-top: 0;
    }

    .site-footer .social_icons li i {
        top: 0;
        transform: none;
    }

    .widget.widget_nav_menu {
        margin: 0;
    }

    .copyright {
        padding: 15px 0;
    }

    .copyright::before {
        display: none;
    }

    .copyright p {
        font-size: 15px;
        line-height: normal;
    }

    #scroll-up {
        right: 10px;
    }

    .editor_content h3 {
        font-size: 24px;
    }

    .post_page .col-8,
    .post_page .col-4,
    .post_list li .content {
        width: 100%;
    }

    .post_list li .img {
        width: 100%;
        max-width: 100%;
        padding: 0 0 30px 0;
    }

    .post_list li .img img {
        width: 100%;
    }

    .contact_page .editor_content {
        padding: 40px 0 0;
        top: 0;
    }



    .text_blocks {
        flex-wrap: wrap;
        min-height: inherit;
    }

    .text_blocks .image {
        position: relative;
    }

    .text_blocks .image.right,
    .text_blocks .image.left {
        position: relative;
        width: 100%;
        max-width: calc(100% - 30px);
        height: 350px;
        border-radius: 10px;
        margin: auto;
        margin-bottom: 30px;
    }

    .text_blocks.middle .row {
        flex-wrap: wrap;
    }

    .text_blocks.middle .image {
        height: auto;
        max-width: 100%;
    }

    .text_blocks .row {
        margin: 0 -15px;
    }

    .text_blocks .col-6 {
        width: 100%;
        padding: 0 15px;
    }

    .text_blocks .image.right .icon,
    .text_blocks .image.left .icon {
        right: 20px;
        bottom: -30px;
        height: 70px;
        width: 70px;
        padding: 5px;
    }

    .faq .accordionButton {
        padding-left: 15px;
    }

    .faq .accordionButton span {
        display: none;
    }

    .faq .accordionButton,
    .faq .accordionButton.on {
        font-size: 18px;
        font-family: 'pt_sansregular';
    }

    .post_list li,
    .contact_page .wrap .col-5,
    .contact_page .wrap .col-7,
    .contact_page .contact_info .col-4 {
        width: 100%;
    }

    .contact_page .contact_form {
        padding: 0;
        margin-top: 30px;
    }

    .contact_page .wrap {
        padding: 20px;
    }

    .product-img .elementor-image-box-img {
        padding: 10px;
        background: #fff
    }

    .error-404-page {
        padding: 30px 0;
    }

    .error-404 h1 {
        font-size: 30px;
        margin-bottom: 15px
    }

    .about-us-sec2 .elementor-widget-container {
        overflow: hidden
    }

    .about-us-sec2 .elementor-widget-container img {
        width: 100%
    }

}



@media (max-width:575px) {
    .main_banner .elementor-widget-container {
        height: 140px !important;
    }

    .site-header .top_contact_info .email .icon {
        width: 20px
    }

    .site-header .top_contact_info .email .icon i {
        width: 16px;
        height: 18px;
        background-size: 14px 14px;
        background-position: 0 4px;
    }

    .site-header .top_contact_info .email .text {
        padding-left: 0;
    }

    .phone_mob,
    .site-header .top_contact_info .email .text {
        font-size: 14px
    }

    .phone_mob:before {
        width: 70%;
    }
}

@media (max-width:430px) {
    .text_heading h1{
        width: 300px;
    }
}