/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background-color: #060707;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none !important;
    outline: none;
    color: #4b494a;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active {
    color: #ef5425;
    text-decoration: none !important;
    outline: none !important;
}

li {
    list-style: none;
}

input:hover,
input:focus {
    outline: none;
}


/*============
custom css(07-02-19)
==============================*/
/*===-----
common
------===*/
div#main {
    z-index: 3;
    position: relative;
    background: #fff;
}

img {
    max-width: 100%;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    display: block;
    box-shadow: none;
    border-radius: 0;

}

.container_max {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}

.nopadd {
    padding: 0 !important;
}

.padd_tb {
    padding: 94px 0;
}

.padd_t {
    padding-top: 94px;
}

.padd_b {
    padding-bottom: 94px;
}

.nopadd_left {
    padding-left: 0 !important;
}

.nopadd_right {
    padding-right: 0 !important;
}

.fluid_padd {
    padding: 0 7%;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

ul {
    margin: 0 !important;
    padding: 0 !important;
}

li {
    font-size: 15px;
    line-height: 25px;
    color: #8f8f8f;
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #ffffff;
    margin-top: 0;
}

.secpanel {
    display: block;
    /* overflow: hidden; */
    width: 100%;
    position: relative;
}

.secpanel p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
    color: #a8a8a8;
}

.secpanel p:last-child {
    margin-bottom: 0;
}

.sub_content {
    margin: 0 auto;
    width: 87%;
    max-width: 1170px;
    padding-top: 50px;
    padding-bottom: 40px;
}

.sub_content p {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.org_text,
.blue_text {
    color: #ff6000;
}

.total_wrapper {}

/*----------
top to bottom scroll
----------*/

#return-to-top {
    z-index: 99;
    position: fixed;
    bottom: 132px;
    right: 20px;
    background: #ff6000;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #4b494a;
}

#return-to-top:hover i {
    color: #fff;

}

/*=====================
list styel
===========================*/
.brd_tb {
    border-top: 1px solid #ff6000;
    border-bottom: 1px solid #ff6000;
    padding: 10px 0;
    margin: 21px 0;
}

.brd_tb p {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 27px;
}

ul.ticklist_circle_org,
ul.ticklist_circle_white {}

ul.ticklist_circle_org li,
ul.ticklist_circle_white li {
    position: relative;
    padding: 7px 0 7px 52px;
    margin-bottom: 15px;
}

ul.ticklist_circle_org li:last-child,
ul.ticklist_circle_white li:last-child {
    margin-bottom: 0;
}

ul.ticklist_circle_org li:before,
ul.ticklist_circle_white li:before {
    content: "";
    padding-left: 20px;
    background-position: center;
    width: 37px;
    height: 37px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100%;
}

ul.ticklist_circle_org li:before {
    background-image: url(images/checked-org.png);
}

ul.ticklist_circle_white li:before {
    background-image: url(images/checked-white.png);
}

/*------------------*/

ul.ticklist_org,
ul.ticklist_white {}

ul.ticklist_org li,
ul.ticklist_white li {
    position: relative;
    padding: 7px 0 7px 31px;
    margin-bottom: 15px;
}

ul.tickliste_org li:last-child,
ul.ticklist_white li:last-child {
    margin-bottom: 0;
}

ul.ticklist_org li:before,
ul.ticklist_white li:before {
    content: "";
    padding-left: 0;
    background-position: center;
    width: 20px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 14px;
    background-size: 17px;
    background-repeat: no-repeat;
}

ul.ticklist_org li:before {
    /*background-image: url(images/s_checked_org.png);*/
}

ul.ticklist_white li:before {
    /*background-image: url(images/s_checked_wht.png);*/
}



/*======================
Loader
===========================*/

.overlayload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
}

.overlayload .overlayDoor:before,
.overlayload .overlayDoor:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #111;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    transition-delay: 0.8s;
}

.overlayload .overlayDoor:before {
    left: 0;
}

.overlayload .overlayDoor:after {
    right: 0;
}

.overlayload.loaded .overlayDoor:before {
    left: -50%;
}

.overlayload.loaded .overlayDoor:after {
    right: -50%;
}

.overlayload.loaded .overlayContent {
    opacity: 0;
    margin-top: -15px;
}

.overlayload .overlayContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.overlayload .overlayContent .skip {
    display: block;
    width: 130px;
    text-align: center;
    margin: 50px auto 0;
    cursor: pointer;
    color: #fff;
    font-family: "Nunito";
    font-weight: 700;
    padding: 12px 0;
    border: 2px solid #fff;
    border-radius: 3px;
    transition: 0.2s ease;
}

.overlayload .overlayContent .skip:hover {
    background: #ddd;
    color: #444;
    border-color: #ddd;
}

.loader {
    width: 128px;
    height: 128px;
    border: 3px solid #fff;
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    position: relative;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .inner {
    width: 64px;
    height: 64px;
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    border-radius: 50%;
    -webkit-animation: spinInner 1s linear infinite;
    animation: spinInner 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinInner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-720deg);
    }
}

@keyframes spinInner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-720deg);
    }
}

/*===============
Header
===============*/
.main_header {
    position: relative;
    transition: all 0.3s;
    z-index: 10;
}

.hdr_top_wrap {
    background: #262626;
    padding: 10px 0;
}

.hdr_top_area {
    display: flex;
    flex-wrap: wrap;
    /* padding: 22px 0; */
    align-items: center;
}

.hdr_top_left_box {
    width: 40%;
}

.hdr_top_left_box p {
    color: #fff;
    margin: 0;
}

.hdr_top_right_box {
    width: 60%;
}

.hdr_right_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

ul.hdr_contact {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

ul.hdr_contact li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 10px;
    color: #ebebeb;
    font-size: 17px;

}

ul.hdr_contact li span {
    margin-left: 15px;
}

ul.hdr_contact li a {
    font-size: 17px;
    line-height: 17px;
    display: inline-block;
    color: #ff6000;
    margin-left: 3px;
        text-decoration: none;
}

ul.hdr_contact li a:hover,
ul.hdr_contact li a:focus,
ul.hdr_contact li a:active {
    color: #fff;
}

.scl_icon {}

.scl_icon ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
}

.scl_icon ul li {
    margin-left: 5px;
}

.scl_icon ul li a {
    width: 36px;
    height: 36px;
    display: inline-block;
    font-size: 20px;
    background: #ff6000;
    color: #fff;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    padding: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.scl_icon ul li a:hover,
.scl_icon ul li a:focus,
.scl_icon ul li a:active {
    background: #fff;
    color: #ff6000;
}

.scl_icon ul li a img {}

.hdr_bottom_wrap {
     background-color:#F5F0EC;
     border-top: 2px solid #ff6000;
    transition: all 0.3s;
    position: relative;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.07);
}

.hdr_bottom_area {
    display: flex;
    /* justify-content: center; */
    position: relative;
    align-items: center;
    /* padding: 15px 0; */
}

.logoarea {
        max-width: 274px;
    width: 20%;
    display: inline-flex;
    padding: 12px 0;
    /* background: #001633;*/
}

.logoarea a {
    display: inline-block;
    width: 100%;
}

.hdr_right_wrap {
    width: 80%;
    text-align: right;
}

/*----- sticky header-----*/
.main_header .sticky {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background: rgb(0 0 0 / 67%);
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.07);
}

.main_header .sticky .logoarea {
    /* max-width: 120px; */
}

.main_header .sticky .hdr_right_wrap .hdr_right_area {
    display: none;
}

.main_header .sticky .dstp_mainmenu {
    text-align: right;
    margin-top: 0;
}

.main_header .sticky .dstp_mainmenu nav ul.nav_list > li > a {
    /*    color: #2b2b2b;*/
}


/*===============
main menu
===============*/
.dstp_mainmenu {
    text-align: right;
}

.dstp_mainmenu nav {
}

.dstp_mainmenu nav ul.nav_list {
    margin: 0;
    float: right;
}

.dstp_mainmenu nav ul.nav_list li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 13px;
}

.dstp_mainmenu nav ul.nav_list > li > a {
    border-bottom: 0;
    color: #2c2c2c;
    line-height: 100px;
    font-size: 18px;
    text-transform: capitalize;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

.dstp_mainmenu nav ul.nav_list li:last-child {
    padding-right: 0;
}

.current_menu {
}

.dstp_mainmenu nav ul.nav_list li:hover a,
.dstp_mainmenu nav ul.nav_list li.current_menu > a {
    color: #ff6000;
}
/*

.dstp_mainmenu ul li ul li {
    display: block!important;
    margin: 1px 0;
    padding: 6px 13px!important;
    background-color: #ebebeb91;
    border-bottom: 1px solid #ebebeb;

}

.dstp_mainmenu ul li ul li a {
    color: #2e2e2e!important;
}
.dstp_mainmenu ul li ul li a:hover {
    color: #ef5425!important;
}
.dstp_mainmenu ul li ul {
    display: none;
    text-align: left;
    width: 200px;
    top: 84px;
    left: -14px;
}

.dstp_mainmenu ul li:hover ul {
    display: block;
    position: absolute;
    background-color: #fff;
    border-top: 4px solid #ff6000;
}

.dstp_mainmenu ul li {
    position: relative;
}
*/
.dstp_mainmenu nav ul.nav_list li.sub_menu_dropdown {
    position: relative;
    padding-right: 20px;
}
.dstp_mainmenu nav ul.nav_list li.sub_menu_dropdown:before {
   content: "";
    background: #2c2c2c;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    position: absolute;
    width: 12px;
    height: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}
.dstp_mainmenu nav ul.nav_list li ul.sub_menu {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    /* width: 262px; */
    background-color: #2b2b2b;
    border-bottom: 5px solid #ff6000;
    border-radius: 0 0 5px 5px;
    z-index: 0;
    margin: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.dstp_mainmenu nav ul.nav_list li ul.sub_menu:before {
        content: "";
    top: -7px;
    position: absolute;
    left: 45px;
    width: 22px;
    height: 7px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #2b2b2b;
}

.dstp_mainmenu nav ul.nav_list li ul.sub_menu li {
    display: block;
    width: 100%;
    padding: 0;
}

.dstp_mainmenu nav ul.nav_list li ul.sub_menu li a {
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid #eee;
    width: 100%;
    padding: 10px 18px;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    color: #fff;
}

.dstp_mainmenu nav ul.nav_list li:hover ul.sub_menu {
    opacity: 1;
    visibility: visible;
}

.dstp_mainmenu nav ul.nav_list li:last-child ul.sub_menu {
    left: initial;
    right: 0;
    width: 150px;
}

.dstp_mainmenu nav ul.nav_list li ul.sub_menu li:hover {
    background: #ff6000;
}

.dstp_mainmenu nav ul.nav_list li ul.sub_menu li:hover a {
    color: #fff;
}

.parent_menu {}

.flag_box {
    width: 13%;
    margin-left: 12px;
}

.flag_box ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.flag_box ul li {
    width: 40px;
    margin-left: 10px;
    /* height: 30px; */
}

.flag_box ul li a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.flag_box ul li a img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.flag_box ul li a:hover img,
.flag_box ul li a:active,
.flag_box ul li a:focus {
    /* box-shadow: 5px 5px 10px #000; */
    /* display: inline-block; */
    filter: grayscale(1);
}

/*======
Heading
========*/

.heading,
.heading_center {
    margin-bottom: 20px;
    position: relative;
    /* padding-bottom: 15px; */
}

.heading_center {
    text-align: center;
}

.heading h2,
.heading_center h2 {
    font-size: 34px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.hd_center {
    text-align: center;
}

.main_hd {
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    top: -61px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.main_hd h2 {
    display: inline-block;
    background: #0e1215;
    padding: 18px 40px 0px;
    border-radius: 20px 20px 0 0;
    border: 3px solid #ff6000;
    border-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.heading-small {
    margin-bottom: 30px;
}

.heading-small h3 {
    color: #ff6000;
    font-size: 27px;
    font-weight: 400;
    margin: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

/*======
Button
========*/
.main_btn {
    margin-top: 40px;
}

.main_btn a {
       background: transparent;
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 0 38px;
    font-size: 18px;
    line-height: 46px;
    text-transform: uppercase;
    border-radius: 63px;
    text-align: center;
}

.main_btn a:hover,
.main_btn a:active,
.main_btn a:focus {
    background: #ff6000;
    border-color: #ff6000;
    color: #fff;
    outline: none;
    text-decoration: none;
}

.main_btn a:nth-child(2) {
    margin-left: 10px;
}

.black_btn {}

.black_btn a {
    color: #2b2b2b;
    border-color: #2b2b2b;
}

/*========================
Banner
======================*/
.main_bannerwrap {
    margin-top: -117px;
    background: #f5f0ec;
    padding-top: 117px;
}
.new-bnr-area {
    background: #ff6000;
}
/*========================*/
.bnr-hd {
    text-align: center;
    padding: 7px 0;
}

.bnr-hd h1 {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    color: #fff;
}

div#wpsl-result-list {
    width: 100%;
}

div#wpsl-stores {
    height: 520px !important;
}
div#wpsl-wrap {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin: 0;
}
div#wpsl-gmap {
    height: 650px !important;
    width: 66%;
}
.wpsl-search-left {
    width: 34%;
}
#wpsl-search-wrap form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
.wpsl-input {
    display: block !important;
    width: 100%;
    margin-right: 0 !important;
}
.wpsl-input input#wpsl-search-input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 40px;
    padding: 10px 20px;
}
.wpsl-search-btn-wrap {
    margin-right: 0 !important;
    width: 34%;
}
input#wpsl-search-btn {
    background: #ff6000;
    border: 1px solid #ff6000 !important;
    color: #fff;
    display: inline-block;
    padding: 0;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    border-radius: 63px !important;
    text-align: center;
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.wpsl-dropdown {
    border-radius: 30px !important;
    width: 62% !important;
    font-size: 16px;
}

#wpsl-search-wrap div label {
    width: 30%;
    color: #333;
}
#wpsl-search-wrap .wpsl-select-wrap {
    width: 70%;
    color: #333;
}
div#wpsl-radius {
    width: 50%;
}

div#wpsl-results {
    width: 44%;
}
#wpsl-search-btn, #wpsl-search-wrap #wpsl-radius, #wpsl-search-wrap #wpsl-results, #wpsl-search-wrap .wpsl-input input, #wpsl-search-wrap .wpsl-input label {
    display: flex !important;
    align-content: center;
    align-items: center;
}

#wpsl-search-wrap .wpsl-input input {color: #000;}

div#wpsl-results label {
    width: 36%;
}
#wpsl-results .wpsl-dropdown {
    width: 56% !important;
}
.wpsl-search-btn-wrap {
    margin-right: 0 !important;
    width: 30%;
}

.wpsl-store-location > p  a, .wpsl-store-location > p span.custom-title strong {
    color: #ff6000;
    text-decoration: none;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
#wpsl-result-list li p {
    padding-left: 0;
    margin: 0 0 10px 0;
}
.wpsl-store-location span {
    color: #5f5f5f;
}
.wpsl-direction-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px;
}
.wpsl-direction-wrap a:first-child {
    background: #333;
    border: 1px solid #333 !important;
    color: #fff;
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    border-radius: 63px !important;
    /*width: 100%; */
    text-decoration: none;
}
.wpsl-direction-wrap a:nth-child(2) {
    background: transparent;
    border: 1px solid #333 !important;
    color: #333;
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    border-radius: 63px !important;
    /*width: 100%; */
    text-decoration: none;
}
input#wpsl-search-btn:hover{
    background: #333;
    border: 1px solid #333 !important;
    color: #fff;
}
.wpsl-direction-wrap a:first-child:hover,
.wpsl-direction-wrap a:nth-child(2):hover{
    background: #ff6000;
    border: 1px solid #ff6000 !important;
    color: #fff;
}
#wpsl-wrap #wpsl-result-list li {
    padding: 10px 15px 15px 15px !important;
}
.wpsl-search {
    margin-bottom: 0;
}
/*----------------------*/

.gm-style-iw.gm-style-iw-c {
    width: 255px;
}
.gm-style-iw-chr {
    position: absolute;
    width: 94%;
}

.gm-style-iw-d {
    padding: 20px 0px 0px 5px !important;
    width: 100%;
}
.gm-style-iw-d strong a {
    color: #ff6600;
    font-size: 18px;
}

.gm-style-iw-d span {
    color: #5f5f5f;
    font-weight: 400;
}

.gm-style-iw-d span strong {
    color: #000;
}
.fullmap-wrap {
    background: #fff;
}


/*===============
footer
===============*/
.ftr_wrap {
    background-color: #2a2f31;
    overflow: hidden;
    position: relative;

}

/*
.ftr_wrap:after{
   content: "";
    background-image: url(images/ftr_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 33%;
    height: 100%;
    position: absolute;
    right: 10px;
    bottom: -56px;
    background-size: 100%;
    z-index: 1;
     background: #000;


}
*/
.row.reverse_row {
    flex-direction: row-reverse;
    margin: 0;
}

.ftr_top_wrap {
    position: relative;
    z-index: 2;
}

.footer_area {
    display: block;
}

.footer_box {
    /*    padding: 70px 0 40px;*/
}

.footer_box h4 {
    margin: 0 0 32px;
    color: #ff6000;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
}

.footer_box ul {
    margin: 0;
}

.ftrmenu_list ul li {
    margin-bottom: 4px;
    font-size: 14px;
    color: #a5a5a5;
    font-weight: 300;
    line-height: 24px;
}

.ftrmenu_list ul li a {
    font-size: 16px;
    color: #bfbfbf;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
}

.ftrmenu_list ul li a:hover,
.ftrmenu_list ul li a:focus,
.footer_box.ftr_contactdtls ul li a:hover {
    color: #ff6000;
}

.footer_box.ftr_contactdtls {
    background-color: #0e1011;
    padding: 70px 60px 80px;
    margin-left: 30px;
        height: 100%;
}

.footer_box.ftr_contactdtls ul li {
    margin-bottom: 20px;
    font-size: 0;
}

.footer_box.ftr_contactdtls ul li a,
.footer_box.ftr_contactdtls ul li span {
    font-size: 16px;
    line-height: 1;
    color: #bfbfbf;
}

.footer_box.ftr_contactdtls ul li span {
    font-size: 13px;
    color: #ffffff;
}

.footer_box.ftr_contactdtls ul li a {
    line-height: 40px;
}

.footer_box.ftr_contactdtls ul li span {
    display: inline-block;
    vertical-align: top;

}

.footer_box.ftr_contactdtls ul li .iconbox {
    display: inline-block;
    margin-right: 16px;
    color: #ff6000;
    width: 14px;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 37px;
    font-size: 20px;
}

.footer_box.ftr_contactdtls ul li .iconbox i {}

.ftr_menu_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 70px 0 40px;
}

.ftrmenu_list,
.ftrbtn-box {
    width: 30%;

}

.ftrmenu_list {
    border-right: 1px solid rgb(0 0 0 / 25%);
}

.ftrmenu_list ul {}

.ftrmenu_list ul li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 10px;
}

.ftrmenu_list ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ff6000;
    position: absolute;
    left: 0;
    top: 11px;
    border-radius: 50%;
}

.ftrmenu_list ul li a {}

.ftr_btn a {
    text-transform: capitalize;
}

.btm-spn {
    margin-top: 40px;
}

.footer_box .btm-spn h4 {
    margin-bottom: 15px;
}

img.spnsr-logo {
   width: 236px;
    /* background: #000; */
    padding: 0;
}

/*----------------*/
.ftr_btm_wrap {
    /* border-top: 1px solid #42494a; */
    background: rgb(12 12 12 / 74%);
    position: relative;
    z-index: 2;
}

.ftr_btm_area {
    overflow: visible;
    position: relative;
    /* border-top: 1px solid #42494a; */
    padding: 17px 0;
}


.copyright {
    display: inline-block;
    line-height: 35px;
    color: #bfbfbf;
}

.social_box {
    float: right;
    /* width: 43%; */
    padding: 0;
}

.social_box h4 {
    margin: 0 12px 0 0;
    color: #bfbfbf;
    font-size: 17px;
    font-weight: 400;
    line-height: 31px;
    display: inline-block;
    vertical-align: middle;
}
.social_box h4 a {
    color: #ff6000;
}
.social_box h4 a:hover {
    color: #ffffff;
}
.social_box ul {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.social_box ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
}

.social_box ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #ff6000;
    border-radius: 20px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.social_box ul li a i {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.social_box ul li a:hover,
.social_box ul li a:focus {
    color: #ff6000;
    background: #fff;
}


/*===============
popups
===============*/
/*--big popup --*/
div#popup1 .modal-dialog.modal-lg {
    width: 80%;
    max-width: 1170px;
    top: 50%;
    /* left: 50%; */
    transform: translate(0, -50%);
    margin: 0 auto;
}

.big_popup_wrap {
    background-image: url(images/popup_form_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    border: 0;
}

.popupleftbox {
    width: 50%;
    display: inline-block;
}

.telephone_hdn h1 {
    margin-top: 0 !important;
    background: #fe6100;
    color: #ffffff;
    font-size: 35px;
    padding: 17px 37px 13px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 35px;
}

.telephone_hdn h2 {
    padding: 19px 37px;
    font-size: 32px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 0px !important;
    margin-top: 0;
    color: #42464e;
}

ul.bnr_list {
    margin-bottom: 21px;
    padding: 19px 37px;
    background: rgba(140, 140, 140, 0.34);
}

ul.bnr_list li {
    line-height: 19px;
    margin-bottom: 9px;
    color: #000000;
    padding-left: 22px;
    position: relative;
    background-image: url(images/checked.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: left 4px;
    display: inline-block;
    width: 49%;
}

.getaquote_hdn {
    margin-bottom: 30px;
}

.getaquote_hdn h2 {
    /* background: #fe6100; */
    color: #ff6000;
    font-size: 28px;
    /* padding: 17px 37px 13px; */
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}

.getaquote_hdn p {
    text-align: center;
    color: #a9a8a8;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 15px;
}

.telephone_bnr_cntct {
    padding: 0px 37px;
}

.telephone_bnr_cntct form {}

.telephone_bnr_cntct form ul {
    font-size: 0;
    /* column-count: 2; */
    /* column-gap: 10px; */
    display: flex;
    flex-wrap: wrap;
}

.telephone_bnr_cntct form ul li {
    margin-bottom: 10px;
    display: inline-block;
    width: 48%;
    margin-right: 10px;
    vertical-align: top;
}

.telephone_bnr_cntct form ul li:nth-child(2n) {
    margin-right: 0;
}

.telephone_bnr_cntct .input-group {
    color: #9da0a3;
    background-color: #f7f8f9;
}

.telephone_bnr_cntct .input-group span.input-group-addon {
    background: transparent;
    border: 0;
    color: #a0a0a0;
}

.telephone_bnr_cntct .input-group input,
.telephone_bnr_cntct .input-group textarea {
    background: transparent;
    border: 0;
    vertical-align: top;
    padding: 7px 12px;
    box-shadow: none;
    line-height: 46px;
    height: 46px;
    padding-left: 5px;
}

.telephone_bnr_cntct .input-group textarea {
    height: 120px;
    resize: none;
    width: 100%;
}

.telephone_bnr_cntct .input-group textarea:focus {
    outline: none;
}

.textareafield {
    vertical-align: top;
    padding-top: 20px;
}

.pop_submit {
    text-align: center;
    margin-bottom: 20px !important;
}

.telephone_bnr_cntct input[type="submit"] {
    display: inline-block;
    padding: 10px 55px;
    text-transform: uppercase;
    font-size: 21px;
    height: auto;
    border: 0;
    box-shadow: none;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #fff;
    width: initial;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 50px;
}

.telephone_bnr_cntct input[type="submit"]:hover,
.telephone_bnr_cntct input[type="submit"]:focus {
    background-color: #ff6000;
    border-color: #fff;
}

.big_popup_wrap button.close {
    color: #42464e;
    background-color: transparent;
    opacity: 1;
    text-shadow: none;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0;
    font-style: normal;
    font-size: 28px;
}

.big_popup_wrap button.close:hover,
.big_popup_wrap button.close:focus {
    color: #fff;
    outline: none;
}

.modal-backdrop {
    background-color: #000 !important;
}


/*--- small popup --*/
.modal {
    opacity: 1 !important;
}

div#popup2 .modal-dialog.modal-xs,
div#popup3 .modal-dialog.modal-xs {
    max-width: 440px;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0 auto;
}

.small_popup_wrap {
    /*    width: 440px;*/
    position: relative;
    margin: 0 auto;
    padding: 20px 40px;
    border-radius: 10px !important;
    background-color: #0e1215 !important;
}

.small_popup_wrap button.close {
    margin-top: 0;
    margin-right: 0;
    color: #ff6000;
    opacity: 1;
    font-size: 32px;
    text-shadow: none;
}

.small_popup_wrap .telephone_bnr_txt {
    width: 99%;
    margin: 0 auto 26px;
    text-align: center;
    font-size: 19px;
    line-height: 26px;
}

.small_popup_wrap .telephone_bnr_cntct {
    padding: 0;
    margin-bottom: 0;
}

.chechbox {
    font-size: 12px;
    line-height: 20px;
    margin-top: 7px;
    display: inline-block;
}

.chechbox input[type=radio] {
    margin: 0 7px 0 0;
}

.small_popup_wrap .telephone_bnr_cntct form ul {
    column-count: 1;
    column-gap: 0;
    margin-bottom: 17px;
}

.small_popup_wrap .telephone_bnr_cntct form ul li {
    width: 100%;
    margin-right: 0;
}

.small_popup_wrap .pop_submit {}

.small_popup_wrap .pop_submit input[type="submit"] {
    display: block;
    margin: 0 auto;
    float: none;
    width: 100%;
    font-size: 18px;
}


[type="radio"],
[type="radio"] {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

[type="radio"]:focus + label::before,
[type="radio"]:focus + label::before {
    box-shadow: 0 0 0 2px rgba(51, 51, 51, 0.4) !important;
}

[type="radio"]:hover + label::before,
[type="radio"]:hover + label::before {
    border-color: #000;
}

[type="radio"]:active + label::before,
[type="radio"]:active + label::before {
    transition-duration: 0;
}

[type="radio"] + label,
[type="radio"] + label {
    position: relative;
    padding: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type="radio"] + label::before,
[type="radio"] + label::before {
    background-color: #fff;
    border: 1px solid #444;
    box-sizing: content-box;
    content: '';
    color: #444;
    margin-right: 6px;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

[type="radio"] + label::after,
[type="radio"] + label::after {
    box-sizing: content-box;
    content: '';
    background-color: #444;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

[type="radio"][disabled] + label::before,
[type="radio"][disabled] + label::before {
    -webkit-animation: none;
    animation: none;
    box-shadow: none;
    border: 1px solid rgba(128, 128, 128, 0.5);
}

[type="radio"][disabled]:active + label::before,
[type="radio"][disabled]:focus + label::before,
[type="radio"][disabled]:hover + label::before,
[type="radio"][disabled]:active + label::before,
[type="radio"][disabled]:focus + label::before,
[type="radio"][disabled]:hover + label::before {
    border-color: rgba(128, 128, 128, 0.5);
    -webkit-filter: none;
    filter: none;
    transition: none;
}

[type="radio"] + label::before,
[type="radio"] + label::after {
    border-radius: 0;
}

[type="radio"] + label::after {
    background-color: transparent;
    top: 50%;
    left: calc(6px + 1px + 24px/5);
    width: 12px;
    height: 4.8px;
    margin-top: calc(24px / -2 / 2 * 0.8);
    border-style: solid;
    border-color: #444;
    border-width: 0 0 3px 3px;
    border-radius: 0;
    -o-border-image: none;
    border-image: none;
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    transition: none;
}

[type="radio"]:checked + label::after {
    content: '';
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

/*[type="radio"] + label::before, [type="radio"] + label::after {
  border-radius: 50%;
}
[type="radio"]:checked:active + label::before, [type="radio"]:checked:focus + label::before {
  -webkit-animation: none;
          animation: none;
  -webkit-filter: none;
          filter: none;
  transition: none;
}
[type="radio"]:checked + label::before {
  -webkit-animation: none;
          animation: none;
  background-color: #fff;
}
[type="radio"]:checked + label::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}*/

@-webkit-keyframes borderscale {
    50% {
        box-shadow: 0 0 0 2px #900;
    }
}

@keyframes borderscale {
    50% {
        box-shadow: 0 0 0 2px #900;
    }
}

span.input-group-addon.textareafield {
    vertical-align: top;
    padding-top: 20px;
}

/*---- validation----*/
.frm_era {
    color: red;
    font-size: 12px;
    line-height: 16px;
    margin: 7px 0 0 0;

}

.success,
.pop_success {
    color: green;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid green;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
}

.app_error,
.pop_error,
.error {
    padding: 10px;
    margin-top: 20px;
    border: 1px solid red;
    text-align: center;
    font-weight: bold;
}

.success,
#btndisable {
    display: none;
}

.error,
.form_error,
.form_error1,
.form_valid_error1,
.form_valid_error2,
.form_error2,
.form_error3,
.form_error4,
.form_error5,
.form_error6,
.form_error7,
.form_error8,
.form_error9,
.form_error10,
.form_error11,
.form_error12,
.app_error,
.pop_success,
.pop_error {
    display: none;
}

.articles_banner {
    background-image: url(images/slider_1.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.article_mainarea {}

article_mainarea ul {}

.article_mainarea ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 48%;
    margin-right: 30px;
}

.article_mainarea ul li:nth-child(2n) {
    margin-right: 0;
}

.article_content {}

span.article_title a {
    font-size: 18px;
    color: #ff6000;
}




.sub_text {
    text-align: center;
    width: 83%;
    margin: 0 auto 40px;
}

.sub_text p {
    color: #ffff;
    margin-bottom: 0;
}

/*.modal-open .modal.modal-center {
  display: flex !important;
  align-items: center !important;
}
.modal-open .modal.modal-center .modal-dialog {
  flex-grow: 1;
      max-width: 480px;
}*/

.form_valid_error3 {
    display: none;
}

.common_vis {
    overflow: visible;

}



ul.nav_list.mobile-ver-call {
    /*
    position: absolute;
    bottom: 18px;
    width: 100%;
    */
}
ul.nav_list.mobile-ver-call li a {
    display: flex !important;
    justify-content: start;
    align-items: start;
    column-gap: 20px;
}
ul.nav_list.mobile-ver-call li a span {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #ff6600;
}

ul.nav_list.mobile-ver-call li a span img {
    width: 35px;
}

ul.nav_list.mobile-ver-call li a span strong {
    font-size: 18px;
    color: #000;
}



.mobile-top-header-wrap {
    display: none
}

.hd_one {
    background: #373737;
    padding: 5px 0;
    display: none;
}
.hd_one p {
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0;
}

.hd_two {
    padding: 7px 0;
    background: #373737;
}

.hd_two ul.nav_list.mobile-ver-call li a span strong {
    font-size: 15px;
    color: #fff;
}

.hd_two ul.nav_list.mobile-ver-call {
    position: relative;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.hd_two ul.nav_list.mobile-ver-call li a span {
    color: #ff6000;
}

.hd_two ul.nav_list.mobile-ver-call li a {
    display: flex !important;
    justify-content: start;
    align-items: start;
    column-gap: 10px;
}

.hd_two ul.nav_list.mobile-ver-call li a span img {
    width: 33px;
}
/*
.hd_one p .blue_text {
    color: #0a0d0f;
}
*/



.wpsl-direction-wrap .custom-title{
     display:none ;
}

.gcompare-logo {
    margin-top: 20px;
    width: 85%;
    border-radius: 10px;
    overflow: hidden;
}




















/*=============
custom responsive
===============*/
@media screen and (max-width: 3900px) and (min-width: 2401px) {

    .webchat_banner .innerbanner_area .hmbnr_img img,
    .obcall_banner .innerbanner_area .hmbnr_img img,
    .dmngnt_banner .innerbanner_area .hmbnr_img img,
    .typltr_banner .innerbanner_area .hmbnr_img img,
    .gadmin_banner .innerbanner_area .hmbnr_img img,
    .bkacco_banner .innerbanner_area .hmbnr_img img {
        width: 53%;
        object-fit: cover;
        object-position: center;
    }

    .denty_banner .bnr_small_img .bnr_sml_imgarea img {
        object-position: top;
    }
}

@media screen and (max-width: 2400px) and (min-width: 1601px) {
    .hm_bnr_vd iframe {
        height: 713px;
    }

    .ftr_wrap:after {
        width: 30%;
    }

    .innerbanner_area .hmbnr_img img {
        width: auto;
    }

    .dmngnt_banner .innerbanner_area .hmbnr_img img,
    .webchat_banner .innerbanner_area .hmbnr_img img,
    .obcall_banner .innerbanner_area .hmbnr_img img,
    .typltr_banner .innerbanner_area .hmbnr_img img,
    .gadmin_banner .innerbanner_area .hmbnr_img img,
    .bkacco_banner .innerbanner_area .hmbnr_img img {
        width: 53%;
        object-fit: cover;
        object-position: top;
    }

    .obcall_banner .bnr_small_img .bnr_sml_imgarea img,
    .denty_banner .bnr_small_img .bnr_sml_imgarea img {
        object-position: top;
    }

}

@media screen and (max-width: 1600px) {
    .hm_bnr_vd iframe {
        height: 584px;
    }

    .hmbnr_img img {
        /*  height: 100%;
        width: auto;
        max-width: 110%;*/
    }

    .inner_bannerwrap .mainbanner_img.hmbnr_img img {
        width: auto;
        height: 100%;
    }
}

@media screen and (max-width: 1440px) {

    .heading h2,
    .heading_center h2,
    .hm_pasev_area .heading_center h2 {
        font-size: 35px;
        line-height: 42px;
    }

    .container_max {
        width: 90%;
    }
    div#wpsl-radius {
    width: 49%;
}
}

@media screen and (max-width: 1398px) {
    ul.hdr_contact li {

        font-size: 12px;
    }
}

@media screen and (max-width: 1366px) {

    .heading h2,
    .heading_center h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .dstp_mainmenu nav ul.nav_list li {
        padding: 0 10px;
    }

    /*
    .main_btn a {
        padding: 0px 31px;
        font-size: 14px;
        line-height: 45px;
    }
    */
    .main_btn a {
        padding: 0 24px;
    }
    .bnr_txtbox1 {
        /*        padding: 190px 0 130px;*/
    }

    .sub_content {
        width: 100%;
        max-width: 1170px;
    }

    .btn_grp {
        margin-top: 0px;
    }


}

@media screen and (max-width: 1280px) {
    .skycamsingle-blog-wrap article.post .entry-content h1 {
        font-size: 28px;
        line-height: 33px;
    }

    .related-posts ul li {
        width: 47%;
    }

    ul.hdr_contact li {
        font-size: 11px;
    }

    ul.hdr_contact li a {
        font-size: 16px;
    }
    div#wpsl-radius {
    width: 48%;
}
}

@media screen and (max-width: 1200px) {

    .heading h2,
    .heading_center h2,
    .hm_pasev_area .heading_center h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .footer_box.ftr_contactdtls {
        padding: 70px 60px 85px;
    }
    .wpsl-dropdown {
    padding: 5px;
}
    div#wpsl-radius {
        width: 47%;
    }
input#wpsl-search-btn {
    line-height: 33px;
    }
.wpsl-direction-wrap a:first-child, .wpsl-direction-wrap a:nth-child(2) {
    padding: 0 18px;
    font-size: 14px;
    line-height: 32px;
}
}

@media screen and (max-width: 1199px) {
    .skycamsingle-blog-wrap article.post .entry-content h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .skycamsingle-blog-wrap article.post .entry-content h2 {
        font-size: 22px;
        line-height: 30px;
    }

   .hdr_top_left_box {
        width: 100%;
        text-align: center;
    }

       .hdr_top_right_box {
        width: 100%;
    }
.hdr_right_area {
        justify-content: center;
    }
    .heading h2,
    .heading_center h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .ftr_btm_left {
        width: 100%;
        margin-top: 15px;
    }

    .footer_box.ftr_contactdtls {
        padding: 70px 31px 85px;
    }

    .footer_box h4 {
        font-size: 20px;
    }

    .dstp_mainmenu nav ul.nav_list li {
        padding: 0 5px;
    }
    .dstp_mainmenu nav ul.nav_list > li > a {
    font-size: 16px;
}
.wpsl-search-left {
    width: 50%;
}
    div#wpsl-gmap {
    height: 650px !important;
    width: 50%;
}
}

@media screen and (max-width: 1080px) {}

@media screen and (max-width: 1024px) {
    .secpanel p {
        font-size: 14px;
        line-height: 22px;
    }

    .btn_grp a {
        padding: 10px 25px;
        font-size: 14px;
        line-height: 16px;
    }

    .ftr_top_wrap .container {
        width: 90%;
    }

    .ftr_btm_wrap .container {
        width: 90%;
    }
}

@media screen and (max-width: 991px) {
    .hdr_top_left_box {
        width: 100%;
        text-align: center;
    }

    .hdr_top_right_box {
        width: 1000%;
    }

    .hdr_right_area {
        justify-content: center;
    }

    .main_btn a {
        padding: 0px 38px;
        font-size: 15px;
        line-height: 40px;
    }

    .dstp_mainmenu nav ul.nav_list li {
        padding: 0 7px;
    }

    .padd_tb {
        padding: 60px 0;
    }

    /*    #mobilemenuwrap{display: none;}*/
    #mobilemenuwrap {
        display: block;
    }

    .m_menu_logoarea img {
        width: 140px;
    }

    .m_menu_logoarea {
        padding: 15px 20px;
        background: #f9f9f9;
        width: 100%;
    }

    .m_menu_logoarea a {

        width: 190px;
        /* height: 60px; */
        display: block;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .mainmobilemeu {}

    .mainmobilemeu ul.hdr_contact {
        display: block;
        padding: 0 20px;
        background: #292929;
    }

    .mainmobilemeu ul.hdr_contact li {
        padding: 9px 0;
    }

    .mainmobilemeu ul.hdr_contact li a {
        color: #fff;
        padding: 0;
    }

    .mobilemenu_btn {
        display: none;
    }

    .mobilemenu_btn {
        position: absolute;
        top: 10px;
        left: 0;
        color: #fff;
        font-size: 26px;
        line-height: 48px;
        font-weight: bolder;
        padding: 0;
        cursor: pointer;
        z-index: 200;
        width: 48px;
        height: 48px;
        text-align: center;
        /* background: #2b2b2b;*/

    }

    .mobilemenu_btn.active {
        font-size: 26px;
        padding-top: 0;
        z-index: 99999;
        right: 0 !important;
        color: #ff6600;
        position: fixed;
        top: 10px;
    }


    .mobilemenu {
        /*        background: #2d3233;*/
        /*background: #ff6000;  */
        background: #F5F0EC;
        width: 300px;
        left: -100%;
        top: 0;
        overflow: auto;
        position: fixed;
        height: 100%;
        z-index: 9999;
        padding-top: 0;
        overflow-x: hidden;
        /* overflow-y: hidden; */
        box-shadow: 5px 0 17px #00000047;
    }

    .mobilemenu .mobilemeu_area {
    }

       .mobilemenu .mobilemeu_area ul {
        padding: 0;
        margin: 0;
        list-style: none;
        height: 63vh;
        overflow: scroll;
    }
   .mobilemeu_area  ul.nav_list.mobile-ver-call {
    height: 18vh;
}
    .mobilemenu .mobilemeu_area ul li {
        border-bottom: 1px solid #fff;
        position: relative;
    }
    .mobilemenu .mobilemeu_area ul li .open_child_menu{

    }
.mobilemenu .mobilemeu_area ul li .open_child_menu:before {
    content: "";
    background: #2c2c2c;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    width: 12px;
    height: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}
    .mobilemenu .mobilemeu_area ul li a {
        text-decoration: none;
        display: block;
        color: #333;
        padding: 10px 20px;
        transition: all 0.1s linear;
        position: relative;
    }

    .mobilemenu .mobilemeu_area ul li.mobileactive {
        background: #ff6000;
    }

    .mobilemenu .mobilemeu_area ul li.mobileactive a {
        color: #fff;
    }

    .mobilemenu .mobilemeu_area ul li a:hover {
        background: #444;
        color: #fff;
    }

    .sub_menu {
        /*background: #171717;*/
        /* display: none; */
        height: 0;
        overflow-y: scroll;
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    .mobilemenu .mobilemeu_area ul li .sub_menu ul {
        /*background: #2a2a2a;*/
        /*    display: none;  height: 0;*/
        overflow-y: hidden;
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    .mobilemenu .mobilemeu_area ul li ul li {
        display: block;
        text-align: left;
        padding-left: 0;
    }

    .mobilemenu .mobilemeu_area ul li ul li:last-child {
        border: 0;
    }

    .mobilemenu .mobilemeu_area ul li ul li a {
        padding-left: 16px;
    }

    .mobilemenu ul.nav_menu li.mainactive a:after {
        display: none;
    }

    span.open_child_menu {
        position: absolute;
        width: 48px;
        height: 48px;
        /* background: #fff; */
        right: 0;
        top: 0;
        margin: auto;
        z-index: 9999;
    }

    .mobilemenu .mobilemeu_area ul li ul.sub_menu.someClass {
        display: block;
    }

    .mobilemenu .mobilemeu_area ul li ul {
        background: #e8e7e5;
        overflow-y: hidden;
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
                height: 100%;
    }

    .mobilemenu .mobilemeu_area ul li ul li {
        width: 100%;
        padding: 0 !important;
    }

    .mobilemenu .mobilemeu_area ul li ul li a {
        width: 100%;
        padding: 8px 20px;
    }

    .padd_tb {
        padding: 60px 0;
    }

    .padd_t {
        padding-top: 60px;
    }

    .padd_b {
        padding-bottom: 60px;
    }

    .hdr_top_left_box p,
    .hdr_top_right_box p {
        font-size: 14px;
    }

    .hdr_top_right_box .hdr_right_area {
        font-size: 14px;
    }

    .hdr_top_right_box .hdr_right_area ul li {
        font-size: 14px !important;
        line-height: 19px !important;
    }

    .footer_box {
        /*    width: 100%;*/
        /*    margin-bottom: 15px; */
    }

    .footer_box.ftr_contactdtls {
        padding: 40px 0;
        margin: 0;
        position: relative;
    }

    .ftr_quicklink {
        padding: 50px 0;
    }

    .bnr_slider .slick-arrow {
        bottom: 79px;
    }

    ul.hdr_contact li {
        padding-left: 18px;
    }

    .dstp_mainmenu nav ul.nav_list > li > a {
        font-size: 11px;
        line-height: 74px;
    }

    .flag_box ul li {
        width: 25px;
    }

    ul.hdr_contact li {
        margin-right: 12px;
    }

    .footer_box.ftr_contactdtls:after {
        right: -100%;
        left: inherit;
    }

    .footer_box.ftr_contactdtls ul {
        display: flex;
    }

    .footer_box.ftr_contactdtls ul li {
        margin-right: 30px;
    }

    .footer_box.ftr_contactdtls:before,
    .footer_box.ftr_contactdtls:after {
        position: absolute;
        content: " ";
        background-color: #0e1011;
        width: 100%;
        height: 100%;
        left: -100%;
        top: 0;
    }

    .footer_box.ftr_contactdtls:after {
        right: -100%;
        left: inherit;
    }

    .bnr_txtbox1 {
        padding: 150px 0 80px;
    }

    .blogwrapper .read-more a {
        padding: 0px 38px;
        font-size: 15px;
        line-height: 40px;
    }

    .blogwrapper .box-title22 {
        font-size: 17px;
        padding: 9px 30px;
        top: 20px;
    }

    .skycam-blog-wrap .widget-area {
        padding-left: 11px;
    }

    .skycam-blog-wrap .widget-area .wp-block-search__inside-wrapper button.wp-block-search__button {
        font-size: 12px;
        padding: 9px;
    }

    .skycam-blog-wrap .widget-area aside.widget ul.wp-block-latest-posts__list.wp-block-latest-posts,
    .skycam-blog-wrap .widget-area aside.widget ul {
        padding: 20px;
    }

    .wrapper {
        padding: 0;
    }
    #wpsl-search-btn, #wpsl-search-wrap #wpsl-radius, #wpsl-search-wrap #wpsl-results, #wpsl-search-wrap .wpsl-input input, #wpsl-search-wrap .wpsl-input label {
    display: block !important;
}
 #wpsl-search-wrap div label {
    width: 100%;
    color: #333;
}
 .wpsl-dropdown {
    width: 100% !important;
    font-size: 14px;
    padding: 8px 4px;
}
 #wpsl-results .wpsl-dropdown {
    width: 100% !important;
}
input#wpsl-search-btn {
        line-height: 40px;
        margin-bottom: 0 !important;
    }
.wpsl-search-btn-wrap {
    margin-right: 0 !important;
        width: 34%;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-end;
        align-items: flex-end;
}
.wpsl-dropdown .wpsl-selected-item, .wpsl-dropdown li, .wpsl-selected-item {
    list-style: none;
    padding: 3px 6px !important;
    margin: 0 !important;
}



}





@media screen and (max-width: 960px) {}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 812px) {
    .scl_icon ul li a {
        width: 30px;
        height: 30px;
        font-size: 17px;
        line-height: 20px;
    }

    .hdr_top_right_box .hdr_right_area ul li,
    ul.hdr_contact li a {
        font-size: 12px !important;
        line-height: 19px !important;
    }

    .hdr_top_left_box p,
    .hdr_top_right_box p {
        font-size: 12px;
        line-height: 18px;
        ;
    }
}

@media screen and (max-width: 768px) {

    .container {
        width: 90%;
    }

    .blogwrapper .box-title {
        font-size: 20px;
        line-height: 27px;
    }

    .row {
        margin: 0 !important;
    }




}

@media screen and (max-width: 767px) {

    .hdr_top_wrap {
        display: none
    }

    .mobile-top-header-wrap {
        display: block
    }


    .padd_tb {
        padding: 40px 0;
    }

    .padd_t {
        padding-top: 40px;
    }

    .padd_b {
        padding-bottom: 40px;
    }

    .dstp_mainmenu {
        display: none;
    }

    .inrbnr_hd {
        padding: 40px;
    }

    .mobilemenu_btn {
        display: block;
        top: 60px;
        color: #ff6000;
    }

    .logoarea {
        width: 115px;
    }

    .hdr_top_area {
        text-align: center;
    }

    .hdr_top_right_box .hdr_right_area {
        justify-content: center;
    }

    .hdr_bottom_area {
        display: block;
        text-align: center;
    }

    .hdr_top_left_box {
        width: 100%;
        margin-bottom: 0;
        text-align: center;
    }

    .ftrmenu_list,
    .ftrbtn-box {
        width: 100%;
    }

    .ftrmenu_list {
        border-right: 0px solid rgb(0 0 0 / 25%);
        border-bottom: 1px solid rgb(0 0 0 / 25%);
        padding-bottom: 13px;
        margin-bottom: 23px;
    }

    .main_btn.ftr_btn {
        margin: 0;
    }

    .ftr_menu_wrap {
        padding: 40px 0;
    }

    .ftr_btm_area {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 8px 0 0;
    }

    .contact-button a {
        font-size: 15px;
        padding: 11px 26px;
    }

    .heading h6,
    .heading_center h6,
    .hm_pasev_area .heading_center h6 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 6px;
    }

    .heading h2,
    .heading_center h2,
    .hm_pasev_area .heading_center h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .logoarea {
        padding: 7px 0px;
        margin: 0 auto;
        /* justify-content: center; */
        display: block;
    }

    .skycam-blog-wrap .widget-area {
        padding-left: 0;
        padding: 0;
        padding-top: 30px;
    }

    .skycam-blog-wrap .content-area .pagination {
        text-align: left;
        float: left;
    }

    .skycam-blog-wrap .widget-area aside.widget:last-child {
        padding-bottom: 0;
    }

    .blogwrapper .box-img-icon img {
        height: 190px;
    }

    .related-posts ul li .related-post-content {
        padding: 30px 30px;
    }

    .skycamsingle-blog-wrap article.post .entry-content .postedmonth {
        text-align: left;
    }

    .skycamsingle-blog-wrap article.post .entry-content h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .hdr_top_right_box .scl_icon {
        display: none;
    }

    .skycam-blog-wrap .content-area {
        padding-right: 0;
        padding: 0;
    }

  .main_bannerwrap {
        margin-top: 0;
        padding-top: 0;
    }
.bnr-hd h1 {
    font-size: 16px;
        line-height: 25px;
    margin: 0;
}
    .mainbanner_img {
        position: relative;
    }

    .bnr_txtbox1 {
        padding: 30px 5%;
        background: #000000;
        justify-content: flex-start;
    }

    .hmbnr_textarea h1 {
        font-size: 28px;
        line-height: 40px;
        margin: 0;
        text-align: left;
    }

    .skycam-blog-wrap {
        background: #2b2b2b;
    }

    .skycamsingle-blog-wrap article.post .entry-content {
        padding: 0px 20px 30px;
    }

    .skycamsingle-blog-wrap article.post .entry-content h2 {
        font-size: 19px;
        line-height: 1.5;
    }

    .skycam-related-post-heading h2 {
        font-size: 22px;
        line-height: 30px;
    }

    ul.hdr_contact li a {
        font-size: 16px !important;
        line-height: 19px !important;
    }

    ul.hdr_contact li span {
        margin-left: 0;
        display: block;
    }
    div#wpsl-wrap {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    margin: 0;
}
       .wpsl-search-left {
        width: 100%;
    }
    div#wpsl-gmap {
        height: 330px !important;
        margin: 0;
        width: 100%;
    }
.wpsl-dropdown {
        padding: 8px 10px 8px 4px;
    }












}

@media screen and (max-width: 736px) {
    .ftr-call span {
        display: block;
    }

    .ftr-call span.ftbr {
        display: none;
    }
}

@media screen and (max-width: 667px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 627px) {}

@media screen and (max-width: 568px) {

    .heading h2,
    .heading_center h2 {
        font-size: 18px;
        line-height: 27px;
    }

    .footer_box h4 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .footer_top_area {
        padding: 30px 0;
    }

    .ftr_btm_wrap {
        padding: 15px 0;
    }
}

@media screen and (max-width: 533px) {

    .big_popup_wrap button.close {
        color: #fff;
        opacity: 1;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .popupleftbox {
        /* height: 60vh; */
        /* overflow: scroll; */
        background: transparent;
        overflow: hidden;
        border-radius: 5px;
    }

    .telephone_bnr_cntct {
        padding: 0px 15px;
    }

    .blogwrapper .read-more a {
        width: 100%;
        text-align: center;
    }

}

@media screen and (max-width: 480px) {
    .logoarea {
        width: 150px;
        background: none;
    }

    .hdr_top_area {
        padding-left: 0;
    }

    .hdr_top_left_box p,
    .hdr_top_right_box p {
        font-size: 12px !important;
        line-height: 16px !important;
        text-align: center;
    }

    .hdr_top_right_box .hdr_right_area ul li {
        font-size: 11px !important;
        line-height: 15px !important;
        align-content: center;
        margin: 0;
        margin-top: 5px;
    }

    ul.hdr_contact li {
        padding-left: 0;
    }

    ul.hdr_contact li a {
        font-size: 13px;
    }

    .footer_box.ftr_contactdtls ul {
        display: block;
    }

    .heading-small h3 {
        font-size: 21px;
    }

}

@media screen and (max-width: 414px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 361px) {
    .hdr_top_left_box {
        margin-bottom: 0;
    }
        .bnr-hd h1 {
        font-size: 14px;
        line-height: 23px;
        margin: 0;
    }
}

@media screen and (max-width: 350px) {

    .hdr_top_left_box p,
    .hdr_top_right_box p {
        font-size: 11px !important;
    }
}
