/* ----------------------------------------- */
.to_call {
    padding-bottom: 20px;
    text-align: center;
}
.to_call a{
	margin:auto !important;
}
.call_header{
	display:flex;
	justify-content:end;
}
.hdr_section,
.hdr_mb_section {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
}

.hdr_mb_section {
    display: none !important;
}

.hdr_section.pd0 {
    padding: 0 30px !important;
}

.hdr_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hdr_img {
    DISPLAY: FLEX;
    justify-content: left;
}

.hdr_img img {
    width: 100%;
    height: 85px;
    object-fit: contain;
}

.hdr_btn {
    display: flex;
    justify-content: right;
    align-items: center;
}

.hdr_call {
    width: 210px;
    padding: 0 !important;
    transition: 1s;
}

.call_svg {
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FBB03C;
    border-radius: 100%;
}

.call_svg svg {
    width: 25px;
    height: 25px;
    transition: 1s;
    animation: wiggle 2.5s linear infinite;
}

@keyframes wiggle {
    0%,
    7% {
        transform: rotateZ(0);
    }
    15% {
        transform: rotateZ(-15deg);
    }
    20% {
        transform: rotateZ(10deg);
    }
    25% {
        transform: rotateZ(-10deg);
    }
    30% {
        transform: rotateZ(6deg);
    }
    35% {
        transform: rotateZ(-4deg);
    }
    40%,
    100% {
        transform: rotateZ(0);
    }
}

.hdr_call_text span {
    color: #000;
    display: flex;
    padding: 0 0 0 10px;
}

span.call_text_2 {
    font-size: 20px;
    font-weight: 700;
    transition: 1s;
}

.hdr_call_a {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: right;
}

.hdr_call_a:hover .hdr_call_text .call_text_2 {
    color: #FBB03C;
}

.hdr_col_one {
    width: 16% !important;
}

.hdr_col_two {
    width: 56% !important;
    /* 	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD; */
}

.hdr_col_three {
    width: 28% !important;
}

.hdr_menu nav.et-menu-nav {
    justify-content: center !important;
}

.hdr_menu ul {
    margin: 0 !important;
}

.hdr_menu ul li {
    padding: 50px 20px !important;
    margin: 0 !important;
    transition: 0s !important;
}


/* .hdr_menu ul li::after {
    border-right: 1px solid #636363;
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
} */

.hdr_menu ul li.menu-item-27 ul li:after {
    display: none;
}

.hdr_menu ul li a {
    font-size: 15px;
    padding: 0 0 0 0 !important;
    font-weight: 300;
    color: #000;
    opacity: 1 !important;
    transition: 1s;
    text-transform: capitalize;
    width: 100% !important;
}

.hdr_menu ul li.menu-item-has-children a {
    padding: 0 15px 0 0 !important;
}

.hdr_menu ul li ul {
    width: 270px !important;
    border-color: #FBB03C;
    padding: 0 !important;
    visibility: hidden !important;
    transition: 0s !important;
    transform: rotateX(90deg);
    transform-origin: top;
}

.hdr_menu ul li ul li {
    padding: 7px 10px !important;
    border-bottom: 1px solid #FBB03C;
    width: 100% !important;
    background: #fff !important;
}

.hdr_menu ul li ul li img {
    background: #FBB03C00;
    height: 45px;
    width: 45px;
    object-fit: contain;
    margin: auto;
    padding: 5px !important;
    border-radius: 10px;
    border: 1px solid#FBB03C;
    transition: 1s;
}

.hdr_menu ul li ul li:hover img {
    background: #FBB03C2b;
}

.hdr_menu ul li ul li a {
    padding: 0 !important;
    background: #fff0 !important;
}

.hdr_menu ul li ul li a::before {
    display: none;
}

.hdr_menu ul li a:hover {
    color: #FBB03C;
}

.hdr_menu ul li a:hover,
.hdr_menu ul li.current-menu-item a {
    opacity: 1 !important;
    color: #FBB03C !important;
}

.hdr_menu ul li.current-menu-item ul li a {
    color: #fff !important;
}

.hdr_menu ul li.current-menu-item ul li:hover a {
    color: #FBB03C !important;
}

.hdr_menu ul li:hover>ul {
    visibility: visible !important;
    transition: 1s !important;
    transform: rotateX(0deg);
}

.et_pb_menu__wrap {
    width: 100% !important;
}

nav.et-menu-nav {
    width: 100% !important;
}

.et_pb_menu__menu {
    width: 100% !important;
}

.et_pb_menu_inner_container.clearfix {
    width: 100% !important;
}

.hdr_menu ul li:last-child::after {
    display: none;
}

.hdr_call_a:hover svg path {
    fill: #fff;
}

.hdr_call_a:hover svg circle {
    fill: #FBB03C;
}

.hdr_call_a svg path,
.hdr_call_a svg circle {
    transition: 0.5s;
}

.et-menu li li.menu-item-has-children>a:first-child:after {
    top: 0;
    bottom: 0;
    margin: auto;
    right: -9px !important;
    transform: rotate(270deg);
    width: 20px !important;
    height: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hdr_menu ul li ul li ul {
    top: -3px !important;
    left: 269px !important;
}

.superfly-on .sfm-rollback {
    opacity: 1;
    z-index: 9;
}

.et-menu .menu-item-has-children>a:first-child:after {
    right: 0px;
    content: "\f0dd";
    font-family: "FontAwesome";
    top: -2px;
    font-weight: 600;
    font-size: 14px;
}

.call_header a {
    padding: 0px 10px;
    font-size: 15px;
    font-weight: 300;
    font-weight: 300;
}

.call_header a:hover {
    color: #f2bb23 !important;
}

.call_header i {
    color: #222;
    font-size: 14px !important;
    padding-left: 5px !important;
}

span.main_phone_all a {
    display: block;
}

@media all and (min-width: 320px) and (max-width:767px) {
    .gfp_section {
        width: 100%;
    }
    .dfp_close svg {
        width: 20px;
        height: 20px;
    }
    .dfp_close {
        padding: 4px;
    }
}

@media all and (min-width: 768px) and (max-width:980px) {
    .gfp_section {
        width: 75%;
    }
    .dfp_close svg {
        width: 20px;
        height: 20px;
    }
    .dfp_close {
        padding: 4px;
    }
}

@media all and (min-width: 320px) and (max-width:980px) {
    .calcu_btn_a {
        width: 45px;
        height: 70px;
        font-size: 17px;
    }
    .calcu_btn_a img {
        height: 35px;
        width: 100%;
        object-fit: contain;
        transform: rotate(180deg);
        display: block !important;
        transition: 1s;
    }
    .calcu_btn_a:hover img {
        filter: brightness(0);
    }
    .calcu_btn_a span {
        display: none;
    }
    .gt_form p {
        padding: 0 0 3px 0 !important;
    }
    .hdr_section {
        display: none !important;
    }
    .hdr_mb_section {
        display: block !important;
    }
    .hdr_img img {
        height: 45px;
        object-position: left;
    }
    .hdr_mb_row {
        display: flex;
        align-items: center;
        padding: 10px !important;
    }
    .hdr_mb_col_box {
        display: flex;
        justify-content: right;
        padding: 0 42px 0 0;
    }
    .hdr_icon {
        display: flex;
        align-items: center;
    }
    .hdr_icon_a {
        display: flex;
        background: #FBB03C;
        padding: 8px;
        margin: auto 3px;
        transition: 1s;
    }
    .hdr_icon_a svg {
        width: 25px;
        height: 25px;
        fill: #fff;
    }
}

@media all and (min-width: 981px) and (max-width:1024px) {
    .gfp_section {
        width: 60%;
    }
    .hdr_section.pd0 {
        padding: 0 15px !important;
    }
    .hdr_col_one {
        width: 12% !important;
    }
    .hdr_col_two {
        width: 60% !important;
    }
    .hdr_col_three {
        width: 28% !important;
    }
     .hdr_menu ul li {
        padding: 27px 18px !important;
    }
    .hdr_call_text span {
        padding-left: 5px;
        margin: 0;
    }
    .hdr_gfq {
        padding-left: 0px;
    }
    span.call_text_2 {
        font-size: 15px;
    }
    .hdr_menu ul li a {
        font-size: 14px;
    }
    .hdr_img img {
        height: 50px;
    }
    .hdr_call {
        width: 100px;
    }
    .hdr_btn {
        justify-content: center;
    }
    span.call_text_2 {
        display: none;
    }
    .call_svg {
        height: 40px;
        width: 40px;
    }
    .call_header a {
        display: block;
    }

}

@media all and (min-width: 1025px) and (max-width:1140px) {
    .gfp_section {
        width: 60%;
    }
    .hdr_section.pd0 {
        padding: 0 15px !important;
    }
    .hdr_col_one {
        width: 12% !important;
    }
    .hdr_col_two {
        width: 60% !important;
    }
    .hdr_col_three {
        width: 28% !important;
    }
     .hdr_menu ul li {
        padding: 27px 18px !important;
    }
    .hdr_call_text span {
        padding-left: 5px;
        margin: 0;
    }
    .hdr_gfq {
        padding-left: 0px;
    }
    span.call_text_2 {
        font-size: 15px;
    }
    .hdr_menu ul li a {
        font-size: 14px;
    }
    .hdr_img img {
        height: 50px;
    }
    .hdr_call {
        width: 100px;
    }
    .hdr_btn {
        justify-content: center;
    }
    span.call_text_2 {
        display: none;
    }
    .call_header a {
        display: block;
        padding: 0px 6px;
        font-size: 14px;
    }
   
}

@media all and (min-width: 1141px) and (max-width:1280px) {
    .hdr_section.pd0 {
        padding: 0 15px !important;
    }
    .gfp_section {
        width: 55%;
    }
    .hdr_col_one {
        width: 12% !important;
    }
    .hdr_col_two {
        width: 60% !important;
    }
    .hdr_col_three {
        width: 28% !important;
    }
     .hdr_menu ul li {
        padding: 27px 18px !important;
    }
    .hdr_call_text span {
        padding-left: 5px;
        margin: 0;
    }
    .call_svg {
        height: 40px;
        width: 40px;
    }
    span.call_text_2 {
        font-size: 15px;
    }
    .hdr_menu ul li a {
        font-size: 14px;
    }
    .hdr_img img {
        height: 55px;
    }
    .hdr_call {
        width: 150px;
    }
    .call_header a {
        display: block;
    }
    .call_header a:last-child {
        padding-top: 5px;
    }
}

@media all and (min-width: 1281px) and (max-width:1440px) {
    .gfp_section {
        width: 55%;
    }
    .hdr_section.pd0 {
        padding: 0 15px !important;
    }
    .hdr_col_one {
        width: 15% !important;
    }
    .hdr_col_two {
        width: 55% !important;
    }
    .hdr_col_three {
        width: 30% !important;
    }
    .hdr_menu ul li {
        padding: 36px 20px !important;
    }
    .hdr_call_text span {
        padding: 0 0 0 10px;
    }
    span.call_text_2 {
        font-size: 20px;
    }
    .hdr_menu ul li a {
        font-size: 14px;
    }
    .hdr_img img {
        height: 65px;
    }
    .call_header a {
        display: block;
    }
  
}

@media all and (min-width: 1441px) and (max-width:1680px) {
    .gfp_section {
        width: 50%;
    }
    .hdr_section.pd0 {
        padding: 0 15px !important;
    }
    .hdr_col_one {
        width: 15% !important;
    }
    .hdr_col_two {
        width: 55% !important;
    }
    .hdr_col_three {
        width: 30% !important;
    }
    .hdr_menu ul li {
        padding: 40px 20px !important;
    }
    .hdr_call_text span {
        padding: 0 0 0 10px;
    }
    span.call_text_2 {
        font-size: 22px;
    }
    .hdr_img img {
        height: 75px;
    }
    .call_header a {
        display: block;
    }
  
}

@media all and (min-width: 1681px) and (max-width:1880px) {
    .hdr_menu ul li {
        padding: 50px 20px !important;
    }
}