 @media screen and (min-width:992px) {
.navigation ul { padding: 0; list-style-type: none; margin: 0;}
.navigation ul.menu {margin: 0;position: relative; z-index: 3;-moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.navigation ul.menu ul { display: none; }
.navigation-open, .navigation-close { display: none; }
.navigation ul.menu li { position: relative;    padding: 0; margin: 0;}
.navigation ul.menu > li { z-index: 2; text-align: left;float: left; }
.navigation ul.menu > li.mb-portal-btn {display: none;}
.navigation ul.menu > li {padding: 0 25px;position: relative;}
.navigation ul.menu > li:last-child:after{display: none;}
.navigation ul.menu > li > a {float: left;color: #222222;letter-spacing: 0px;font-size: 15px;font-weight: 400;text-transform: capitalize;line-height: initial;padding: 0px 0px;position: relative;}
.navigation ul.menu > li > a::before {content: '';position: absolute;left: 0;bottom: -1px;width: 100%;height: 2px;background-color: #fff;opacity: 0;}
.navigation ul.menu > li > a:hover {color: #cc9933;}
.navigation ul.menu > li > a:hover::before {opacity: 1;background-color: #cc9933;}
.navigation ul.menu li.has-sub .sub-menu {padding: 20px 20px;position: absolute;min-width: 250px;background: #fff;z-index: 5;opacity: 0;top: 60px;visibility: hidden;/* margin-top: 40px; */display: block;pointer-events: auto;font-weight: 400;-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);}
.menu-back, .menu > li > .toggle-submenu { display: none; }
.toggle-submenu { display: block; height: 32px; width: 30px; position: absolute; right: 0;top: 0; pointer-events: none; }
.navigation ul.menu li.has-sub .sub-menu a {padding: 8px 0px;display: block;letter-spacing: 1px;font-size: 15px;color: #000;line-height: normal;text-transform: uppercase;}
.navigation ul.menu li.has-sub .sub-menu a:hover{color: #222 !important;}
.navigation ul.menu li.has-sub .sub-menu a:after {position: absolute;content: "";background-color:  #222 ; width:0px;height: 3px;left: 0;top: 0;bottom: 0;margin: auto;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
.navigation ul.menu li.has-sub .sub-menu li:hover a:after, .navigation ul.menu li.has-sub .sub-menu li.selected a:after {width: 10px;}
.navigation ul.menu > li:hover > a, .navigation ul.menu > li.selected > a {}
.navigation ul.menu > li:hover > a:after {content: '';position: absolute;left: 0;top: 0;width: 100%;border-top: 2px solid #282c78;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;opacity: 0;}
.navigation ul.menu li.has-sub li.has-sub .sub-menu { left: 100%; top: 50px; }
.navigation ul.menu li.has-sub:hover > .sub-menu {display: block !important; opacity: 1; visibility: visible; margin-top: 0; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.navigation ul.menu li:hover { overflow: visible; }
.navigation ul.menu li.has-sub li.has-sub:hover .sub-menu { top: 0; }
.navigation ul.menu li.has-sub .sub-menu li:hover > .device-toggle:before { opacity: 0; }
.navigation ul.menu li.has-sub .sub-menu li:hover > .device-toggle:after { opacity: 1; }
.navigation ul.menu li:hover > .toggle-submenu:before { opacity: 0; }
.navigation ul.menu li:hover > .toggle-submenu:after { opacity: 1; }
.navigation ul.menu li.has-sub .sub-menu li:hover > a, .navigation ul.menu li.has-sub .sub-menu li.selected > a { color: #151515 ;padding-left: 20px; }
.navigation ul.menu li:before{ display: none; }
.navigation ul.menu > li a span.menu_count {display: block;color: #a5a5a5;font-size: 13px;line-height: 24px;}
.link:hover:after { top: -2px; margin-top: 0; opacity: 1; }
.navigation ul.menu > li:first-child{padding-left: 0;}
.navigation ul.menu > li:last-child{padding-right: 0;}
.navigation ul.menu li.has-sub .sub-menu li .sub-menu a:after {position: absolute;content: "";background-color:  #ec1e22; width:0px;height: 3px;left: 0;top: 0;bottom: 0;margin: auto;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
.navigation ul.menu li.has-sub .sub-menu li .sub-menu li:hover > a, .navigation ul.menu li.has-sub .sub-menu li .sub-menu li.selected > a { color: #ec1e22; padding-left: 20px;}
.navigation ul.menu li.has-sub .sub-menu li .sub-menu li:hover a:after, .navigation ul.menu li.has-sub .sub-menu li .sub-menu li.selected a:after { width: 10px;}
}

@media screen and (max-width:991px) {
.navigation-open { padding: 0; position: relative; vertical-align: middle; z-index: 1; width: 30px; height: 19px; background: none; border: none; width: 50px; height: 50px; background: #71186b; }
.navigation-open span { display: block; width: 24px; height: 3px; background: #fff; margin: 0 auto; position: relative; pointer-events: none; -moz-transition: all 0s ease 0.25s; -ms-transition: all 0s ease 0.25s; -o-transition: all 0s ease 0.25s; -o-transition: all 0s ease 0.25s; -webkit-transition: all 0s ease 0.25s; transition: all 0s ease 0.25s; }
.navigation-open span:before, .navigation-open span:after { content: ""; display: block; width: 100%; height: 100%; background: #fff; position: absolute; left: 0; top: -7px; -moz-transition: top 0.25s ease 0.25s, transform 0.25s ease, background 0.25s ease 0.25s; -ms-transition: top 0.25s ease 0.25s, transform 0.25s ease, background 0.25s ease 0.25s; -o-transition: top 0.25s ease 0.25s, transform 0.25s ease, background 0.25s ease 0.25s; -webkit-transition: top 0.25s ease 0.25s, transform 0.25s ease, background 0.25s ease 0.25s; transition: top 0.25s ease 0.25s, transform 0.25s ease, background 0.25s ease 0.25s; }
.navigation-open span:after { top: 7px; -moz-transition: top 0.25s ease 0.25s, transform 0.25s ease, background 0.25s ease 0.25s; -ms-transition: top 0.25s ease 0.25s, transform 0.25s ease, background 0.25s ease 0.25s; -o-transition: top 0.25s ease 0.25s, transform 0.25s ease, background 0.25s ease 0.25s; -webkit-transition: top 0.25s ease 0.25s, transform 0.25s ease, background 0.25s ease 0.25s; transition: top 0.25s ease 0.25s, transform 0.25s ease, background 0.25s ease 0.25s; }
.navigation ul { padding: 0; list-style-type: none; margin: 0; }
.navigation ul.menu { font-size: 16px; font-weight: 500; z-index: 6; text-align: left; width: 100%;  }
.navigation { z-index: 99; position: fixed; top: 0; left: 100%; width: 300px; height: 100%; overflow: auto; background: #fff; -webkit-overflow-scrolling: touch; display: block !important; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; padding: 45px 15px 30px 15px; }
.menu-back { border: none; width: 100%; height: 40px; background: none; color: #333; font-size: 16px; font-weight: 500; padding: 0; font-family: inherit; text-align: left; }
.menu-back:before { content: ""; display: inline-block; vertical-align: middle; width: 8px; height: 13px; margin: -2px 8px 0 0; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8px' height='13px' viewBox='-955.5 457 8 13'%3e%3cpath fill='%23333333' d='M-955.281,462.993l6.059-5.785c0.139-0.136,0.326-0.208,0.526-0.208s0.388,0.074,0.528,0.208l0.444,0.425 c0.29,0.278,0.29,0.729,0,1.006l-5.089,4.858l5.096,4.862c0.141,0.136,0.217,0.314,0.217,0.504c0,0.191-0.076,0.37-0.217,0.503 l-0.446,0.427c-0.139,0.135-0.328,0.207-0.528,0.207c-0.199,0-0.385-0.073-0.525-0.207l-6.064-5.79 c-0.141-0.135-0.219-0.314-0.219-0.506C-955.5,463.309-955.422,463.128-955.281,462.993z'/%3e%3c/svg%3e"); background-size: cover; }
.theme-header:after { content: ""; display: block; position: fixed; left: 0; right: 0; top: 0; height: 100%; background: rgba(0,0,0,0.7); z-index: 9; cursor: pointer; transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); -webkit-transform: translateX(100%); transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
body.menu-action .theme-header:after { transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; -webkit-transform: none; }
body.menu-action .navigation { margin-left: -300px; }
body.menu-action { position: fixed; top: 0; left: 0; height: 100vh !important; width: 100%; overflow: hidden; max-height: 100vh !important; }
.navigation ul.menu li { position: relative; border-bottom: 1px solid rgba(0, 0, 0, 0.2); padding:0  }
.navigation ul.menu li:before{ display: none;  }
.navigation ul.menu > li { width: 100%;margin: 0 !important; padding:0;}
.navigation ul.menu > li:before{ display: none }
.navigation ul.menu li a { padding: 8px 30px 8px 0; color: #000000; font-weight: 500; display: block; font-size: 14px;font-size: 15px;letter-spacing: 1px;text-align: left;border: none;text-transform: capitalize;}
.toggle-submenu { display: block; height: 40px; width: 30px; position: absolute; right: 0;top: 0; }
.toggle-submenu:before, .toggle-submenu:after { content: ""; display: block; width: 8px; height: 13px; position: absolute; right: 0; top: 50%; margin: -6px 0 0 0; background-size: cover; }
.toggle-submenu:before { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8px' height='13px' viewBox='0.5 190.5 6 10'%3e%3cpath fill='%23333333' d='M6.337,195.109l-4.545-4.449c-0.105-0.104-0.245-0.16-0.395-0.16c-0.149,0-0.29,0.057-0.395,0.16l-0.334,0.327 c-0.218,0.214-0.218,0.561,0,0.774l3.816,3.736l-3.821,3.74c-0.105,0.104-0.163,0.241-0.163,0.387 c0,0.147,0.058,0.285,0.163,0.387l0.334,0.328c0.105,0.104,0.246,0.16,0.396,0.16s0.29-0.057,0.395-0.16l4.549-4.453 c0.105-0.104,0.164-0.242,0.163-0.389C6.5,195.352,6.442,195.213,6.337,195.109z'/%3e%3c/svg%3e"); }
.toggle-submenu:after { opacity: 0;}
.navigation ul.menu li.selected > a { color: #151515; }
.navigation ul.menu li.selected > .toggle-submenu:after { opacity: 1; }
.navigation ul.menu li.has-sub a span {  }
.navigation ul.menu li ul { background: #fff; position: fixed; right: 0; bottom: 0; z-index: 1; margin-right: -300px; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; width: 300px; top: 0; overflow: scroll; -webkit-overflow-scrolling: touch; padding: 5px 15px 30px 15px; }
.navigation ul.menu li ul.show { margin-right: 0; }
.navigation ul.menu li .device-toggle { position: absolute; width: 39px; height: 39px; left: 0; top: 0; cursor: pointer; }
.navigation ul.menu li .device-toggle:before, .navigation ul.menu li .device-toggle:after { content: ""; display: block; height: 3px; width: 15px; position: absolute; left: 12px; top: 18px; background: #333; }
.navigation ul.menu li .device-toggle:after { width: 3px; height: 15px; top: 12px; left: 18px; }
.navigation ul.menu li.selected > .device-toggle:before, .navigation ul.menu li.selected > .device-toggle:after { background: #660460;  }
.navigation ul.menu li .device-toggle.in:after { -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.navigation ul.menu .sub-menu .inner-sub li > a { padding-left: 55px; }
.navigation ul.menu li .inner-sub .device-toggle { left: 0; }
.navigation ul.menu.no-sub li a { padding-left: 15px }
.megamenu_img { display: none }
.navigation ul.menu li.has-sub.megamenu .sub-menu { display: block !important }
.navigation ul.menu li.has-sub .mega_menu { display: none }
.navigation-open:before { opacity: 1; -moz-transition: opacity 0.5s ease; -ms-transition: opacity 0.5s ease; -o-transition: opacity 0.5s ease; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease; }
body.menu-action .navigation-open:before { opacity: 0; }
.navigation ul.menu li .device-toggle { position: absolute; width: 26px; height: 30px; left: 0; top: 0; cursor: pointer; }
.navigation ul.menu li .device-toggle:before, .navigation ul.menu li .device-toggle:after { content: ""; display: block; height: 2px; width: 12px; position: absolute; left: 7px; top: 14px; background: #606060; }
.navigation ul.menu li .device-toggle:after { width: 2px; height: 12px; left: 12px; top: 9px; }
.navigation ul.menu .sub-menu .inner-sub li > a { padding-left: 44px; }
.navigation-close { padding: 0; position: absolute; right: 15px; top: 15px; vertical-align: middle; z-index: 11; width: 20px; height: 17px; background: none; border: none; }
.navigation-close:before, .navigation-close:after { content: ""; display: block; width: 100%; height: 2px; background: #000; position: absolute; left: 0; top: 50%; margin-top: -2px; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.navigation-close:after { -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
body.menu-action header:after {transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; -webkit-transform: none; }  
.navigation-open {padding: 1px;position: relative;vertical-align: middle;z-index: 1;width: 24px;height: 24px;background: transparent;border-radius: 0px;}
.navigation ul.menu li > a span.menu_count {color: #0070b2;margin-right: 10px;}
.navigation-open span {display: block; width: 24px; height: 2px; background: #c93; margin: 0 auto; position: relative; pointer-events: none; -moz-transition: all 0s ease .25s; -ms-transition: all 0s ease .25s; -o-transition: all 0s ease .25s; -o-transition: all 0s ease .25s; -webkit-transition: all 0s ease .25s; transition: all 0s ease .25s; } 
.navigation-open span:before, .navigation-open span:after {content: ""; display: block; width: 100%; height: 100%; background: #c93; position: absolute; left: 0; top: -8px; -moz-transition: top .25s ease .25s,transform .25s ease,background .25s ease .25s; -ms-transition: top .25s ease .25s,transform .25s ease,background .25s ease .25s; -o-transition: top .25s ease .25s,transform .25s ease,background .25s ease .25s; -webkit-transition: top .25s ease .25s,transform .25s ease,background .25s ease .25s; transition: top .25s ease .25s,transform .25s ease,background .25s ease .25s; } 
.navigation-open span:after {top: 8px; -moz-transition: top .25s ease .25s,transform .25s ease,background .25s ease .25s; -ms-transition: top .25s ease .25s,transform .25s ease,background .25s ease .25s; -o-transition: top .25s ease .25s,transform .25s ease,background .25s ease .25s; -webkit-transition: top .25s ease .25s,transform .25s ease,background .25s ease .25s; transition: top .25s ease .25s,transform .25s ease,background .25s ease .25s; } 
.desk-menu {position: relative;}
.footer-title span { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.footer-title span:before { content: ""; position: absolute; top: 50%; right: 7px; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); height: 15px; width: 2px; background: #fff; }
.mobile-accordion.in .footer-title span:before { display: none }
.footer-title span:after { content: ""; position: absolute; top: 50%; right: 0px; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); height: 2px; width: 16px; background: #fff; }
.list-style-none.mobile-accordion-toggle { display: none; padding: 5px 0 0 10px; }
.list-style-none.mobile-accordion-toggle {padding: 0px 10px;margin: 25px 0;width: 100%;float: left;margin-top:0px;}
.mobile-accordion.in h3.footer-title {margin-bottom: 0px;}
.footer-content.ft-three {padding-left: 0px;}
.ft-one .footer-title{display: block;}
.footer-title {display: block;margin-bottom: 0px;}
.footer-content.ft-one{border-right: 0px;padding-right: 0px;}
.footer-content {margin-bottom: 20px;}
.footer-content .footer-title {display: block;font-size: 16px;position: relative;}
.footer_right_content .footer-content.in {margin-bottom: 0px;}	
html, body {font-size: 14px;}
section{padding: 30px 0px;}








ul.header_info li a small {display: none;}
ul.header_info li:last-child {display: none;}
ul.header_info li span {margin: 0px;}
ul.header_info li {margin-right: 20px;}
.header_top {padding: 10px 0px;}
.header_free_measure {margin-right: 40px;}
.header_free_measure a.btn small {display: block;width: 25px;height: 25px;fill: #cc9933;}
.header_free_measure a.btn {font-size: 0px;width: 25px;height: 25px;min-width: 30px;border-radius: 0px;display: flex;justify-content: center;align-items: center;padding: 0px;background-color: transparent;border: 0;}
.main_menu {margin: 0px;position: absolute;right: 12px;top: 21px;background-color: transparent;}
.header_box {position: relative;}
.main_logo {width: 135px;}
.site-main {padding-top: 100px;}


.col_three { width: 65%;}


}



@media screen and (max-width:1500px) and (min-width: 1281px) {
.btn {min-width: 200px;font-size: 12px;padding: 10px 15px;}
.navigation ul.menu > li {padding: 0 20px;position: relative;}
.navigation ul.menu > li > a {font-size: 14px;}
p,ul li {font-size: 14px;}
.choose_content ul li {font-size: 13px;}
.footer-content ul li a {font-size: 14px;}
.footer-content.ft_four ul li p, .footer-content.ft_four ul li a {font-size: 14px;}
.copyright_box p {font-size: 14px;}
.service_box .service_box_title {font-size: 16px;}
.service_box p {min-height: 170px;}
.section_title {font-size: 34px;line-height: 50px;}
.site-main {padding-top: 129px;}
    
}

@media screen and (max-width:1280px) and (min-width: 992px) {

.header_free_measure a.btn small {display: block;width: 25px;height: 25px;}
.header_free_measure a.btn small {fill: #c93;}
.header_free_measure a.btn {font-size: 0px;width: 25px;height: 25px;min-width: 30px;border-radius: 0px;display: flex;justify-content: center;align-items: center;padding: 0px;background-color: transparent;border: 0;}
.navigation ul.menu > li > a{font-size: 13px;}
.navigation ul.menu > li {padding: 0 14px;}

.gallery_inner_box .gallary-image a {height: auto;padding: 5px;}
.site-main {padding-top: 117px;}
.banner_img {height: 500px;}
.banner_content .banner_title {max-width: 700px;font-size: 40px;line-height: 62px;margin-bottom: 15px;}
.about_section .choose_content {padding: 0px;}
.section_title {font-size: 26px;line-height: 37px;margin-bottom: 0px;}
.about_section .choose_content p {font-size: 14px;margin-bottom: 0px;}
p,ul li {font-size: 14px;}
.expertise_content .section_title {margin-bottom: 15px;}
.service_top_title .section_title {margin-bottom: 15px;}
.service_top_title {margin-bottom: 20px;}
.service_box > img {width: 100%;}
.service_box .service_side_right_bx {width: 100%;margin-top: 20px;}
.service_box p {min-height: 140px;}
.choose_section .choose_content {padding: 0px;}
.choose_section .choose_content .section_title {margin-bottom: 15px;}
.choose_section .choose_content li {font-size: 12px;}
.choose_content ul li span {width: 40px;height: 40px;margin-right: 10px;}
.gallery_section .section_title {margin-bottom: 20px;}
.footer-content ul li a {font-size: 13px;}
.footer-content p {font-size: 13px;}
.footer-content.ft_four ul li p, .footer-content.ft_four ul li a {font-size: 13px;line-height: 25px;}
.copyright_box p {font-size: 13px;}

.request_us_form_page .input-box span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.input_checkbox span {
    font-size: 14px;
}

}



@media screen and (max-width: 991px) and (min-width: 768px){
    
    
    .section_title,.contact_info_right .section_title {font-size: 20px;line-height: 36px;margin-bottom: 0px;}
p,ul li{font-size: 13px;}
.btn {font-size: 12px;padding: 10px 15px;min-width: 150px;}
.banner_img {height: 450px;}
.banner_content .banner_title {font-size: 30px;line-height: 45px;max-width: 600px;margin: 0 auto;margin-bottom: 20px;}
.banner_cnt_bx {max-width: calc(100% - 24px);}
.banner_content {width: 100%;}
.banner_content p {font-size: 15px;margin-bottom: 20px;text-align: center;}
.banner_bottom_section {margin: 0px;}
.banner_bottom_cnt p{text-align: center;}
.banner_bottom_box {padding: 30px 0px;padding-bottom: 0px;}
.banner_bottom_cnt {padding: 30px;border: 2px solid #ed8a3c;margin-bottom: 30px;}
.banner_bottom_box::before {display: none;}
.banner_bottom_cnt_title {font-size: 16px;}
.blinds_section {padding-top: 0px;}
.blinds_left .section_desc {font-size: 16px;line-height: 30px;margin-bottom: 22px;text-align: justify;}
.blinds_right {padding: 0px;margin-top: 30px;}
.blinds_right p {margin-top: 20px;}
.copyright_box p {font-size: 14px;margin-bottom: 20px;width: 100%;}
.copyright_box {flex-wrap: wrap;justify-content: center;text-align: center;margin-top: 0px;}
.copyright_box ul li a {width: 35px;height: 35px;}
.footer-content.ft_one .footer-title {display: block;}
.footer_section {padding-top: 30px;}
.footer-content.ft_one p {max-width: 100%;font-size: 13px;margin-bottom: 25px;}
.footer-content ul li a {font-size: 13px;}
.footer-content.ft_four ul li p, .footer-content.ft_four ul li a {font-size: 13px;}
.footer-content.ft_four ul li:last-child {margin-bottom: 0px;}
.contact_info_left {padding: 0px;}
.contact_info_left .section_title {font-size: 26px;line-height: 40px;margin-bottom: 10px;max-width: 100%;}
.contact_info_right .form_group.input_line {flex-wrap: wrap;}
.contact_info_right .form_group.input_line span:first-child {margin-right: 0px;}
.contact_info_right .form_group.sbt span input.btn {min-width: 150px;}
.choose_content {padding: 0px;margin-top: 20px;}
.choose_content p {margin-bottom: 25px;}
.choose_content ul li {font-size: 14px;flex-wrap: unset;width: 50%;margin-bottom: 30px !important;}
.choose_content ul li span {display: block;}
.choose_content ul li:last-child {margin-bottom: 0px;}
.about_section .choose_content p {margin-bottom: 0px;}
.expertise_img {padding: 0px;margin-bottom: 25px;}
.expertise_section .row {flex-direction: column-reverse;}
.expertise_content .section_title {margin-bottom: 15px;}
.service_top_title {margin-bottom: 30px;}
.service_top_title .section_title {margin-bottom: 10px;}
.service_box {padding: 15px 15px;}
.service_box > img {width: 100%;margin-bottom: 20px;}
.service_box .service_side_right_bx {padding: 0px;width: 100%;}
.service_box p {font-size: 13px;min-height: 170px;}
.service_box .service_side_right_bx .service_box_title {font-size: 14px;}
.choose_section {padding-top: 0px;padding-bottom: 0px;}
.choose_section .section_title {margin-bottom: 10px;}
.gallery_inner_box .gallary-image {width: 33.33%;}
.gallery_inner_box .gallary-image a {height: auto;}
.gallery_section .section_title {margin-bottom: 25px;}
.gallery_section {padding-bottom: 0px;padding-top: 0px;}


.contact_page_address_box {margin-bottom: 30px;}


.request_us_form_page .input-box label.field_title {display: block;width: 100%;}
.request_us_form_page .input-box span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.input_checkbox span {width: 33.33%;margin-bottom: 10px;margin-left: 0px;font-size: 13px;}
.request_us_form_page .input-box span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.input_checkbox span input[type="checkbox"] {margin-right: 5px;}
    
}

@media screen and (max-width: 767px) and (min-width: 576px){

.section_title,.contact_info_right .section_title {font-size: 20px;line-height: 36px;margin-bottom: 0px;}
p,ul li{font-size: 13px;}
.btn {font-size: 12px;padding: 10px 15px;min-width: 150px;}
.banner_img {height: 450px;}
.banner_content .banner_title {font-size: 22px;line-height: 38px;margin-bottom: 10px;}
.banner_cnt_bx {max-width: calc(100% - 24px);}
.banner_content {width: 100%;}
.banner_content p {font-size: 15px;margin-bottom: 20px;text-align: center;}
.banner_bottom_section {margin: 0px;}
.banner_bottom_cnt p{text-align: center;}
.banner_bottom_box {padding: 30px 0px;padding-bottom: 0px;}
.banner_bottom_cnt {padding: 30px;border: 2px solid #ed8a3c;margin-bottom: 30px;}
.banner_bottom_box::before {display: none;}
.banner_bottom_cnt_title {font-size: 16px;}
.blinds_section {padding-top: 0px;}
.blinds_left .section_desc {font-size: 16px;line-height: 30px;margin-bottom: 22px;text-align: justify;}
.blinds_right {padding: 0px;margin-top: 30px;}
.blinds_right p {margin-top: 20px;}
.copyright_box p {font-size: 14px;margin-bottom: 20px;width: 100%;}
.copyright_box {flex-wrap: wrap;justify-content: center;text-align: center;margin-top: 0px;}
.copyright_box ul li a {width: 35px;height: 35px;}
.footer-content.ft_one .footer-title {display: block;}
.footer_section {padding-top: 30px;}
.footer-content.ft_one p {max-width: 100%;font-size: 13px;margin-bottom: 25px;}
.footer-content ul li a {font-size: 13px;}
.footer-content.ft_four ul li p, .footer-content.ft_four ul li a {font-size: 13px;}
.footer-content.ft_four ul li:last-child {margin-bottom: 0px;}
.contact_info_left {padding: 0px;}
.contact_info_left .section_title {font-size: 26px;line-height: 40px;margin-bottom: 10px;max-width: 100%;}
.contact_info_right .form_group.input_line {flex-wrap: wrap;}
.contact_info_right .form_group.input_line span:first-child {margin-right: 0px;}
.contact_info_right .form_group.sbt span input.btn {min-width: 150px;}
.choose_content {padding: 0px;margin-top: 20px;}
.choose_content p {margin-bottom: 25px;}
.choose_content ul li {font-size: 14px;flex-wrap: unset;width: 100%;margin-bottom: 30px;}
.choose_content ul li span {display: block;}
.choose_content ul li:last-child {margin-bottom: 0px;}
.about_section .choose_content p {margin-bottom: 0px;}
.expertise_img {padding: 0px;margin-bottom: 25px;}
.expertise_section .row {flex-direction: column-reverse;}
.expertise_content .section_title {margin-bottom: 15px;}
.service_top_title {margin-bottom: 30px;}
.service_top_title .section_title {margin-bottom: 10px;}
.service_box {padding: 15px 15px;}
.service_box > img {width: 100%;margin-bottom: 20px;}
.service_box .service_side_right_bx {padding: 0px;width: 100%;}
.service_box p {font-size: 13px;}
.service_box .service_side_right_bx .service_box_title {font-size: 14px;}
.choose_section {padding-top: 0px;}
.choose_section .section_title {margin-bottom: 10px;}
.gallery_inner_box .gallary-image {width: 50%;}
.gallery_inner_box .gallary-image a {height: 150px;padding: 5px;}
.gallery_section {padding-bottom: 0px;}
.gallery_section .section_title {margin-bottom: 23px;}

.inner_banner {height: 250px;}
.inner_banner_title {font-size: 24px;line-height: initial;margin-bottom: 5px;}
.inner_banner .inner_breadcrumb ol li,.inner_banner .inner_breadcrumb ol li a {font-size: 14px;}
.services_list_content img.alignright {width: 100%;max-width: 100%;margin-top: -25px;margin-bottom: 20px;margin-left: 0px;}
.services_list_content h1,.services_list_content .h1 {font-size: 22px;line-height: 36px;}
.services_list_content h2, .services_list_content .h2 {font-size: 20px;line-height: 34px;}
.services_list_content h3, .services_list_content .h3 {font-size: 18px;line-height: 32px;}
.col_three {  width: 90%; }



.contact_touch_with h5 {font-size: 16px;line-height: 26px;}
.contact_touch_with h5 {font-size: 16px;line-height: 26px;}
.contact_page_address_box .contact_touch_with-address {width: 100%;margin-bottom: 30px;}
.contact_right_form {padding: 30px 12px;}
.contact_right_form .section_title {margin-bottom: 15px;}
.contact_right_form span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.input_checkbox span {width: 50%;}
.contact_right_form span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.input_checkbox span label.error {top: 85px;}

.request_us_form_page .input-box label.field_title {display: block;width: 100%;}
.request_us_form_page .input-box span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.input_checkbox span {width: 50%;margin-bottom: 10px;margin-left: 0px;font-size: 13px;}
.request_us_form_page .input-box span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.input_checkbox span input[type="checkbox"] {margin-right: 5px;}

}


@media screen and (max-width: 575px) and (min-width: 360px){
    
    
.section_title,.contact_info_right .section_title {font-size: 20px;line-height: 36px;margin-bottom: 0px;}
p,ul li{font-size: 13px;}
.btn {font-size: 12px;padding: 10px 15px;min-width: 150px;}
.banner_img {height: 450px;}
.banner_content .banner_title {font-size: 22px;line-height: 38px;margin-bottom: 10px;}
.banner_cnt_bx {max-width: calc(100% - 24px);}
.banner_content {width: 100%;}
.banner_content p {font-size: 15px;margin-bottom: 20px;text-align: center;}
.banner_bottom_section {margin: 0px;}
.banner_bottom_cnt p{text-align: center;}
.banner_bottom_box {padding: 30px 0px;padding-bottom: 0px;}
.banner_bottom_cnt {padding: 30px;border: 2px solid #ed8a3c;margin-bottom: 30px;}
.banner_bottom_box::before {display: none;}
.banner_bottom_cnt_title {font-size: 16px;}
.blinds_section {padding-top: 0px;}
.blinds_left .section_desc {font-size: 16px;line-height: 30px;margin-bottom: 22px;text-align: justify;}
.blinds_right {padding: 0px;margin-top: 30px;}
.blinds_right p {margin-top: 20px;}
.copyright_box p {font-size: 14px;margin-bottom: 20px;width: 100%;}
.copyright_box {flex-wrap: wrap;justify-content: center;text-align: center;margin-top: 0px;}
.copyright_box ul li a {width: 35px;height: 35px;}
.footer-content.ft_one .footer-title {display: block;}
.footer_section {padding-top: 30px;}
.footer-content.ft_one p {max-width: 100%;font-size: 13px;margin-bottom: 25px;}
.footer-content ul li a {font-size: 13px;}
.footer-content.ft_four ul li p, .footer-content.ft_four ul li a {font-size: 13px;}
.footer-content.ft_four ul li:last-child {margin-bottom: 0px;}
.contact_info_left {padding: 0px;}
.contact_info_left .section_title {font-size: 26px;line-height: 40px;margin-bottom: 10px;max-width: 100%;}
.contact_info_right .form_group.input_line {flex-wrap: wrap;}
.contact_info_right .form_group.input_line span:first-child {margin-right: 0px;}
.contact_info_right .form_group.sbt span input.btn {min-width: 150px;}
.choose_content {padding: 0px;margin-top: 20px;}
.choose_content p {margin-bottom: 25px;}
.choose_content ul li {font-size: 14px;flex-wrap: unset;width: 100%;margin-bottom: 30px;}
.choose_content ul li span {display: block;}
.choose_content ul li:last-child {margin-bottom: 0px;}
.about_section .choose_content p {margin-bottom: 0px;}
.expertise_img {padding: 0px;margin-bottom: 25px;}
.expertise_section .row {flex-direction: column-reverse;}
.expertise_content .section_title {margin-bottom: 15px;}
.service_top_title {margin-bottom: 30px;}
.service_top_title .section_title {margin-bottom: 10px;}
.service_box {padding: 15px 15px;}
.service_box > img {width: 100%;margin-bottom: 20px;}
.service_box .service_side_right_bx {padding: 0px;width: 100%;}
.service_box p {font-size: 13px;}
.service_box .service_side_right_bx .service_box_title {font-size: 14px;}
.choose_section {padding-top: 0px;}
.choose_section .section_title {margin-bottom: 10px;}
.gallery_inner_box .gallary-image {width: 50%;}
.gallery_inner_box .gallary-image a {height: 150px;padding: 5px;}
.gallery_section {padding-bottom: 0px;}
.gallery_section .section_title {margin-bottom: 23px;}




.inner_banner {height: 250px;}
.inner_banner_title {font-size: 24px;line-height: initial;margin-bottom: 5px;}
.inner_banner .inner_breadcrumb ol li,.inner_banner .inner_breadcrumb ol li a {font-size: 14px;}
.services_list_content img.alignright {width: 100%;max-width: 100%;margin-top: -25px;margin-bottom: 20px;margin-left: 0px;}
.services_list_content h1,.services_list_content .h1 {font-size: 22px;line-height: 36px;}
.services_list_content h2, .services_list_content .h2 {font-size: 20px;line-height: 34px;}
.services_list_content h3, .services_list_content .h3 {font-size: 18px;line-height: 32px;}
.col_three {  width: 90%; }

.contact_touch_with h5 {font-size: 16px;line-height: 26px;}




.contact_touch_with h5 {font-size: 16px;line-height: 26px;}
.contact_page_address_box .contact_touch_with-address {width: 100%;margin-bottom: 30px;}
.contact_right_form {padding: 30px 12px;}
.contact_right_form .section_title {margin-bottom: 15px;}
.contact_right_form span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.input_checkbox span {width: 50%;}
.contact_right_form span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.input_checkbox span label.error {top: 85px;}




.request_us_form_page .input-box label.field_title {display: block;width: 100%;}
.request_us_form_page .input-box span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.input_checkbox span {width: 50%;margin-bottom: 10px;margin-left: 0px;font-size: 13px;}
.request_us_form_page .input-box span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.input_checkbox span input[type="checkbox"] {margin-right: 5px;}

}
@media screen and (max-width: 380px) {

.col_three { column-count: 1 !important ;}


}
