
body,
html {
    margin: 0 !important;
}

a {
    transition: ease 0.5s;
}

body {
    color: #000;
    line-height: 26px;
    font-size: 16px;
    transition: left 0.5s;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x:hidden;
}

a,
button,
input,
a:focus,
button:focus,
input:focus {.form-group-popup button
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: none;
    line-height: normal;
    font-weight: normal;
    color: #000000;
}

.clear {
    clear: both
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.dis-table {
    display: table;
    height: 100%;
    width: 100%;
}

.dis-table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

.row {
    margin: 0 -15px;
}

div[class*="col"] {
    padding: 0 15px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.show-on-desktop {
    display: inline-block !important;
}

.show-on-mobile {
    display: none !important;
}

.show-on-ipad {
    display: none !important;
}

.hide-on-desktop {
    display: none !important;
}

.default_btn a {
    display: inline-block;
    font-size: 17px;
    border-radius: 5px;
    color: #fff;
    background: #b30f10;
    padding: 12px 30px;
    text-decoration: none;
    font-family: 'pt_sansbold';
    min-width: 160px;
    text-align: center;
}

.default_btn a:hover {
    background: #000;
}

.entry-header {
    display: none
}

.page {
    margin: 0 auto !important;
}

/*header */

#header_menu.newClass {
    display: flex !important;
    opacity: 1;
    visibility: visible;
}

.leftnav{display:none;}
#header_menu {
    /*! display: none; */
    opacity: 0;
    visibility: hidden;
    transition: ;
    -webkit-transition: .3s;
    transition: .3s;
}

.entry-content{margin:0}

/*START LEFT SIDE NAVIGATION CSS*/

#sidebar {
  position: fixed;
  top:0px;
  right: 0;
  width: 0;
  height:100%;
  transition:all 300ms linear;
  z-index: 10;
}
#sidebar.active {
  right:0px;
  width: 200px;
}

#sidebar.active .toggle-btn{right:200px}
#sidebar .toggle-btn {
  position:absolute;
  right: 0;
  top: 0px;
  background: #1f3a7d;
  padding: 10px 20px;
  /* transition: ease 0.5s; */
  transition: all 300ms linear;
}
#sidebar .toggle-btn span {
  display:block;
  width:30px;
  height:5px;
  background:#fff;
  margin: 5px 0px;
  cursor:pointer;
}
#sidebar div.list div.item {
  padding:15px 10px;
  border-bottom:1px solid #444;
  color:#fcfcfc;
  text-transform:uppercase;
  font-size:12px;
}

#sidebar div.list div.item a{
  color:#fcfcfc;
  text-decoration: none;
}
/*END LEFT SIDE NAVIGATION CSS*/


/*START MAIN HEADER CSS*/
.site-header {
    /*float:left;*/
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    transition: background-color 0.5s, padding 1s;
}



.site-header .topHeader {
    transition: top 0.5s;
    position: fixed;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .10);
    /* height: 70px; */
}

/*.site-header .topHeader:before { content: ''; width: calc(50% - 360px); height: 100%; position: absolute; top: 0; right: 0; background: #e00; }*/
.site-header .topHeader .row {
    display: flex;
    flex-wrap: wrap;
}

.site-header .topHeader .col-3 {
    width: 200px;
    position: relative;
    min-height: 1px;
}

.site-header .topHeader .col-2 {
    width: 300px;
    /*! position: relative; */
    /*! min-height: 1px; */
}

.site-header .topHeader .col-7 {
    width: calc(100% - 600px);
}

.site-header .topHeader .col-9 {
    width: calc(100% - 200px);
}
.site-header .topHeader .col-12 {
    width: calc(100% - 0px);
}

.site-header .topHeader .logo {
    padding: 0px;
    text-align: left;
}

.site-header .topHeader .logo img {
    max-width: 120px;
    text-align: left;
}


/*START HOME PAGE POPUP CSS*/

.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black with transparency */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border-radius: 5px;
  width: 90%;
  max-width: 500px; /* Modal width */
}

/* Close button (X) */
.close {
  color: #1f3a7d;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  right: -10px;
  top: -17px;
}

.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.contact-form h2{margin:0;}

.form-group-popup input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    border: 1px solid #dedede;
    height: 34px;
    font-size: 17px;
    padding: 5px 15px;
    border-radius: 0px;
    border-radius:4px;
}
.form-group-popup p{
    padding:0 0 15px 0;
    margin:0
}

.form-group-popup textarea {
    height: 100px;
    border: 1px solid #dedede;
    font-size: 18px;
    padding: 10px 15px;
    resize: none;
    border-radius: 0px;
}

.form-group-popup button {
    border: none;
    display: inline-block;
    font-size: 17px;
    border-radius: 5px;
    color: #fff;
    background:#1f3a7d;
    padding: 16px 30px;
    text-decoration: none;
    min-width: 160px;
    text-align: center;
    transition: ease-out 0.4s;
}



/*END HOME PAGE POPUP CSS*/




.elementor img {
    max-width: 75%
}



/* Start Home page Featured Products */

/*.wrapper {
    height: 460px;
    display: flex;
    margin: auto;
}*/
.area_box ul{
    padding:10px 30px 0 30px;
    margin:0;
    }
.main_banner{display:block;}
.mobile_banner{display:none;}
.mobile_banner_caption{display:none;}

.contact_form .wpcf7-response-output{color:#fff}
.swiper-pagination{z-index: 8 !important;}
#whatsup_icon{
    position: fixed;
    bottom: 50px;
    left: 10px;
    display:block}

    .mobile-footer{display:none;}


/* End Home page Featured Products */




/* contact_form */
.form-group input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    border: 1px solid #dedede;
    height: 40px;
    font-size: 17px;
    padding: 5px 15px;
}


.form-group textarea {
    height: 200px;
    border: 1px solid #dedede;
    font-size: 18px;
    padding: 10px 15px;
    resize: none;
    border-radius: 0px;
}

.form-group button {
    border: none;
    display: inline-block;
    font-size: 17px;
    border-radius: 5px;
    color: #fff;
    background:#3366ff;
    padding: 16px 30px;
    text-decoration: none;
    min-width: 160px;
    text-align: center;
    transition: ease-out 0.4s;
}

.contact_num a {
    color: #cd2628
}
.contact_mail a{color:#fff;}



/*site footer*/
.footer_logo {
    margin-bottom: 15px
}
.site-footer .center{text-align:center}
/*.tagline { text-align: center; padding: 30px 15px; font-size: 18px; font-weight: 600; }*/
.site-footer {
    float: left;
    width: 100%;
    position: relative;
    background:#1f3a7d;
    
}

.site-footer .footer {
    position: relative;
    padding: 40px 0px;
}

.site-footer h2 {
    font-size: 24px;
    color: #fff;
    margin: 0px 0 20px 0;
    position: relative;
    text-transform: uppercase;
}

.site-footer .row {
    display: flex;
    flex-wrap: wrap;
}

.site-footer .col-4 {
    width: 33.33%;
}

.site-footer .widget_text p {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.site-footer .get_in_touch .text {
    font-size: 16px;
    color: #fff;
}

.site-footer .social_icons {
    justify-content: left;
    margin-top: 20px;
    display: inline-grid;
}

.site-footer .social_icons ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.site-footer .social_icons li {
    list-style-type: none;
    margin-right: 20px;
}

.site-footer .social_icons li i {
    color: #fff;
    font-size: 28px;
    vertical-align: top;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: ease 0.5s;
}

.site-foote .social_icons li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    display: block;
    display: inline-block;
    background: #363636;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
}

.site-footer .social_icons li a:hover i {
    color: #4272b6;
}

.site-footer ul.menu {
    padding: 0px;
    margin: 0px;
}

.site-footer ul.menu li {
    list-style-type: none;
    position: relative;
    padding-bottom: 10px;
    padding-left: 24px;
}

.site-footer ul.menu li:before {
    content: '\f054';
    position: absolute;
    left: 0;
    top: 1px;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
}

.site-footer ul.menu li a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
}

.site-footer ul.menu li a:hover {
    text-decoration: underline;
}

.site-footer ul.menu li ul {
    display: none !important;
}

.site-footer a {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    display: inline-block;
}

.site-footer a:hover,
.site-footer a:hover p {
    text-decoration: underline;
}

.site-footer .address {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px;
}

.site-footer .address:before {
    content: '\f3c5';
    position: absolute;
    left: 0;
    top: 2px;
    width: 42px;
    height: 42px;
    color: #fff;
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
}

.site-footer .address p {
    margin: 0px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.site-footer .phone {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px;
    font-size: 16px;
    color: #fff;
}

.site-footer .phone:before {
    content: '\f095';
    position: absolute;
    left: 0;
    top: 0px;
    width: 36px;
    height: 36px;
    color: #fff;
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
}

.site-footer .email {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px;
    font-size: 16px;
    color: #fff;
}

.site-footer .email:before {
    content: '\f0e0';
    position: absolute;
    left: 0;
    top: 0px;
    width: 34px;
    height: 34px;
    color: #fff;
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
}
.site-footer .pd_lt{padding-left:9%}
.site-footer .pd_lt_1{padding-left:5%}
.copyright {
    position: relative;
    text-align: center;
    padding: 5px 0;
}

.copyright p {
    margin: 0px;
    font-size: 13px;
    color: #fff;
}

.copyright p a {
    text-decoration: underline;
}

.copyright p a:hover {
    text-decoration: none;
}

#scroll-up {
    position: fixed;
    bottom: 90px;
    right: 40px;
    width: 45px;
    height: 45px;
    opacity: 1;
    z-index: 99999;
    color: #fff;
    cursor: pointer;
    line-height: 45px;
    text-align: center;
    background-color: #000;
    border-radius: 50%;
}
.price_style{color: #e2b249; font-size: 30px; font-weight: bold}


/*site footer*/



@media (max-width:1199px){

#sidebar .toggle-btn{width:40px;height: 38px;padding: 6px 0 0 9px;top: 16px;right: 10px;}
#sidebar .toggle-btn span{width: 22px;height: 2px;margin: 5px 0;}    
#header_menu{opacity:1; visibility:visible}
    .leftnav{display:BLOCK}
}

@media (min-width:996px) and (max-width:1199px) {
    .site-header .topHeader .col-2{display:none}
    .navigation {
        position: absolute;
        right: 0;
        top: 60px;
        width: 100%;
    }

    .site-header {
        overflow: inherit;
    }

    .site-header .top_bar .wrap i {
        font-size: 18px;
        color: #000;
    }

    .site-header .container {
        width: 100%;
    }

    .site-header .topHeader .logo {
        padding-top: 12px;
    }

    .site-header .topHeader .col-3 {
        width: 200px;
    }

    .site-header .topHeader .col-2 {
        width: 300px;
    }

    .site-header .topHeader .col-7 {
        width: calc(100% - 800px);
    }

    .site-header .phone {
        z-index: 1;
    }

    .site-header .phone::after {
        z-index: -1;
        right: -15px;
        width: 100%;
    }

    

    .copyright {
        padding-top: 20px;
        border-top: 1px solid #00429b;
    }

    .copyright::before {
        display: none;
    }

    .copyright p {
        font-size: 15px;
        line-height: normal;
    }

    .top_banner h1 {
        font-size: 30px;
    }

}

@media (max-width:991px) {
    .product-img .elementor-image-box-title {
        padding: 4px 0 0px
    }
}

@media(min-width:768px) and (max-width:995px) {
    .site-header .topHeader .logo img {
        max-width: 150px;
    }

    .navigation {
        position: absolute;
        right: 0px;
        top: 40px;
        width:100%
    }

    .site-header {
        overflow: inherit;
    }

    .site-header .top_bar .wrap i {
        font-size: 18px;
        color: #fff;
    }

    .site-header .topHeader {
        background: #fff;
    }

    .site-header .topHeader .logo {
        /* padding-top: 8px; */
    }

    .site-header .top_bar .wrap {
        padding: 1px 0;
    }

    .site-header .container {
        width: 100%;
    }

    .site-header .topHeader .col-3 {
        width: 200px;
    }

    .site-header .topHeader .col-2 {
        width: 300px;
        display: none
    }

    .site-header .topHeader .col-7 {
        width: calc(100% - 670px);
    }

    .site-header .phone {
        z-index: 1;
    }

    .site-header .phone::after {
        z-index: -1;
        right: -15px;
        width: 100%;
    }

    .copyright::before {
        display: none;
    }

    .copyright p {
        font-size: 15px;
        line-height: normal;
    }

    


}

@media (max-width:767px) {
.mobile_border{background:url(http://www.adorepremiafaridabad.com/wp-content/uploads/2024/11/divider.png) center 189px no-repeat; padding-bottom: 13px;}

.mobile_border1{background:url(http://www.adorepremiafaridabad.com/wp-content/uploads/2024/11/divider.png) center -4px no-repeat; padding-top: 20px;}
.price_style{color: #e2b249; font-size: 20px; font-weight: bold}

.site-footer{margin-bottom: 85px;}
.mobile_banner{
    display:block;}
    
.mobile_banner_caption{  
    display:block;
   }

.main_banner{display:none !important;}
#whatsup_icon{display:none}
.mobile-footer {
        display: flex;
        cursor: pointer;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 9999;
        transition: .5s ease-in-out;
        -webkit-transition: .5s ease-in-out;
        background-color: #ffffff;
        width: 100%;
        text-align: center;
        padding: 11px 0px 11px 0px !important;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
        color: #333;
    }

.mobile-footer a, .mobile-footer span {
        float: left;
        text-align: center;
        transition: all 0.3s ease;
        color: #333;
        font-size: 13px;
        text-decoration: none;
        border-right: 1px solid #ddd;
        padding: 0px 19px;
        display: inline-block;
        margin:0 15px;
        width:100%;
    }

.mobile-footer p {
        margin: 0 !important;
    }

.mobile-footer .icon {
        height: 28px;
        width: 28px;
    }

.mobile-footer a:last-child, .mobile-footer span:last-child {
        border-right: 0;
        padding: 0;
    }

.mobile-footer a:nth-child(2) {
    width:100%;
    padding: 0;
    margin: 0;
    }


.contact_form{background:none !important;}

.modal-content {
    margin: 16% auto;}
.site-footer .ft_logo img{width:80%}
.site-footer .footer{padding: 40px 0px 0px 0;}
    .site-footer .pd_lt_1 {padding-left: 9%;}
    .site-footer .center{text-align:left; padding-left: 6%;}
    .our_mission{display:none !important;}
    .amazon_button_ft{margin-top:20px;}
    .site-header .topHeader .logo img {
        max-width: 130px;
    }

    .site-header .topHeader .col-2 {
        display: none
    }

    .navigation {
        position: absolute;
        right: 0;
        top: 40px;
        width: 100%;
    }

    .main_banner .elementor-widget-container img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .footer_logo {
        margin-bottom: 10px
    }

    

    .site-header {
        overflow: inherit;
    }

    .site-header .top_bar {
        overflow: hidden
    }

    .site-header .top_bar .wrap i {
        font-size: 18px;
        color: #fff;
    }

    .site-header .topHeader {
        background: #fff;
    }

    .site-header .topHeader .logo {
        padding-top: 0;
        padding-bottom: 0;
    }

    .site-header .top_bar .wrap {
        padding: 1px 0;
    }

    .site-header .container {
        width: 100%;
    }

    .site-header .topHeader .col-3 {
        width: 200px;
    }

    .site-header .topHeader .col-9 {
        width: calc(100% - 200px);
    }

    .site-footer .col-4 {
        width: 100%;
        margin-bottom: 30px;
    }


    .copyright {
        padding: 15px 0;
    }

    .copyright::before {
        display: none;
    }

    .copyright p {
        font-size: 13px;
        line-height: normal;
    }

    #scroll-up {
        right: 10px;
    }

    
}



@media (max-width:575px) {
    .main_banner .elementor-widget-container {
        height: 140px !important;
    }

    .site-header .top_contact_info .email .icon {
        width: 20px
    }

    .site-header .top_contact_info .email .icon i {
        width: 16px;
        height: 18px;
        background-size: 14px 14px;
        background-position: 0 4px;
    }

    .site-header .top_contact_info .email .text {
        padding-left: 0;
    }

    .phone_mob,
    .site-header .top_contact_info .email .text {
        font-size: 14px
    }

    .phone_mob:before {
        width: 70%;
    }
}

@media (max-width:430px) {
    .text_heading h1{
        width: 300px;
    }
}