/* ---- start form ma file text change */
.vendor_logo_hide {
  display: inline !important;
  color: transparent;
  width: 99px;
}
.vendor_logo {
  display: block !important;
  color: black;
  width: 100%;
}
span.file_placeholder {
    position: absolute;
    background: #fff;
    font-size: 15px;
    color: #000;
    /*display: flex;*/
    width: max-content;
    left: 120px;
    bottom: 12px;
}
.book_input_12_file .wpcf7-form-control-wrap {
    position: relative;
    display: flex;
}
/* ---- end form ma file text change */
/*--------------gallery popup-------*/
div#body_overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 2;
    overflow: hidden;
    background: rgba(255,255,255,0.7);
    transform: translateX(0);
    display: none;
}
.modal_my {
    /*display: none;*/
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
    z-index: 999;
    right: 0;
    margin: auto;
    bottom: 0;
    border-radius: 0px;
    transition: 0.2s;
    transform: scale(0);
}
.my_modeL_inner {
    display: flex;
    justify-content: center;
    margin: auto;
    height: 100%;
}
.close_my {
    position: absolute;
    top: 22px;
    right: 19px;
    color: white;
    font-size: 48px;
    font-weight: 400;
    transition: 0.3s;
    cursor: pointer;
}
img.modal-content_my {
    height: 100%;
    object-fit: contain;
    width: 100%;
    padding: 30px;
}
.modal-content_my, #caption_my {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
.modal-content_my {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
div#caption_my {display: none;}
.modal-content_my, #caption_my {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
#caption_my {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
.prev_my_arrow i {left: 0;}
.next_my_arrow i {right: 0px;  }
.next_my_arrow i,.prev_my_arrow i{
    position: absolute;
    top: 50%;
    font-size: 20px;
    background-color: #02226a;
    color: white;
    padding: 20px;
    cursor: pointer;
    width: 10px;
    transition: 1s;
}
.next_my_arrow i:hover, .prev_my_arrow i:hover {
    background: #ef801b;
}
/*--------------end gallery popup-------*/
.page_main_title_section {
    padding: 0px !important;
    height: 370px !important;
/*     background-size: 42% 100% !important;
    background-position: right; */
    background-size: cover;
    background-position: right;
}
.page_main_title_section::after {
/*     content: ""; */
    position: absolute;
/*     background: url(../../../../../wp-content/uploads/2022/07/banner-shadow-1.png); */
    background: #f18420b3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 100% 100%;
}
.page_main_title_section .section_main_title::after{
    display: none !important;
}

.page_main_title_row {
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
}
.page_main_title_box .section_main_title,.product_banner_title .entry-title {
    width: fit-content;
    background: #ffffff;
    padding: 10px 40px;
    margin: auto 0;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 42px;
    height: 100px;
    display: flex;
    align-items: center;
    font-weight: 700;
    white-space: break-spaces;
    /* color: #fff; */
/*      margin: auto; */
}
.abt_page_title_content {
    margin-top: 10px;
}
.page_main_title_section::before{
    position: absolute;
    content: '';
    width: 200%;
    height: 81px;
    bottom: -28px;
    animation: mymove 50s linear infinite;
    z-index: 99;
}
.abt_page_title {
    font-size: 25px;
    color: #000;
    font-weight: 600;
}
.abt_page_title_content span {
    font-size: 17px;
    color: #000;
    padding-bottom: 10px;
    display: block;
}
.abt_page_section  .abt_img {
    margin-top: 30px !important;
}
.abt_page_img img{
    height: 700px;
    width: 100%;
}
.mission_in_possible {
    display: flex;
}
.abt_page_section::before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 650px;
    bottom: 0;
    width: 100%;
} 
.mission_in_possible_title {
    font-size: 22px;
    color: #000;
    font-weight: 800;
}
.mission_in_possible_title_inner {
    font-size: 17px;
    color: #000;
}
.mission_in_possible_img{
    width: 15%;
}
.mission_in_possible_con{
    width: 70%;
}
.mission_in_possible_img img {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
    position: relative;
    transition: 3s;
}
@keyframes mover{
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }  
}
.abt_page_section_row_one {
    margin-top: 30px !important;
}
.lets_talk_main_img svg {
    width: 200px;
    fill: #012169;
    transition: 1s !important;
}
.lets_box{
    padding: 0px 30px !important;
}

.lets_talk_main:hover  .lets_talk_main_img svg{
    fill: #fff;
}
.lets_talk_main:hover  .lets_talk_main_img{
    background: #d7261c;
    border-radius: 100%;
    width: 180px;
    height: 180px;
    margin: auto;
    transition: 1s !important;
}
.lets_talk_main_img{
    height: 180px;
    width: 180px;
    margin: auto;
    display: flex;
    position: relative;
}
.lets_box_one{
    position: relative;
}
.lets_box_one::after,.lets_box_two::after {
    position: absolute;
    content: '';
    background: url(../../../../../wp-content/uploads/2022/06/Group-16.png);
    right: -20%;
    width: 155px;
    height: 40px;
    top: 20%;
    bottom: 0;
}
/*------blog page---------------*/
/*.mb_bolg_section::before {
    content: "";
    position: absolute;
    background: url(https://primetechnosoft.co.in/projects/mapleblinds/wp-content/uploads/2022/06/leaf.png);
    width: 100%;
    height: 100%;
    opacity: 0.1;
}*/
.mb_bolg_section{
    padding: 0 !important;
}
.mb_blog_box:nth-child(2n+2) .mb_blog_inner_box {
    background: #ef801c38;
}
.mb_blog_box:nth-child(2n+2) .mb_author_img{
    background:#fff;
}
.mb_bolg_row {
    padding: 80px 200px !important;
}
.mb_blog_block {
    gap: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.mb_blog_inner_box {
    box-shadow: rgb(2 34 106 / 20%) 5px 5px 25px;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    display: block;
    position: relative;
}
.mb_blog_box {
    display: inline-block;
    position: relative;
    border-radius: 20px;
    margin: 40px 0px 0;    
    width: 31%;
    float: left;
}
.mb_blog_image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    background: #fff;
    border-radius: 20px;
}
.mb_blog_image {
    line-height: 0;
    position: relative;
    margin-top: -65px;
}
.mb_blog_title {
    font-size: 25px;
    color: #000;
    line-height: 1.3;
    text-transform: capitalize;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 30px 0 15px;
    transition: 0.5s !important;
}
.mb_blog_read a {
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 2;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-position: under;
    text-decoration-style: dashed;
    transition: 1s;
}
.mb_blog_read a:hover {
    color: #ef801b;
}
.mb_blog_content {
    display: grid;
    line-height: 1.6;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: 500;
}
.mb_blog_author_detail {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
    padding-top: 20px;
}
.mb_author {
    display: flex;
    align-items: center;
}
.mb_author_img {
    width: 50px;
    height: 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ef801c38;
}
.mb_author_img img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}
.mb_author_name {
    width: fit-content;
    padding-left: 12px;
}
.mb_blog_date {
    position: absolute;
    top: 33px;
    left: 0;
    width: fit-content;
    height: fit-content;
    display: flex;
    background: #ef801b;
    align-items: center;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0px;
    white-space: nowrap;
    transform: rotate(180deg);
    writing-mode: vertical-lr;
}
span.dot {
    background: #f7861d;
    width: 5px;
    height: 5px;
    display: flex;
    border-radius: 50px;
    margin-right: 10px;
}
.mb_blog_box:hover .mb_blog_title {
    color: #d7261c;
}
.mb_blog_image a {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    line-height: 0;
    box-shadow: rgb(0 0 0 / 17%) 0px 5px 15px;
    display: flex;
}
.mb_blog_image:before, .mb_blog_image:after, .mb_blog_image a:before,  .mb_blog_image a:after {
    content: "";
    width: 50%;
    height: 50%;
    background: rgb(255 255 255 / 45%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.mb_blog_image:after {
    top: 50%;
}
.mb_blog_box:hover .mb_blog_image:before {
    left: 50%;
    opacity: 1;
    z-index: 1;
}
.mb_blog_box:hover .mb_blog_image:after {
    top: 0;
    opacity: 1;
}
.mb_blog_box:hover .mb_blog_image a:before {
    top: 50%;
    opacity: 1;
    z-index: 1;
}
.mb_blog_image a:before,.mb_blog_image a:after {
    top: 0;
    left: 50%;
}
.mb_blog_box:hover .mb_blog_image a:after {
    left: 0;
    opacity: 1;
}
.mb_blog_image a:after {
    top: 50%;
}  
.mb_img_hover::after {
    content: "";
    position: absolute;
    background: url(https://primetechnosoft.co.in/projects/mapleblinds/wp-content/uploads/2022/06/blog-logo.png);
    width: 70px;
    height: 70px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    background-size: contain;
    z-index: 1;
    background-repeat: no-repeat;
    margin: auto;
    transform: scale(0);
    transition: 1s;
}
.mb_blog_box:hover .mb_img_hover::after{
    transform: scale(1);
}
.mb_img_hover {
    position: relative;
    width: 100%;
}
/*----------blog detail page----------*/
.blog_detail_section{
    padding: 0 !important;
}
.blog_detail_block {
    display: flex;
    gap: 40px;
}
.blog_detail_left {
    width: 75%;
}
.blog_detail_right {
    width: 25%;
}
.blog_detail_img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: rgb(2 34 106 / 20%) 0px 7px 29px 0px;
}
.blog_deatil_inner_right {
    background: #fff;
    padding: 30px;
    box-shadow: rgb(2 34 106 / 24%) 0px 5px 15px;
    border-radius: 20px;
}
.blog_recent_title {
    font-size: 25px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    padding: 10px 0;
}
.blog_recent_title:after {
    background-color: #f2831c;
    display: block;
    position: absolute;
    content: "";
    left: auto;
    top: 10px;
    width: 30px;
    height: 2px;
}
.blog_right_box {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.blog_right_image {
    width: 30%;
    position: relative;
}
.blog_right_img img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.blog_right_deatil {
    width: 70%;
    color: #000;
    font-size: 15px;
    padding-left: 15px;
    font-weight: 500;
}
.blog_right_title a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transform: 1s;
}
.blog_date_icon i {
    padding-right: 10px;
}
.blog_date_icon {
    padding: 5px 0 0;
}
.blog_right_number {
    position: absolute;
    top: -5px;
    left: -5px;
    background: #f2831c;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}
.blog_right_box:hover .blog_right_title a {
    color: #02226a;
}
.blog_detail_image {
    line-height: 0;
    position: relative;
    margin-top: -65px;
}
.blog_deatil_box {
    box-shadow: rgb(2 34 106 / 20%) 0px 7px 29px 0px;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    display: block;
    position: relative;
}
.blog_detail_title {
    font-size: 28px;
    font-weight: 600;
    color: #f0811c;
    padding: 15px 0 10px;
    line-height: 1.4;
    text-transform: capitalize;
}
.blog_deatil_box .mb_blog_author_detail {
    padding: 0 0 15px;
}
.blog_detail_content span {
    line-height: 1.9;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    white-space: break-spaces;
}
.blog_detail_content strong {
    line-height: 3;
}
.reply_btn .site_button.hover_button {
    height: 50px;
    line-height: 0;
}
.reply_input_12 {
    display: flex;
    gap: 20px;
}
.reply_input_6 {
    width: 100%;
}
.reply_input_6 input ,.replay_textarea_12 textarea{
    width: 100%;
    height: 50px;
    border: none;
    padding: 10px 0px;
    border-bottom: 1px solid #02226a;
    font-size: 16px;
}
.replay_textarea_12{
    padding:10px 0;
}
.replay_textarea_12 textarea {
    height: 80px;
    resize: none;
}
.blog_reply_box {
    box-shadow: rgb(2 34 106 / 20%) 0px 7px 29px 0px;
    padding: 40px;
    margin-top: 40px;
    border-radius: 20px;
}
/*----------end blog detail page----------*/
/*------end blog page---------------*/
/*------------gallery -------------*/
.gallary_section{
    padding: 0 !important;
}
.gallary_row{
    padding: 100px 200px !important;
}
.gallary_col .et_pb_gallery_items.et_post_gallery.clearfix,.gallery_img_box {
    gap: 30px;
    column-count: 4;
    width: 100%;
}
.gallary_col .et_pb_gallery_item,.iamage_box  {
    width: 100% !important;
    position: relative;
    margin: 0 0 30px !important;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    display: block;
    line-height: 0;
}
.gallary_col .et_pb_grid_item{
    float: none !important;
}
.gallary_col .et_pb_gallery_image.landscape img,.iamage_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: rgb(1 33 105 / 32%) 0px 7px 12px 0px;
    cursor: pointer;
}
.iamage_box.img_1 {
    position: relative;
}
.iamage_box:before, .iamage_box:after {
    content: "";
    background:rgb(255 255 255 / 37%);
    width: 44%;
    height: 100px;
    opacity: 0;
    transform: translateY(-7%) rotateY(90deg);
    transform-origin: right center;
    transform-style: preserve-3d;
    position: absolute;
    bottom: 0%;
    left: 5%;
    z-index: 1;
    transition: all 0.4s ease-out;
}
.iamage_box:hover:before, .iamage_box:hover:after {
    opacity: 1;
    transform: translateY(-7%) rotateY(0);
}
.iamage_box:hover:before, .iamage_box:hover:after {
    opacity: 1;
    transform: translateY(-7%) rotateY(0);
}
.iamage_box:after {
    transform: translateY(-7%) rotateY(-90deg);
    transform-origin: left center;
    left: auto;
    right: 7%;
}
.iamage_box:hover .hover_title_image {
    transform: scale(1);
}
.iamage_box .hover_title_image {
    color: #02226a;
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    height: 100px;
    padding: 10px;
    transform: scale(0);
    position: absolute;
    left: 0;
    z-index: 2;
    transition: all 0.4s;
    bottom: 9px;
    display: flex;
    align-items: center;    
    line-height: 1.2;
}
.hover_inner_title {
    width: 85%;
    text-align: center;
    margin: auto;
}
/*------------end gallery -------------*/
/*-------------contact us------------*/
.contact_section{
    padding: 0 !important;
}
.contact_section::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
}
.contact_row{
    padding: 100px 200px !important;
    display: flex;
    align-items: center;
}
.contact_col_box .abt_text_con_con {
    padding: 20px 0 10px;
    height: auto;
}   
.contact_box .contact_info_box {
    height: 100px;
    padding-left: 15px;
    margin: 0;
}
.contact_box .contact_info_box::before{
    width: 60px;
}
.contact_info_box ul li a span:first-child {
    font-weight: 600;
}
.contact_col_box .section_main_title::after {
    left: 0;
    right: auto;
}
.contact_info_box ul li a span {
    display: grid;
    font-weight: 500;
    font-size: 17px;
}
.contact_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.contact_from_col_box {
    background: #fff;
    box-shadow: rgb(0 0 0 / 28%) 0px 7px 29px 0px;
    border-radius: 20px;
    padding:50px 40px 70px;
    position: relative;
}
.contact_form_block .text_name_filed {
    width: 100%;
}
.contact_title.section_main_title {
    text-align: center;
}
.contact_form_block .site_button {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_info_box ul li .fa {
    width: 70px;
    height: 70px;
    font-size: 25px;
}
.contact_row_col_two {
    padding-left: 65px;
}
.contact_from_col_box::before {
    content: "";
    position: absolute;
    border: 2px solid #f08e34;
    width: 97%;
    height: 97%;
    border-radius: 20px;
    z-index: -1;
    right: -12px;
    bottom: -12px;
}
.contact_section::after {
    content: "";
    position: absolute;
    background: url(https://primetechnosoft.co.in/projects/mapleblinds/wp-content/uploads/2022/06/leaf.png);
    width: 164px;
    height: 164px;
    bottom: 70px;
    left: 25px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation: skew 3s infinite;
    transform: skew(20deg);
    animation-direction: alternate;
    z-index: 2;
}
/*-------------end contact us------------*/
/*------------product detail page-------------*/
.product_detail_section {
    padding: 0 !important;
}
.product_detail_row {
    padding: 100px 200px !important;
}
.postid-836 .product_quote_btn{
	display:none;
}
.product_title_mob {
    display: none;
}
.product_box {
    display: flex;
    align-items: center;
}
.product_left {
    width: 50%;
    padding-right: 40px;
}
.product_right {
    width: 50%;
}
.product_img img {
    width: 100%;
    height: 560px;
    object-fit: fill;
    border-radius: 20px;
    transition: 1s;
    overflow: hidden;
    z-index: 2;
}
.product_title {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    padding-bottom: 5px;
}
.product_quote_btn {
    padding-top: 10px;
}
.product_content.abt_text_con_con {
    height: 480px;
    overflow: auto;
	display: grid;
    align-items: center;
}
.product_content span {
    white-space: break-spaces;
}
.product_img {
    /*position: relative;*/
    line-height: 0;
    overflow: hidden;
    border-radius: 20px;    
}
.product_img_col {
    position: relative;
}
.product_img_col:before, .product_img_col:after,.product_img:before,.product_img:after {
    content: "";
    width: 50%;
    height: 50%;
    background: rgb(255 255 255 / 28%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(0.05);
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.product_img_col:after {
    left: auto;
    right: 0;
    transition-delay: 0.1s;
    border-radius: 0px 20px 0px 0px;
}
.product_img_col:before{
    border-radius: 20px 0px 0px 0px;
}
.product_img:before, .product_img:after {
    top: auto;
    bottom: 0;
    transition-delay: 0.3s;
}
.product_img:after{
    border-radius: 0px 0px 0px 20px;
}
.product_img:before {
    left: auto;
    right: 0;
    transition-delay: 0.2s;
    border-radius: 0px 0px 20px 0px;
}
.product_img_col:hover:before, .product_img_col:hover:after, .product_img_col:hover .product_img:before, .product_img_col:hover .product_img:after {
    opacity: 1;
    transform: scale(1);
}
.product_hover_effect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
}
.product_hover_effect img {
    width: 60px !important;
    height: 60px !important;
    margin: auto !important;
    transition: 1s;
    transform: scale(0);
}
.product_img_col:hover .product_hover_effect img {
    transform: scale(1);
    transition: 3s;
}
.product_hover_effect::after {
    content: "";
    position: absolute;
    border: 2px solid #ee801a;
    border-radius: 20px;
    width: 99%;
    height: 99%;
    left: -12px;
    bottom: -12px;
    transition: 1s;
    z-index: -1;
}
.product_content.abt_text_con_con span {
    white-space: break-spaces;
}
.product_block {
    padding: 100px 10px 0;
}
.product_block ul {
    display: flex;
    padding: 0 !important;
    list-style: none;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.product_block ul li {
    width: 23%;
    background: #fff;
    padding: 30px 40px;
    border-radius: 20px;
    transition: 1s;
    color: #000;
    box-shadow: rgb(149 157 165 / 36%) 0px 8px 24px;
}
.product_block ul li:hover {
    background: #f18a2f;
    color: #fff !important;
}
.product_block ul li:hover .product_box_content span{
    color: #fff !important;
}
.product_box_title::after {
    content: "";
    position: absolute;
    background: #ee801a;
    width: 60px;
    height: 2px;
    bottom: -4px;
    left: 0;
    transition: 1s;
}
.product_block li:hover .product_box_title::after {
    background: #fff;
}
.product_box_title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 15px;
}
.product_box_content span {
    white-space: pre-line;
    transition: 1s;
    line-height: 1.7;
}
.product_content ul li::marker {
    font-size: 13px;
}
.product_content ul {
    line-height: 1.5;
    display: grid;
    padding-bottom: 0 !important;
}
.product_box_content.abt_text_con_con {
    height: auto;
    text-transform: capitalize;
}
.product_detail_row::before,.products-template-default .relex_section::before {
    content: "";
    position: absolute;
    background: url(../../../../../wp-content/uploads/2022/07/maple-leaf.png);
    right: 5px;
    bottom: 40px;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    animation: proleaf 3s infinite;
    animation-direction: alternate;
    z-index: 3;
}
@keyframes proleaf {
    0% {
        transform:rotate3d(1, 1, 1, 45deg)  rotateX(1, 1, 1, 65deg);
    }
    100% {
        transform:rotate3d(1, 1, 1, 45deg) translate3d(10px, 10px, 10px) ;
    }
}
.products-template-default .relex_section::before{
    background: url(../../../../../wp-content/uploads/2022/06/leaf.png);
    right: auto;
    left: 5px;
    background-repeat: no-repeat;
    background-size: contain;
}
.pro_gallery_section {
    padding: 0 !important;
}
.pro_gallery_box {
    background-color: #fff !important;
    padding: 100px 200px !important;
    text-align: center;
}
.pro_gallery_col_box .section_main_title {
    margin-bottom: 30px;
}   
.pro_gallery_img {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px 10px;
}
.pro_image {
    width: 32.88%;
    line-height: 0;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.pro_image img {
    transition: 1s;
}
.pro_image:hover img {
    transform: scale(1.1) translate(-19px, 0px);
}
.pro_gallery_img img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: 20px;
    cursor: pointer;
    overflow: hidden;
}
.tab_tabing_title.tab {
    display: flex;
    gap: 15px;
    justify-content: center;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    align-items: center;
    height: 85px;
    width: max-content;
    margin: 10px auto 55px;
    border-radius: 20px;
    padding: 10px;
}
.tab_tabing_title .active {
    background: #f0801b;
    padding: 10px;
    border-radius: 10px;
    margin: 0 !important;
    color: #fff;
    font-weight: 500;
}
.tabing_row .tabcontent {
    display: none;
    padding-top: 20px;
}
.tab_tabing_desc {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 40px 30px !important;
    border-radius: 20px;
}
.tab_pro_desc.abt_text_con_con {
    text-align: center;
}
.tab_content_box{
    display: flex;
}
.tab_image {
    position: relative;
    width: 100%;
    margin: auto;
    display: flex;
}
.product_desc_detail{
	width: 50%;
    padding-left: 35px;
}
.tab_text_desc.abt_text_con_con {
    height: 440px;
    overflow: auto;
    transition: 1s;
    overflow: auto;
	display: grid;
    align-items: center;
}
.tab_image img {
    width: 100%;
    /*height: 500px;*/
    object-fit: cover;
}

.why_choose_col {
    padding-top: 30px;
    text-align: center;
}
.why_choose_conent ul {
    text-align: left;
    list-style: none;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
}
.why_choose_conent ul li {
    width: 48.9%;
    float: left;
    padding: 5px 5px;
    display: flex;
}
.why_choose_conent ul li::before {
  content: "\2022";
  color: #ef801b;
  font-weight: bold;
  font-size: 28px;
  margin-right: 10px;
  display: flex;
}
.why_choose_conent.abt_text_con_con {
    padding-top: 15px;
}
.tab_tabing_title 
 .abt_text_con_main {
    font-size: 19px;
    margin: 0px ;
    cursor: pointer;
}
.abt_text_con_main.tablinks.active {
    position: relative;
    transition: 1s !important;
    background: #ef801b;
    transition: 1s;
}
.abt_text_con_main.tablinks.active:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -73px;
    background: url("../../../../../wp-content/uploads/2022/07/shape.png");
    width: 50px;
    height: 50px;
    margin: auto;
    transition: 1s !important;
	background-size: 100% 100%;
}
.tab_tabing_title .abt_text_con_main {
    background: #fff;
    transition: 1s;
    padding: 10px;    
}
.tab_tabing_title .abt_text_con_main:hover{
    background: #ef801b;
    transition: 1s;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
}
.tab_image_box {
    width: 50%;
}
.tab_image_box .product_hover_effect::after{
    z-index: 0;
}
.tab_image_box.product_img_col:before,.tab_image_box.product_img_col:after,.tab_image.product_img:before,.tab_image.product_img:after{
    z-index: 3;
}
.product_img.tab_image{
    overflow: inherit;
}
.book_form_col {
    padding: 40px;
    background: #ef801b33;
    margin-top: 65px;
}
.book_form_title.section_main_title {
    text-align: center;
}
.book_form_content.abt_text_con_con {text-align: center;padding: 10px;height: auto;}
.book_input_inner {
    display: flex;
    gap: 20px;
    width: 100%;
}
.book_input_4 {
    width: 100%;
}
.book_input_12 input,.book_input_12 textarea,.book_input_4 select {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #000;
    padding: 10px;
    border: none;
}
.book_input_12 {padding-bottom: 15px;width: 100%;}
.book_input_12 textarea {
    height: 85px;
}
.book_input_12 input::placeholder, .book_input_12 textarea::placeholder,.book_input_4 select::placeholder {
    color: #000;
}
.book_input_12 input:focus, .book_input_12 textarea:focus,.book_input_4 select:focus {
    border: none;
    outline: none;
}
.book_button .site_button {
    display: flex;
    margin: auto;
    justify-content: center;
}
.book_input_12 .wpcf7-file {
    background: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    color: #fff;
}
.postid-836 .product_detail_row {
    padding-bottom: 0 !important;
}
/*------------end product detail page-------------*/
/*---------------faq page-----------------*/
.faq_section{
    padding:0 !important;
}
.faq_row{
    padding: 100px 200px !important;
}
.faq_row_col_one {
    padding-right: 35px;
}
.faq_form_col_box {
    background: #ffffff;
    display: flex;
    margin: auto;
    justify-content: center;
    padding: 30px;
     /*border: 1px solid #ef7f384d; */
    box-shadow:rgb(2 34 106 / 22%) 6px 2px 16px 0px, rgb(244 142 51 / 22%) -6px -2px 16px 0px;
}
.faq_form_title.section_main_title {
    font-size: 30px;
    text-align: center;
    line-height: 1.5;
    width: 415px;
    margin: auto;
}
.faq_input_12 input,.faq_input_12 textarea {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #f2831c;
    font-weight: 500;
    padding: 10px;
    text-transform: capitalize;
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
}
.faq_input_12 {
    padding: 7px 0px;
}
.faq_input_12 textarea {
    resize: none;
}
.faq_button button {
    margin: auto;
    justify-content: center;
    display: flex;
}
.faq_form {
    padding-top: 10px;
}
.faq_input_12 input::placeholder, .faq_input_12 textarea::placeholder {
    color: #000;
}
.faq_input_12 input:focus, .faq_input_12 textarea:focus{
    outline:none;
} 
.et_pb_accordion_item {
    border: none;
    border: 1px solid #02226a;
    background: #02226a14;
    padding: 20px 15px !important;
    margin: 0 0 15px !important;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}
h5.et_pb_toggle_title {
    /* border-bottom: 1px solid #ef801b; */
    /* padding-bottom: 10px !important; */
    font-size: 18px !important;
    color: #f2831c !important;
    font-weight: 600;
}
.et_pb_toggle_content {
    font-size: 16px !important;
    color: #000;
}
.faq_col .et_pb_toggle_title:before {
    content: "\4b" !important;
    color: #02226a;
    font-size: 30px;
    right: 15px !important;
}
.faq_col .et_pb_toggle_open .et_pb_toggle_title:after {
    content: "\4c" !important;
    position: absolute;
    font-size: 30px !important;
    right: 15px !important;
    font-family: ETmodules!important;
}
.et_pb_toggle_open {
    background: #ef801b21;
    border: 1px solid #f08322;
}
@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
.et_pb_toggle_close h5.et_pb_toggle_title {
    color: #02226a !important;
}

/*---------------end faq page-----------------*/
/*--------------warranty page-------------------*/
.warranty_section{
    padding: 0 !important;
}
.warranty_row{
    padding: 100px 200px !important;
}
.warranty_table.abt_text_con_con span {
    font-size: 15px;
    padding-bottom: 0;
}
.warranty_table tr td:nth-child(2), .warranty_table tr td:nth-child(3),.warranty_table tr th {
    text-align: center;
}
.warranty_table  table {
    border-collapse: collapse;
    border: 1px solid #000 !important;
}
.warranty_table table tr th {
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
}
.warranty_table table th, .warranty_table table td {
    border: 1px solid #000;
}
.warranty_title.section_main_title::after {
    right: auto;
}
.warranty_title.section_main_title {
    margin-bottom: 15px;
}
.warranty_col_box .abt_text_con_con {
    height: auto;
}
.warranty_content ul li::marker {
    color: #000;
    width: 5px;
    height: 5px;
    display: flex;
    font-size: 10px;
    text-align: center !important;
}   
.warranty_table_mob {
    display: none;
}
/*--------------end warranty page-------------------*/
/*------abouut------*/
.page-id-385 .footer_main_section {
    margin-top: 55px;
}
.testimonial_section .section_row_width {
    display: none;
}
/*------end abouut------*/


@media all and (min-width: 320px) and (max-width: 767px) {
    .postid-506 .product_detail_row {
        padding: 40px 10px 0px !important;
    }
    .page_main_title_section::before {
        height: 52px;
        bottom: -25px;
        width: 200%;
        background-size: contain;
        background-repeat: no-repeat !important;
      }
      .abt_page_section_row_one {
        margin-top: 60px !important;
    }
    .mission_in_possible_con{
        padding-left: 0px;
        margin-top: 0px;
        width: 100%;
    }
    .mission_in_possible_title{
        font-size: 20px;
    }
    .mission_in_possible{
        display: block;
        text-align: center;
        padding-bottom: 10px;
    }
    .mission_in_possible_img{
        margin: auto;
    }
    .abt_page_title{
        font-size: 18px;
        margin-top: 10px;
    }
    .lets_box_one::after, .lets_box_two::after{
        display: none;
    }
    .section_main_title::after{
        bottom: -12px;
    }
    .lets_box {
        padding: 0px 10px !important;
    }
    .lets_talk_main .lets_talk_main_img{
        width: 80px;
        height: 80px;
        background: #d7261c;
        border-radius: 100%;
    }
    .lets_talk_main .lets_talk_main_img svg {
        fill: #fff;
    }
    .lets_box  {
        margin-top: 30px;
    }
    .get_a_row_main_inner{
        margin-top: 20px;
    }
    .lets_talk_main:hover .lets_talk_main_img {
        background: #d7261c;
        border-radius: 100%;
        width: 100px;
        height: 100px;
        margin: auto;
        transition: 1s !important;
    }
    /*--------------banner---------------*/
    .page_main_title_section {
        height: 200px !important;
    }
    .page_main_title_section::after {
        width: 200px;
    }
    /*--------------end banner---------------*/
    /*----------------blog---------------*/
    .mb_bolg_row {
        padding: 40px 10px 60px !important;
    }
    .mb_blog_image img {
        height: 275px;
    }
    .mb_blog_block {
        gap: 20px;
    }
    .mb_blog_inner_box {
        padding: 25px 15px;
    }
    .mb_blog_title {
        font-size: 21px;
        margin: 20px 0 10px;
    }
    .mb_blog_author_detail {
        padding-top: 10px;
    }
    .mb_author_img img {
        width: 25px;
        height: 25px;
    }
    .mb_author_img {
        width: 45px;
        height: 45px;
    }
    .mb_blog_box {
        width: 100%;
    }
    /*-------blog detail----------*/
    .blog_detail_row {
        padding-top: 80px !important;
    }
    .blog_detail_block {
        gap: 25px;
        display: grid;
    }
    .blog_detail_right {
        width: 100%;
    }
    .blog_detail_left {
        width: 100%;
    }
    .blog_deatil_inner_right,.blog_deatil_box,.blog_reply_box{
        padding: 30px 20px;
    }
    .blog_detail_title {
        font-size: 22px;
    }
    .blog_right_img img {
        height: 90px;
    }
    .blog_detail_img img {
        height: 350px;
    }
    .blog_right_box {
        padding: 0px 0;
        width: 100%;
    }
    .blog_right_block {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .reply_input_12{display: grid; }
    /*-------end blog detail----------*/
    /*----------------end blog---------------*/
     /*-------------gallery-----------*/
    .gallary_row {
        padding: 40px 10px !important;
    }
    .gallary_col .et_pb_gallery_items.et_post_gallery.clearfix,.gallery_img_box {
        column-count: 1;
    }
     .gallary_section::after{
        bottom: 0 !important;
        width: 155px !important;
        height: 155px !important;
    }
    .iamage_box .hover_title_image {
        font-size: 20px;
        transform: scale(1);
    }
    .iamage_box:before, .iamage_box:after{
        transform:translateY(-7%) rotateY(-90deg);
    }
    .iamage_box:before, .iamage_box:after {
        opacity: 1 !important;
        transform: translateY(-7%) rotateY(0);
    }
    /*-------------end gallery-----------*/
    /*----------contact us------------------*/
    .contact_row {
        padding: 40px 10px 70px !important;
        display: block;
    }
    .contact_row_col_two {
        padding-left: 0px;
        padding-top: 30px;
    }
    .contact_box {
        grid-template-columns: 1fr;
    }
    .contact_section::after {
        bottom: 0;
        width: 100px;
        height: 125px;
    }
    .contact_col_box .section_main_title {
        font-size: 31px;
    }
    .contact_from_col_box {
        padding: 30px 5px 45px;
    }
    .contact_box .contact_info_box {
        height: 155px;
        padding: 10px;
    }
    .contact_from_col_box::before {
        right: -6px;
        bottom: -6px;
    }
    /*----------end contact us------------------*/
    /*--------------product detail------------------*/
    .product_detail_row {
        padding: 40px 10px 30px !important;
    }
	.product_content ul {
		text-align: left;
	}
	.product_content strong {
		width: 100%;
		display: inline-flex;
	}
    .product_box,.product_title_mob{
        display: block;
        text-align: center;
    }
    .product_img img {
        height: 350px;
    }
    .product_left {
        padding: 0px 0 30px;
        padding-right: 0px;
        width: 100%;
    }   
    .product_right {width: 100%;}
    .product_title_web{display: none;}
    .product_block {
        padding: 20px 0px 0;
    }
     .product_block ul {
        gap: 15px;
    }
    .product_block ul li {
        padding: 25px 15px;
        width: 100%;
        float: left;
        color: #000 !important;
        box-shadow: rgb(149 157 165 / 36%) 0px 8px 24px;
    }
    .product_box_content span {
        color: #000 !important;
    }
    .product_box_title {
        font-size: 18px;
    }
    .product_detail_row::before,.products-template-default .relex_section::before{
        width: 80px;
        height: 90px;
        bottom: -87px;
    }
    .product_hover_effect::after{
        left: -9px;
        bottom: -9px;
    }
    .products-template-default .relex_section.no-paddings{
        padding-bottom: 60px !important;
    }
     .pro_gallery_box {
        padding: 40px 10px !important;
    }
    .pro_gallery_img img {
        height: 300px;
    }
     .pro_image {
        width: 100%;
    }
    .pro_gallery_img img {
        height: 300px;
    }
     .tab_tabing_title.tab {
        height: 72px;
        width: 100%;
        padding: 7px !important;
        overflow: auto;
        justify-content: left;
        margin: 10px auto 20px;
        gap: 0px;
    }
    .abt_text_con_main.tablinks.active:before{
        display: none;
    }
    .tab_pro_desc.abt_text_con_con {
        height: auto;
    }
    .tab_tabing_title .abt_text_con_main {
        font-size: 17px;
        margin: 0px 10px;
        white-space: nowrap;
    }
    .why_choose_conent ul li {
        width: 100%;
    }
    .why_choose_conent ul {
        gap: 0 6px;
    }
    .tab_image img {
        height: 380px;
    }
    .product_desc_detail{
        width: 100%;
        padding-left: 0px;
    }
    .tab_text_desc.abt_text_con_con {
        height: auto;
        margin-top: 25px;   
    }
    .tab_tabing_desc {
        padding: 20px 10px !important;
    }
    .tab_content_box {
        display: block;
    }
    .tab_image_box {width: 100%;}
    .product_content.abt_text_con_con {
        height: auto;
    }
    .book_input_inner {
        display: grid;
        gap: 15px;
        width: 100%;
    }
    .book_form_col {
        padding: 20px 10px;
        margin-top: 30px;
    }
    /*--------------end product detail------------------*/
    /*-----------faq------------------*/
    .faq_row,.warranty_row {
        padding: 40px 10px 70px !important;
    }
    .faq_form_title.section_main_title {
        font-size: 24px;
        width: 100%;
    }
    .faq_form_col_box {
        padding: 30px 20px;
    }
    .faq_row_col_one {
        padding-right: 0;
        padding-bottom: 30px;
    }
    .faq_form_col_box {
        display: block;
    }
    /*-----------end faq------------------*/
    /*--------------warranty-------------*/
    .warranty_table_mob {
        display: block;
    }
    .warranty_table {
        display: none;
    }
    /*--------------end warranty-------------*/
}

@media all and (min-width: 481px) and (max-width: 767px) {
    /*---------banner-----------*/
    .page_main_title_section::before {
        height: 65px;
    }
     /*--------------banner---------------*/
    .page_main_title_section {
        height: 255px !important;
    }
    .page_main_title_section::after {
        width: 300px;
    }
    /*--------------end banner---------------*/
    /*--------and banner------------*/
    /*-------------gallery-----------*/
    .gallary_col .et_pb_gallery_items.et_post_gallery.clearfix,.gallery_img_box {
        column-count: 2;
        gap:20px;
    }
    .gallary_col .et_pb_gallery_item,.iamage_box {
        margin: 0 0 20px !important;
    }
    /*-------------end gallery-----------*/
    /*----------product-----------------*/
    .product_block ul li {
        padding: 25px 15px;
        width: 46%;
        float: left;
    }
    .pro_image {
        width: 48%;
    }
    /*----------end product-----------------*/
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .page_main_title_section::before {
        height: 65px;
        bottom: -10px;
        width: 200%;
        background-size: contain;
    }
    .abt_page_section_row_one {
        margin-top: 60px !important;
    }
    .mission_in_possible_con{
        padding-left: 20px;
        margin-top: 20px;
    }
    .abt_page_title{
        font-size: 20px;
        margin-top: 10px;
    }
    .lets_box_one::after, .lets_box_two::after{
        display: none;
    }
    .lets_talk_main .lets_talk_main_img{
        width: 140px;
        height: 140px;
        background: #d7261c;
        border-radius: 100%;
    }
    .lets_talk_main .lets_talk_main_img svg {
        fill: #fff;
    }
    .lets_box  {
        margin-top: 30px;
    }
    .lets_talk_main:hover .lets_talk_main_img {
        background: #d7261c;
        border-radius: 100%;
        width: 140px;
        height: 140px;
        margin: auto;
        transition: 1s !important;
    }
    /*--------------banner---------------*/
    .page_main_title_section {
        height: 310px !important;
    }
    .page_main_title_section::after {
        width: 530px;
    }
    /*--------------end banner---------------*/
    /*----------------blog---------------*/
    .mb_bolg_row {
        padding: 40px 10px 60px !important;
    }
    .mb_blog_image img {
        height: 275px;
    }
    .mb_blog_block {
        gap: 20px;
    }
    .mb_blog_inner_box {
        padding: 25px 15px;
    }
    .mb_blog_title {
        font-size: 21px;
        margin: 20px 0 10px;
    }
    .mb_blog_author_detail {
        padding-top: 10px;
    }
    .mb_author_img img {
        width: 25px;
        height: 25px;
    }
    .mb_author_img {
        width: 45px;
        height: 45px;
    }
    .mb_blog_box {
        width: 48%;
    }
    /*-------blog detail----------*/
    .blog_detail_row {
        padding: 80px 10px 100px !important;
    }
    .blog_detail_block {
        gap: 25px;
        display: grid;
    }
    .blog_detail_right {
        width: 100%;
    }
    .blog_detail_left {
        width: 100%;
    }
    .blog_deatil_inner_right,.blog_deatil_box,.blog_reply_box{
        padding: 30px 20px;
    }
    .blog_detail_title {
        font-size: 22px;
    }
    .blog_right_img img {
        height: 90px;
    }
    .blog_detail_img img {
        height: 390px;
    }
    .blog_right_box {
        padding: 0px 0;
        width: 48%;
    }
    .blog_right_block {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    /*-------end blog detail----------*/
    /*----------------end blog---------------*/
    /*-------------gallery-----------*/
    .gallary_row {
        padding: 50px 10px 90px !important;
    }
    .gallary_col .et_pb_gallery_items.et_post_gallery.clearfix,.gallery_img_box {
        column-count: 3;
        gap:20px;
    }
    .gallary_col .et_pb_gallery_item,.iamage_box {
        margin: 0 0 20px !important;
    }
     .gallary_section::after{
        bottom: 0 !important;
        width: 155px !important;
        height: 155px !important;
    }
    .iamage_box .hover_title_image {
        font-size: 20px;
    }
    /*-------------end gallery-----------*/
    /*----------contact us------------------*/
    .contact_row {
        padding: 50px 20px 115px !important;
        display: block;
    }
    .contact_row_col_two {
        padding-left: 0px;
        padding-top: 30px;
    }   
    .contact_section::after {
        bottom: 0;
    }
    .contact_col_box .section_main_title {
        font-size: 31px;
    }
    .contact_from_col_box {
        padding: 40px 15px 55px;
    }

    /*----------end contact us------------------*/
     /*--------------product detail------------------*/
    .product_detail_row {
        padding: 50px 20px 40px !important;
    }
	.product_content ul {
		text-align: left;
	}
	.product_content strong {
		width: 100%;
		display: inline-flex;
	}
    .product_box,.product_title_mob{
        display: block;
        text-align: center;
    }
    .product_img img {
        height: 350px;
    }
    .product_left {
        padding: 0px 0 30px;
        padding-right: 0px;
        width: 100%;
    }   
    .product_right {width: 100%;}
    .product_title_web{display: none;}
    .product_img::after {
        left: -5px;
        bottom: -5px;
    }
     .product_block {
        padding: 30px 0px 0;
    }
    .product_block ul {
        gap: 15px;
    }
    .product_block ul li {
        padding: 25px 15px;
        width: 48%;
        float: left;
        color: #000 !important;
        box-shadow: rgb(149 157 165 / 36%) 0px 8px 24px;
    }
    .product_box_content span {
        color: #000 !important;
    }
    .product_box_title {
        font-size: 18px;
    }
    .product_detail_row::before,.products-template-default .relex_section::before{
        width: 110px;
        height: 124px;
    }
    .products-template-default .relex_section.no-paddings{
        padding-bottom: 80px !important;
    }
    .pro_gallery_box {
        padding: 50px 10px !important;
    }
    .pro_image {
        width: 32.4%;
    }
    .pro_gallery_img img {
        height: 300px;
    }
    .tab_tabing_title.tab {
        height: 72px;
        width: 100%;
        padding: 7px !important;
        gap: 5px;
        margin: 10px auto 35px;
    }
    .abt_text_con_main.tablinks.active:before{
        bottom: -64px;
    }
    .tab_pro_desc.abt_text_con_con {
        height: auto;
    }
    .tab_tabing_title .abt_text_con_main {
        font-size: 16px;
        margin: 0px 0px;
    }
    .why_choose_conent ul li {
        width: 100%;
    }
    .why_choose_conent ul {
        gap: 0 6px;
    }
    .tab_image img {
        height: 380px;
    }
    .tab_text_desc.abt_text_con_con {
        height: 340px;
    }
    .tab_tabing_desc {
        padding: 30px 20px !important;
    }
    .product_content.abt_text_con_con {
        height: auto;
    }
    .book_input_inner {
        display: grid;
        gap: 15px;
        width: 100%;
    }
    .book_form_col {
        padding: 30px;
        margin-top: 40px;
    }
    /*--------------end product detail------------------*/ 
    /*-----------faq------------------*/
    .faq_row,.warranty_row {
        padding: 50px 10px 90px !important;
    }
    .faq_form_title.section_main_title {
        font-size: 24px;
        width: 325px;
    }
    .faq_form_col_box {
        padding: 30px 20px;
    }
    .faq_row_col_one {
        padding-right: 0;
        padding-bottom: 30px;
    }
    .faq_form_col_box {
        display: block;
    }
    /*-----------end faq------------------*/
    /*--------------warranty-------------*/
    .warranty_table_mob {
        display: block;
    }
    .warranty_table {
        display: none;
    }
    /*--------------end warranty-------------*/
  
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .page_main_title_section::before {
        height: 65px;
        bottom: -10px;
      
    }
    .abt_page_section_row_one {
        margin-top: 60px !important;
    }
    .mission_in_possible_con{
        padding-left: 20px;
    }
    .abt_page_title{
        font-size: 20px;
    }
    .lets_box {
        padding: 0px 10px !important;
    }
    /*--------------banner---------------*/
    .page_main_title_section::after{
        width: 900px;
    }    
    /*--------------end banner---------------*/
    /*----------------blog---------------*/
    .mb_bolg_row {
        padding:50px 20px 70px!important;
    }
    .mb_blog_image img {
        height: 275px;
    }
    .mb_blog_block {
        gap: 20px;
    }
    .mb_blog_inner_box {
        padding: 25px 15px;
    }
    .mb_blog_title {
        font-size: 21px;
        margin: 20px 0 10px;
    }
    .mb_blog_author_detail {
        padding-top: 10px;
    }
    .mb_author_img img {
        width: 25px;
        height: 25px;
    }
    .mb_author_img {
        width: 45px;
        height: 45px;
    }
    /*-------blog detail----------*/
    .blog_detail_block {
        gap: 25px;
    }
    .blog_detail_right {
        width: 30%;
    }
    .blog_detail_left {
        width: 70%;
    }
    .blog_deatil_inner_right,.blog_deatil_box,.blog_reply_box{
        padding: 30px 20px;
    }
    .blog_detail_title {
        font-size: 22px;
    }
    .blog_right_img img {
        height: 90px;
    }
    .blog_detail_img img {
        height: 390px;
    }
    /*-------end blog detail----------*/
    /*----------------end blog---------------*/
    /*-------------gallery-----------*/
    .gallary_row {
        padding: 60px 30px !important;
    }
    .gallary_col .et_pb_gallery_items.et_post_gallery.clearfix,.gallery_img_box {
        column-count: 3;
    }
    .iamage_box .hover_title_image {
        font-size: 22px;
    }
    /*-------------end gallery-----------*/
    /*----------contact us------------------*/
    .contact_row {
        padding: 60px 30px 80px !important;
    }
    .contact_row_col_two {
        padding-left: 30px;
    }
    .contact_box {
        grid-template-columns: 1fr;
    }
    .contact_section::after {
        bottom: 0;
    }
    .contact_col_box .section_main_title {
        font-size: 31px;
    }
    .contact_from_col_box {
        padding: 40px 15px 55px;
    }

    /*----------end contact us------------------*/
    /*--------------product detail------------------*/
    .product_detail_row {
        padding: 70px 30px 50px !important;
    }
    .product_img img {
        height: 400px;
    }
    .product_left {
        padding-right: 20px;
    }
    .product_block {
        padding: 40px 0px 0;
    }
     .product_block ul {
        gap: 20px;
    }
    .product_block ul li {
        padding: 25px 15px;
    }
    .product_box_title {
        font-size: 18px;
    }
    .pro_gallery_box {
        padding: 70px 30px !important;
    }
    .pro_image {
        width: 32.5%;
    }
    .pro_gallery_img img {
        height: 325px;
    }
    .tab_tabing_title.tab {
        height: 74px;
        padding: 7px !important;
        gap: 5px;
        margin: 10px auto 35px;
    }
    .abt_text_con_main.tablinks.active:before{
        bottom: -64px;
    }
    .tab_pro_desc.abt_text_con_con {
        height: auto;
    }
    .tab_tabing_title .abt_text_con_main {
        font-size: 18px;
        margin: 0px 10px;
    }
    .why_choose_conent ul li {
        width: 100%;
    }
    .why_choose_conent ul {
        gap: 0 6px;
    }
    .tab_image img {
        height: 380px;
    }
    .tab_text_desc.abt_text_con_con {
        height: 340px;
    }
    .product_content.abt_text_con_con {
        height: 325px;
    }

    /*--------------end product detail------------------*/  
    /*-----------faq------------------*/
    .faq_row,.warranty_row {
        padding: 70px 30px !important;
    }
    .faq_form_title.section_main_title {
        font-size: 24px;
        width: 280px;
    }
    .faq_form_col_box {
        padding: 30px 20px;
    }
    /*-----------end faq------------------*/
  
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .page_main_title_section::before {
        height: 65px;
        bottom: -10px;
    }
    .abt_page_section_row_one {
        margin-top: 60px !important;
    }
    .mission_in_possible_con{
        padding-left: 20px;
    }
    .abt_page_title{
        font-size: 20px;
    }
    .lets_box {
        padding: 0px 10px !important;
    }
    /*--------------banner---------------*/
    .page_main_title_section::after {
        width: 1000px;
    }
    /*--------------end banner---------------*/
    /*----------------blog---------------*/
    .mb_bolg_row {
        padding:50px 20px 70px !important;
    }
    .mb_blog_image img {
        height: 275px;
    }
    .mb_blog_block {
        gap: 20px;
    }
    .mb_blog_inner_box {
        padding: 25px 15px;
    }
    .mb_blog_title {
        font-size: 21px;
        margin: 20px 0 10px;
    }
    .mb_blog_author_detail {
        padding-top: 10px;
    }
    .mb_author_img img {
        width: 25px;
        height: 25px;
    }
    .mb_author_img {
        width: 45px;
        height: 45px;
    }
    /*-------blog detail----------*/
    .blog_detail_block {
        gap: 25px;
    }
    .blog_detail_right {
        width: 30%;
    }
    .blog_detail_left {
        width: 70%;
    }
    .blog_deatil_inner_right,.blog_deatil_box,.blog_reply_box{
        padding: 30px 20px;
    }
    .blog_detail_title {
        font-size: 22px;
    }
    .blog_right_img img {
        height: 90px;
    }
    .blog_detail_img img {
        height: 420px;
    }
    /*-------end blog detail----------*/
    /*----------------end blog---------------*/
    /*-------------gallery-----------*/
    .gallary_row {
        padding: 60px 30px !important;
    }
    .gallary_col .et_pb_gallery_items.et_post_gallery.clearfix,.gallery_img_box {
        column-count: 3;
    }
     .iamage_box .hover_title_image {
        font-size: 22px;
    }
    /*-------------end gallery-----------*/
     /*----------contact us------------------*/
    .contact_row {
        padding: 60px 30px 80px !important;
    }
    .contact_row_col_two {
        padding-left: 40px;
    }
    .contact_box {
        grid-template-columns: 1fr;
    }
    .contact_section::after {
        bottom: 0;
    }
    .contact_col_box .section_main_title {
        font-size: 31px;
    }
    .contact_from_col_box {
        padding: 40px 15px 55px;
    }

    /*----------end contact us------------------*/
    /*--------------product detail------------------*/
    .product_detail_row {
        padding: 70px 30px 50px !important;
    }
    .product_box_content.abt_text_con_con span {
        font-size: 15px;
    }
    .product_img img {
        height: 400px;
    }
    .product_block {
        padding: 50px 0px 0;
    }
     .product_block ul {
        gap: 20px;
    }
    .product_block ul li {
        padding: 25px 15px;
    }
    .pro_gallery_box {
        padding: 70px 30px !important;
    }
    .pro_image {
        width: 32.5%;
    }
    .pro_gallery_img img {
        height: 325px;
    }
    .tab_tabing_title.tab {
        height: 74px;
        padding: 7px !important;
        gap: 5px;
        margin: 10px auto 35px;
    }
    .abt_text_con_main.tablinks.active:before{
        bottom: -64px;
    }
    .tab_pro_desc.abt_text_con_con {
        height: auto;
    }
    .tab_tabing_title .abt_text_con_main {
        font-size: 18px;
        margin: 0px 10px;
    }
    .why_choose_conent ul li {
        width: 100%;
    }
    .why_choose_conent ul {
        gap: 0 6px;
    }
    .tab_image img {
        height: 380px;
    }
    .tab_text_desc.abt_text_con_con {
        height: 340px;
    }
    .product_content.abt_text_con_con {
        height: 325px;
    }
    /*--------------end product detail------------------*/
     /*-----------faq------------------*/
    .faq_row,.warranty_row {
        padding: 70px 30px !important;
    }
    .faq_form_title.section_main_title {
        font-size: 24px;
        width: 290px;
    }
    .faq_form_col_box {
        padding: 30px 20px;
    }
    /*-----------end faq------------------*/
  
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .abt_page_section_row_one {
        margin-top: 60px !important;
    }
    .mission_in_possible_con{
        padding-left: 20px;
    }
    .lets_box {
        padding: 0px 10px !important;
    }
    /*--------------banner---------------*/
   
    .page_main_title_section::after {
        width: 1100px;
    }
    /*--------------end banner---------------*/
    /*----------------blog---------------*/
    .mb_bolg_row {
        padding:50px 20px 70px !important;
    }
    .mb_blog_image img {
        height: 275px;
    }
    .mb_blog_block {
        gap: 20px;
    }
    .mb_blog_inner_box {
        padding: 25px 15px;
    }
    .mb_blog_title {
        font-size: 23px;
        margin: 20px 0 10px;
    }
    .mb_blog_author_detail {
        padding-top: 10px;
    }
    /*-------blog detail----------*/
    .blog_detail_block {
        gap: 30px;
    }
    .blog_detail_right {
        width: 30%;
    }
    .blog_detail_left {
        width: 70%;
    }
    .blog_deatil_inner_right,.blog_deatil_box,.blog_reply_box{
        padding: 30px 20px;
    }
    .blog_detail_title {
        font-size: 22px;
    }
    .blog_detail_img img {
        height: 450px;
    }
    /*-------end blog detail----------*/
    /*----------------end blog---------------*/
    /*-------------gallery-----------*/
    .gallary_row {
        padding: 70px 30px !important;
    }
     .iamage_box .hover_title_image {
        font-size: 24px;
    }
    /*-------------end gallery-----------*/
    /*----------contact us------------------*/
    .contact_row {
        padding: 70px 30px 80px !important;
    }
    .contact_row_col_two {
        padding-left: 40px;
    }
    .contact_box {
        grid-template-columns: 1fr;
    }
    .contact_section::after {
        bottom: 0;
    }
    .contact_col_box .section_main_title {
        font-size: 31px;
    }

    /*----------end contact us------------------*/
    /*--------------product detail------------------*/
    .product_detail_row {
        padding: 70px 30px 50px !important;
    }
    .product_img img {
        height: 440px;
    }
    .product_block {
        padding: 70px 0px 0;
    }
     .product_block ul {
        gap: 20px;
    }
    .product_block ul li {
        padding: 25px 15px;
    }
    .pro_gallery_box {
        padding: 70px 30px !important;
    }
     .pro_image {
        width: 32.7%;
    }
    .pro_gallery_img img {
        height: 325px;
    }
    .tab_tabing_title.tab {
        height: 65px;
        padding: 7px !important;
    }
    .tab_pro_desc.abt_text_con_con {
        height: auto;
    }
    .tab_tabing_title .abt_text_con_main {
        font-size: 18px;
        margin: 0px 10px;
    }
    .why_choose_conent ul li {
        width: 48.7%;
    }
    .why_choose_conent ul {
        gap: 0 6px;
    }
    .tab_image img {
        width: 98%;
        height: 430px;
    }
    .tab_text_desc.abt_text_con_con {
        height: 420px;
    }
    .product_content.abt_text_con_con {
        height: 380px;
    }
    /*--------------end product detail------------------*/
     /*-----------faq------------------*/
    .faq_row,.warranty_row {
        padding: 80px 30px !important;
    }
    .faq_form_title.section_main_title {
        font-size: 26px;
        width: 344px;
    }
    /*-----------end faq------------------*/
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .abt_page_section_row_one {
        margin-top: 60px !important;
    }
    /*--------------banner---------------*/
   
    .page_main_title_section::after {
        width: 1200px;
    }
    /*--------------end banner---------------*/
     /*----------------blog---------------*/
    .mb_bolg_row {
        padding:60px 30px 70px !important;
    }
    .mb_blog_image img {
        height: 300px;
    }
    .mb_blog_block {
        gap: 30px;
    }
    .mb_blog_inner_box {
        padding: 25px;
    }
    .mb_blog_title {
        font-size: 23px;
        margin: 20px 0 10px;
    }
    .mb_blog_author_detail {
        padding-top: 10px;
    }
    /*-------blog detail----------*/
    .blog_detail_block {
        gap: 30px;
    }
    .blog_detail_right {
        width: 30%;
    }
    .blog_detail_left {
        width: 70%;
    }
    .blog_detail_title {
        font-size: 24px;
    }
    .blog_detail_img img {
        height: 480px;
    }
    /*-------end blog detail----------*/
    /*----------------end blog---------------*/
    /*-------------gallery-----------*/
    .gallary_row {
        padding: 80px 30px 80px !important;
    }
     .iamage_box .hover_title_image {
        font-size: 24px;
    }
    /*-------------end gallery-----------*/
    /*----------contact us------------------*/
    .contact_row {
        padding: 80px 30px !important;
    }
    .contact_row_col_two {
        padding-left: 40px;
    }
    .contact_box {
        grid-template-columns: 1fr;
    }
    .contact_section::after {
        bottom: 0;
    }
    /*----------end contact us------------------*/
    /*--------------product detail------------------*/
    .product_detail_row {
        padding: 80px 30px 80px !important;
    }
    .product_img img {
        height: 490px;
    }
    .product_block ul {
        gap: 20px;
    }
    .product_block ul li {
        padding: 30px 25px;
    }
    .pro_gallery_box {
        padding: 80px 30px !important;
    }
    .pro_image {
        width: 32.7%;
    }
    .tab_tabing_title.tab {
        height: 65px;
        padding: 7px !important;
    }
    .tab_pro_desc.abt_text_con_con {
        height: auto;
    }
    .tab_tabing_title .abt_text_con_main {
        font-size: 18px;
        margin: 0px 10px;
    }
    .why_choose_conent ul li {
        width: 48.7%;
    }
    .why_choose_conent ul {
        gap: 0 6px;
    }
    .product_content.abt_text_con_con {
        height: 400px;
    }
    /*--------------end product detail------------------*/
     /*-----------faq------------------*/
    .faq_row,.warranty_row {
        padding: 80px 30px !important;
    }
    .faq_form_title.section_main_title {
        font-size: 26px;
        width: 380px;
    }
    /*-----------end faq------------------*/
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .abt_page_section_row_one {
        margin-top: 60px !important;
    }
    /*---------------banner-------------------*/
    .page_main_title_section::after {
        width: 1300px;
    }
    /*---------------end banner-------------------*/
     /*----------------blog---------------*/
    .mb_bolg_row {
        padding:70px 40px 70px!important;
    }
    .mb_blog_image img {
        height: 300px;
    }
    /*-------blog detail----------*/
    .blog_detail_block {
        gap: 30px;
    }
    /*-------end blog detail----------*/
    /*----------------end blog---------------*/
    /*-------------gallery-----------*/
    .gallary_row {
        padding: 80px 30px !important;
    }
    /*-------------end gallery-----------*/
     /*----------contact us------------------*/
    .contact_row {
        padding: 80px 30px 80px !important;
    }
    /*----------end contact us------------------*/
    /*--------------product detail------------------*/
    .product_detail_row {
        padding: 80px 30px 80px !important;
    }
    .pro_gallery_box {
        padding: 80px 30px !important;
    }
    .pro_image {
        width: 32.85%;
    }
    .tab_tabing_title.tab {
        height: 70px;
        padding: 7px !important;
    }
    .tab_pro_desc.abt_text_con_con {
        height: auto;
    }
    .why_choose_conent ul li {
        width: 48.8%;
    }
    /*--------------end product detail------------------*/
    /*-----------faq------------------*/
    .faq_row,.warranty_row {
        padding: 80px 30px !important;
    }
    /*-----------end faq------------------*/
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    /*----------------blog---------------*/
    .mb_bolg_row {padding: 80px 100px !important;}    
    /*----------------end blog---------------*/
    /*-------------gallery-----------*/
    .gallary_row {padding: 80px 90px !important;}
    /*-------------end gallery-----------*/
    /*----------contact us------------------*/
    .contact_row {padding: 80px 100px 90px !important;}
    /*----------end contact us------------------*/
    /*--------------product detail------------------*/
    .product_detail_row {padding: 80px 100px 80px !important;}
    .pro_gallery_box {padding: 80px 100px !important;}
    /*--------------end product detail------------------*/
    /*-----------faq------------------*/
    .faq_row {padding: 80px 100px !important;}
    /*-----------end faq------------------*/
    /*---------warranty-------------*/
    .warranty_row {padding: 100px 100px !important;}
    /*---------end warranty-------------*/

}


@media all and (min-width: 981px) and (max-width: 1880px) {
    .product_detail_row::before,.products-template-default .relex_section::before{
        width: 140px;
        height: 140px;
    }
}
