/*--------------popup quote----------------*/
.ds_quote_popup_section,.pro_quote_popup_section  {
    position: fixed;
    right: -200%;
    border: 3px solid #fff;
    width: 35%;
    background: linear-gradient(144deg, rgba(24,172,76,1) 0%, rgb(37 175 73) 3%, rgb(160 208 47) 85%, rgb(165 210 46) 100%);
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    top: 50%;
    bottom: auto;
    display: flex;
    transform: translate(0px, -50%);
    transition: 1s;
    z-index: 1;    
}
.add_quote_popup,.pro_add_quote_popup{
	right: 0;
    z-index: 99999;
    top: 50% !important;
    left: auto !important;
}
.ds_quote_popup_row {
    padding: 0 !important;
}
.hide_data .sfm-rollback.sfm-color1.sfm-theme-none.sfm-label-visible.sfm-label-metro {
     display: none; 
    /* opacity: 0.1; */ 
}
.hide_data  .header_mobile_section   {
    display: none !important;
}
.ppup_bacgound {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: #00000040;
    display: none;
}
.show_popup_bg{
    display: block !important;
}
.ds_quote_logo {
    position: relative;
    margin: auto;
    margin-top: -50px !important;
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 20px;
    width: 100px;
    height: 100px;
    align-items: center;
}	
.ds_quote_logo img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.ds_quote_form_col {
    padding: 30px;
}
.ds_quote_title {
    color: #000;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 24px;
}
.ds_quote_popup_row .ds_form_input_6 input, .ds_quote_popup_row .ds_form_input_12_inner textarea,
.ds_quote_popup_row .ds_form_input_12 select {
    height: 50px;
}
.ds_quote_popup_row .ds_form_input_inner {
    gap: 15px;
}
.ds_quote_popup_row .ds_form_input_12 {
    padding-bottom: 15px;
}	
.popup_close_icon {
    position: absolute;
    left: 15px;
    top: 60px;
    cursor: pointer;
    background: #a1d12f;
    padding: 5px 10px;
    border: 2px solid #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.popup_close_icon i {
    display: flex;
    color: #000;
    font-size: 18px;
}
.blur_body .header_section,.blur_body .header_section_fixed,.blur_body .header_mobile_section,
.blur_body #main-content  {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.ds_quote_popup_col_box .ds_form_button {
    display: flex;
    justify-content: center;
}
/*--------------end popup quote----------------*/
/*--------------calculate btn----------------*/
.ds_calc_btn .site_button {
    width: 50px;
    height: 200px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 15px;
    transition: 1s;
    border-radius: 0 !important;
}
.ds_calc_btn .site_button:hover{
    font-size: 16px;
    height: 210px;
}
.ds_calc_btn_section {
    position: fixed;
    right: 0 !important;
    top: 20% !important;
    left: auto !important;
    background: transparent !important;
}
.ds_calc_icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    transform: rotate(180deg);
}
.ds_calc_icon {
    padding: 10px 0 0 0;
    order: 1;
    position: relative;
    z-index: 1;
}
/*--------------end calculate btn----------------*/
/*--------------scroll header-----------------*/
.header_section_fixed .header_menu_col ul li {
    padding: 30px 25px !important;
}
.header_section_fixed .header_button .site_button {
    /* height: 70px; */
    height: 46px;
    font-size: 16px !important;
}
.header_section_fixed .headre_icon svg {
    height: 25px;
    width: 25px;
}
.header_section_fixed .header_menu_col ul li a {
    font-size: 14px !important;
}
.header_section_fixed .header_image_col img {
    height: 40px;
}
.header_section_fixed .header_menu_col ul.sub-menu {
    top: 62px !important;
}
/*--------------end scroll header-----------------*/
.header_section {
    position: fixed !important;
    width: 100%;
    top: 0;
}
.header_row {
    padding: 0 !important;
    font-family: 'Josefin Sans', sans-serif !important;
    display: flex;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.et_pb_menu__wrap {
    justify-content: center !important;
}
.header_menu_col ul {
    padding: 0 !important;
    list-style: none;
    align-items: center !important;
}
.header_menu_col ul li {
    padding: 50px 25px !important;
    margin-top: 0 !important;
}
.header_menu_col ul li.menu-item-has-children {
    padding-right: 25px !important;
}
.header_menu_col ul li a {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 !important;
}
.header_menu_col .current-menu-item a {
    color: #22af4a !important;
}
.header_menu_col ul li a::after {
    left: auto;
    margin: auto;
    width: 20px;
	right: -23px !important;
    top: -2px !important;
}
.header_col_box {
    display: flex;
    gap: 10px;
    align-items: center;
}
.headre_icon svg {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin: auto;
    cursor: pointer;
}
.header_image_col img {
    width: 100%;
    /*height: 50px;*/
    height: 62px;
    object-fit: contain;
    margin: auto;
}
.header_image_col {
    position: relative;
    left: 40px;
}
.header_image_col .et_pb_image_wrap {
    display: flex;
    margin: auto;
}
.header_button .site_button {
	width: 220px;
	/* height: 114px; */
    height: 55px;
    text-transform: uppercase;
    font-size: 18px !important;
    font-family: 'Josefin Sans', sans-serif;    
    background: linear-gradient(90deg, rgba(24,172,76,1) 0%, rgba(173,212,44,1) 30%, rgba(173,212,44,1) 58%, rgba(24,172,76,1) 100%) ;
    background-size: 290% auto;
    border: none;
    animation: btnhover 10s linear infinite;
    transition: 2s;
}
.header_button .site_button span {
    height: 18px;
}
.header_button .site_button:hover {
    font-size: 19px !important;
}
.header_button {
    width: 78%;
}
.header_call_icon {
    width: 23%;
    position: relative;
}
.headre_icon {
    display: flex;
}
.header_call_hover {
    position: absolute;
    background: #ffffff;
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1fae4a;
    left: -21px;
    top: 50px;
    transform: scale(0);
    transform-origin: top;    
    transition: 0.1s;
    z-index: 1;
}
.header_text {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
}
.header_call_icon:hover .header_call_hover {
    transform: scale(1);
    transition: 0.8s;
}
.header_menu_col  ul.sub-menu {
    width: 300px !important;
    border-color: #1aac4b !important;
    transform: translate(0px, -30px);
    transition: 0.2s;
}
.header_menu_col ul.sub-menu li {
    padding: 6px 10px 6px 15px !important;
    width: 100%;
}
.header_menu_col ul.sub-menu li a:hover {
    background: transparent !important;
    opacity: 1 !important;
    color: #22af4a !important;
}
.header_menu_col ul.sub-menu li a {
    display: flex;
    width: 100%;
}
.header_menu_col ul li a:hover {
    color: #22af4a;
}
.header_call_hover:before {
    top: -22px;
    border-color: #ffffff00 transparent transparent #1fae4a;
    border-width: 11px;
}
.header_call_hover:after, .header_call_hover:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    transform: rotate(-90deg);
}
.header_call_hover:after {
    top: -20px;
    border-color: transparent transparent transparent #fff;
    border-width: 11px;
}
.header_menu_col ul li:hover ul.sub-menu {
    transform: translate(0px, 0px);
    transition: 1s;
}
.header_mobile_section {
    display: none;
}
.header_call_icon:hover .headre_icon svg {
    animation: bellshake .5s cubic-bezier(.36,.07,.19,.97) both infinite;
}
@keyframes bellshake {
  0% { transform: rotate(0); }
  15% { transform: rotate(5deg); }
  30% { transform: rotate(-5deg); }
  45% { transform: rotate(4deg); }
  60% { transform: rotate(-4deg); }
  75% { transform: rotate(2deg); }
  85% { transform: rotate(-2deg); }
  92% { transform: rotate(1deg); }
  100% { transform: rotate(0); }
}
.ds_people_section .site_button:after,.ds_product_btn .site_button:after,.btn-cont .site_button:after,
.ds_quote_popup_col_box .site_button:after{
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(107,107,107,1) 35%, rgba(107,107,107,1) 47%, rgba(0,0,0,1) 100%);
    background-size: 290% auto;
}
.ds_people_section .site_button:hover,.ds_product_btn .site_button:hover,.btn-cont .site_button:hover,
.ds_quote_popup_col_box .site_button:hover{
    color: #fff;
}
.sfm-rollback.sfm-color1.sfm-theme-none.sfm-label-visible.sfm-label-metro{
    display: none;
}







@media all and (min-width: 320px) and (max-width: 1140px) {
    .header_call_icon svg {
        fill: #000;
        width: 27px;
        height: 27px;
    }
	.header_section {
		display: none !important;
	}	
	.header_mobile_section{
		display: block;
		position: fixed !important;
		width: 100%;
		top: 0;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	}
	.header_mobile_row {
		padding: 15px 10px !important;
		display: flex;
		align-items: center;
	}
    .header_mobile_col_box .header_call_icon {
        margin-right: 15px;
    }
	.header_icon img {
	    width: 50px;
	    height: 50px;
	    object-fit: contain;
	}
    .header_icon {
        width: 28px !important;
        height: 28px !important;
        
    }
	.header_mobile_col_box .header_call_icon {
	    width: auto;
	}
	.header_text {
	    font-size: 14px;
	}
	.header_call_hover {
	    width: 100px;
	    height: 40px;
	    top: 57px;
	}
	.header_icon img {
	    width: 30px;
	    height: 30px;
	    object-fit: contain;
	}
	.header_mobile_col_box {
	    display: flex;
	    margin-right: 60px;
	}
	.header_mobile_col_box .header_call_icon {width: auto;margin: auto;margin-right: 10px;}
	.header_icon {
	    /*border: 2px solid #000;*/
	    line-height: 0;
	    width: 45px;
	    height: 45px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    /* background: linear-gradient(90deg, rgba(24,172,76,1) 0%, rgba(173,212,44,1) 75%, rgba(173,212,44,1) 100%, rgba(24,172,76,1) 100%); */
	}
	.header_quote_icon {
		margin: auto 0;
	}
	.header_mobile_img_col img {
	    width: 100%;
	    height: 40px;
	    object-fit: contain;
	}

	/*-----------------superfly menu---------------------*/
	.sfm-rollback.sfm-color1.sfm-theme-none.sfm-label-visible.sfm-label-metro {
	    right: 10px;
	    /*top: 15px;*/
	    top: 6px;
	    height: 50px;
	    display: block;
	}
	.sfm-label-metro .sfm-navicon-button{
		background: linear-gradient(90deg, rgba(24,172,76,1) 0%, rgba(173,212,44,1) 75%, rgba(173,212,44,1) 100%, rgba(24,172,76,1) 100%) !important;
	}
	.sfm-navicon, .sfm-navicon:after, .sfm-navicon:before{
		background:#000 !important;
	}
	.sfm-navicon:after, .sfm-navicon:before, .sfm-sidebar-close:after, .sfm-sidebar-close:before{
		background: #000 !important;
		width: 20px;
	    top: 25px;
	    /*left: 15px;*/
	}
    /* mob menu */    
    #sfm-sidebar .sfm-menu li a:after,#sfm-sidebar .sfm-menu li a:hover:after{
        background: transparent !important;
    }
    #sfm-sidebar .sfm-nav{
        display: flex !important;
        margin-top: 30px !important;
    }
    .sfm-logo img {
        height: 40px;
        width: 200px;
        object-fit: contain;
    }
    nav.sfm-nav li a {
        font-size: 15px !important;
        color: #000 !important;
        font-weight: 400;
        font-family: 'Josefin Sans', sans-serif !important;
        text-transform: uppercase !important;
        background: transparent !important;
    }
    nav.sfm-nav ul li {
        border-bottom: 1px solid #333;
    }
    ul.sfm-menu ins.sfm-sm-indicator {
        width: 27px !important;
        height: 27px !important;
        top: 12px;
        right: 5px !important;
    }
    ul.sfm-menu ins.sfm-sm-indicator i {
        border-color: transparent !important;
        color: #333 !important;
        transform: rotate(0deg) !important;
        top: 4px !important;
        left: 11px !important;
    }
    .sfm-navicon-button {
        top: 9px !important;
    }
    nav.sfm-nav .sfm-child-menu li a {
        font-size: 13px !important;
        text-transform: uppercase !important;
    }
    ul.sfm-menu ins.sfm-sm-indicator i:after{
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }
    #sfm-sidebar .sfm-submenu-visible>a>.sfm-sm-indicator>i{
        transform: rotate(0deg) !important;
    }
    ul.sfm-menu ins.sfm-sm-indicator i:after
    {
        content: "\f067";
        color: #000;
    }
    .sfm-menu .sfm-submenu-visible  ins.sfm-sm-indicator i:after{
        content: "\f068";
    }   
    .menu_contact_info_title span {
        color: white;
        font-size: 21px !important;
        margin-bottom: 10px;
    }
    .sfm-widget.sfm-widget-bottom.sfm-copy {
        width: 100% !important;
        padding: 0px !important;
    }
    .menu_contact_contact_info li a {
        color: white;
    }
    .menu_contact_contact_info li a {
        display: flex !important;
    }
    .menu_contact_contact_info {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
    }
    .menu_contact_contact_info ul {
        display: flex;
    }
    .menu_contact_contact_info li {
        flex: 1;
        margin: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    span.fa_icon {
        width: 27px;
        margin: auto;
        margin-top: 0px;
    }
    span.contact_text {
        width: 80%;
    }
    .menu_contact_info_title {
        margin-bottom: 18px;
    }
    .menu_contact_info_innner {
        width: 94% !important;
        margin: 0 auto;
    }
    span.contact_text {
        font-size: 16px;
        line-height: 1.2em;
    }
    .menu_contact_contact_info li {
        margin-bottom: 15px;
        margin: auto;
    }
    nav.sfm-nav a {
        padding: 13px 0px !IMPORTANT;
    }
    .sfm-logo {
        margin-top: 9px !important;
        margin-bottom: 9px !important;
    }
    #sfm-sidebar .sfm-menu li a{
        padding-left:10px !important ;
    }
    .sfm-sidebar-close {
        position: absolute;
        top: 0;
        left: 0;
        display: block !important; 
    }
    body.sfm-body-pushed div#page-container {
        height: 84vh;
        overflow: auto;
        padding-top: 10px !important;
        box-shadow: 1px 2px 16px -3px black;
        transform: translate3d(-36%,0,0) scale(0.9) translate(0%, 10%) !important;
    }
    div#sfm-overlay-wrapper {
        display: none !important;
    }
    div#sfm-overlay {
        display: none !important;
    }
    ul#menu-main-menu li a:before {
        content: "";
        position: absolute;
        width: 53px;
        height: 11px;
        background: url(../../../../../wp-content/uploads/2022/05/Line.png) 0 0 no-repeat;
        top: 0;
        left: 0;
        margin: auto !important;
        bottom: -42px;
        display: block;
        right: 0;
        justify-content: center;
        align-items: center;
        transition: 1s !important;
        transform: scale(0);
        background-size: contain;
    }
    ul#menu-main-menu li a:hover:before{
        transform: scale(1);
    }
    ul#menu-main-menu li.current_page_item a:before{
        transform: scale(1) !important;
    }
    ul.sub-menu li a:before{
        display: none !important;
    }
    .et-menu a:hover {
        opacity: 1 !important;
    }
    .none_rollback{
        display: none !important;
    }
    .site_logo img {
        width: 100%;
        height: 111px;
        object-fit: contain;
    }
    .mb_phcall {
        transform: rotate(83deg);
    }
    .sfm-va-middle ul li a:hover {
        background: transparent !important;
        color: #24af4a !important;
        box-shadow: none !important;
    }
    .sfm-va-middle ul li a:hover::before {
        background: #30b347 !important;
    }   
    .sfm-widget.sfm-widget-bottom.sfm-copy {
        text-align: center;
        justify-content: center;
        display: flex;
        color: #000;
        border-top: 1px solid #000;
        padding-top: 10px !important;
        font-weight: 600;
        font-size: 15px !important;
    }
    .sfm-scroll-wrapper.sfm-scroll-main::before {
        content: "";
        position: absolute;
        background: #00000029;
        background-image: url(../../../../../wp-content/uploads/2022/08/about-img1.png);;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        ;;;;opacity: 0.1;;;;;
        background-size: 100% 100%;
    }
    ul.sfm-child-menu.sfm-menu-level-1 {
        background: #fff0 !important;
    }
    nav.sfm-nav ul li {
        position: relative;
    }
    nav.sfm-nav ul.sfm-child-menu li::before {
        content: "";
        position: absolute;
        background: #42b742;
        width: 5px;
        height: 5px;
        left: 22px;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 50px;
    }
    nav.sfm-nav ul li ul li {
        border: none;
    }
    /* mob menu end */
    .header_call_icon .header_icon{
        animation: bellshake 3s cubic-bezier(.36,.07,.19,.97) both infinite;
    }
    .header_quote_icon .header_icon {
        animation: shakeX 5s infinite;
    }
    @keyframes shakeX {
        0% { transform: translateX(5px); }
        50% { transform: translateX(0px); }
        100% { transform: translateX(5px); }
    }

}

@media all and (min-width: 320px) and (max-width: 480px) {
	.header_icon img {
	    width: 25px;
	    height: 25px;
	    object-fit: contain;
	}
	.header_icon {
	    width: 25px !important;
	    height: 25px !important;
        
	}
	.header_mobile_col_box {
	    margin-right: 45px;
	}
	
	.header_call_hover {
	    width: 90px;
	    height: 35px;
	    top: 50px;
	}
	.header_text {
	    font-size: 13px;
	}
    .header_mobile_row {
        padding: 10px 10px !important;
    }
     .ds_calc_btn_section {
        display: none;
    }
	/*----------------superly menu-------------*/
	.sfm-label-metro .sfm-navicon-button {    
	    width: 35px !important;
	    height: 35px !important;
	}
	.sfm-rollback.sfm-color1.sfm-theme-none.sfm-label-visible.sfm-label-metro {
	    top: 4px;
	}
	/*---------get qoute--------------*/
	.ds_quote_popup_section,.pro_quote_popup_section  {width: 100%;}
	.ds_quote_form_col {padding: 10px;}
	.ds_quote_title {font-size: 24px;padding: 0 0 10px;}
	.ds_quote_logo img {
	    width: 40px;
	    height: 40px;
	}
	.ds_quote_logo {
	    width: 60px;
	    height: 60px;
        margin-top: -30px !important;
	}
	.ds_quote_popup_row .ds_form_input_6 input, .ds_quote_popup_row .ds_form_input_12_inner textarea,
	.ds_quote_popup_row .ds_form_input_12 select {
	    height: 35px;
        font-size: 13px;
	}
	.ds_quote_popup_row .ds_form_input_inner {gap: 5px;}
	.ds_quote_popup_row .ds_form_input_12 {padding-bottom: 5px;}
	/*.ds_quote_popup_row .ds_contact_form_box {
	    overflow: auto;
	    height: 410px;
	}*/
	/*---------end get qoute--------------*/

}

@media all and (min-width: 481px) and (max-width: 767px) {
 	/*---------get qoute--------------*/
	.ds_quote_popup_section,.pro_quote_popup_section  {width: 100%;}
	.ds_quote_form_col {padding: 20px;}
	.ds_quote_title {font-size: 24px;padding: 0 0 10px;}
	.ds_quote_logo img {
        width: 60px;
    	height: 60px;
	}
	.ds_quote_logo {
	    width: 85px;
	    height: 85px;
	}
	.ds_quote_popup_row .ds_form_input_inner {
	    display: flex;
	}
	/*---------end get qoute--------------*/
    .ds_calc_btn .site_button {
        width: 40px;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
	/*---------get qoute--------------*/
	.ds_quote_popup_section,.pro_quote_popup_section  {
	    width: 95%;
	}
	.ds_quote_popup_row .ds_form_input_inner {
	    display: flex;
	}
	/*---------end get qoute--------------*/
    .ds_calc_btn .site_button {
        width: 40px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
	/*---------get qoute--------------*/
	.ds_quote_popup_section,.pro_quote_popup_section  {
	    width: 70%;
	}
	/*---------end get qoute--------------*/
    .ds_calc_btn .site_button {
        width: 40px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
	/*---------get qoute--------------*/
	.ds_quote_popup_section,.pro_quote_popup_section  {
	    width: 70%;
	}
	/*---------end get qoute--------------*/
    .ds_calc_btn .site_button {
        width: 40px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
	/*---------get qoute--------------*/
	.ds_quote_popup_section,.pro_quote_popup_section  {
	    width: 60%;
	}
	/*---------end get qoute--------------*/
	/*-------------------scroll header-----------*/
	.header_section_fixed .header_menu_col ul li {
	    padding: 20px 13px !important;
	}
	.header_section_fixed .header_image_col img {
	    height: 30px;
	}
	.header_section_fixed .headre_icon svg {
	    height: 20px;
	    width: 20px;
	}
	.header_section_fixed .header_menu_col ul li a {
	    font-size: 12px !important;
	}
    .header_section_fixed .header_menu_col ul li ul li {
        padding: 6px 10px 6px 15px !important;
    }
    .header_section_fixed .header_button .site_button {
        font-size: 14px !important;
    }
	/*-------------------end scroll header-----------*/
    .header_button .site_button:hover {
        font-size: 14px !important;
    }
  	.header_menu_col ul li {
	    padding: 40px 9px !important;
	}
	.header_image_col img {
	    height: 32px;
	}
	.header_menu_col ul li a {
	    font-size: 13px;
	}
	.headre_icon svg {
	    width: 23px;
	    height: 23px;
	}
	.header_button .site_button {
	    font-size: 13px !important;
        width: 170px;
	}
	.header_text {
	    font-size: 14px;
	}
	.header_call_hover {
	    width: 112px;
	    height: 45px;
        top: 40px;
	}
	.header_button .site_button {
	    /* height: 94px; */
        height: 45px;
	}	
    .header_menu_col ul li.menu-item-has-children {
        padding-right: 30px !important;
    }
    .ds_calc_btn .site_button {
        width: 45px;
    }
    .header_image_col {
        left: 6px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
	/*---------get qoute--------------*/
	.ds_quote_popup_section,.pro_quote_popup_section  {
	    width: 50%;
	}
	/*---------end get qoute--------------*/
	/*-------------------scroll header-----------*/
	.header_section_fixed .header_menu_col ul li {
	    padding: 20px 12px !important;
	}
	.header_section_fixed .header_image_col img {
	    height: 30px;
	}
	.header_section_fixed .headre_icon svg {
	    height: 20px;
	    width: 20px;
	}
    .header_section_fixed .header_menu_col ul li ul li {
        padding: 6px 10px 6px 15px !important;
    }
    .header_section_fixed .header_image_col {
        left: 10px;
    }
	/*-------------------end scroll header-----------*/
    .header_button .site_button:hover {
        font-size: 16px !important;
    }
	.header_menu_col ul li {
	    padding: 40px 12px !important;
	}
	.header_image_col img {
        height: 38px;
    }
	.header_menu_col ul li a {
	    font-size: 14px;
	}
	.headre_icon svg {
	    width: 25px;
	    height: 25px;
	}
	.header_button .site_button {
	    font-size: 15px !important;
        width: 183px;
	}
	.header_text {
	    font-size: 16px;
	}
	.header_call_hover {
	    width: 130px;
	    height: 45px;
	}
	.header_button .site_button {
	    /* height: 94px; */
        height: 45px;
	}
    .header_menu_col ul li.menu-item-has-children {
        padding-right: 34px !important;
    }
    .ds_calc_btn .site_button {
        width: 45px;
    }
    .header_image_col {
        left: 6px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
	/*---------get qoute--------------*/
	.ds_quote_popup_section,.pro_quote_popup_section  {
	    width: 45%;
	}
	/*---------end get qoute--------------*/
	/*-------------------scroll header-----------*/
	.header_section_fixed .header_menu_col ul li {
	    padding: 20px 20px !important;
	}
	/*-------------------end scroll header-----------*/
	.header_menu_col ul li {
	    padding: 40px 10px !important;
	}
	.header_image_col img {
	    height: 40px;
	}
	.header_menu_col ul li a {
	    font-size: 15px;
	}
	.headre_icon svg {
	    width: 28px;
	    height: 28px;
	}
	.header_button .site_button {
	    font-size: 16px !important;
	}
	.header_text {
	    font-size: 16px;
	}
	.header_call_hover {
	    width: 130px;
	    height: 45px;
	}
	.header_button .site_button {
	    /* height: 94px; */
        height: 50px;
	}
  
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
	/*-------------------scroll header-----------*/
	/*.header_section_fixed .header_menu_col ul li {
	    padding: 20px 22px !important;
	}*/
	/*-------------------end scroll header-----------*/
	/*.header_menu_col ul li {
	    padding: 50px 9px !important;
	}*/
	.header_image_col img {
	    /*height: 36px;*/	
	}
	.header_menu_col ul li a {
	    font-size: 15px;
	}

}


