    html {}

    * {
        box-sizing: border-box;
    }

    body {
        margin: 0;
        padding: 0;
    
    }

    p {
        padding: 0px;
        margin: 0px;
    }

    a {
        padding: 0px;
        margin: 0px;
        outline: none;
        text-decoration: none;
    }

    ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    ul li {
        padding: 0px;
        margin: 0px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        padding: 0px;
        font-family: 'Yeseva One', cursive;

    }
    h1{
        font-size: 50px;
        margin-bottom: 30px;
        line-height:65px ;
        word-break: break-word;
    }
    /* .fixed {
        position: fixed;
        top: 0;
        z-index: 1;
        width: 100%;
        background: rgba(75, 75, 77, 0.6);
        z-index: 9999;
        color: #000; 
    } */

    a:hover {
        outline: none;
        text-decoration: none;
    }

    a:active {
        outline: none;
        text-decoration: none;
    }

    a:focus {
        outline: none;
        text-decoration: none;
    }

    a {
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
        padding: 0;
        margin: 0;
    }

    .clearfix:before,
    .clearfix:after {
        content: " ";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

    .clear {
        clear: both;
        line-height: 0;
        font-size: 0;
    }
    input{
        outline: none;
    }
    input:focus, input:hover{
        outline: none;
    }
    input[type="submit"]{
        border: none;
    }
    img {
        max-width: 100%;
    }

    .container {
    max-width: 1300px;
    margin: 0 auto;
    display: block;
    padding: 0 15px;
    }
    header{
        background-color:transparent;
        padding: 5px 0;
        position:absolute;
        width: 100%;
        left: 0;
        z-index: 99;
    }
    .logo{
        float: left;
        width: 150px;
    }
    .nav-primary {
        float: right;
        display: flex;
        margin-top: 21px;
        align-items: center;
    }
    .nav-primary ul li{
        display: inline-block;
        margin-right: 50px;
    }
    .nav-primary ul li a{
        display: inline-block;;
        color: #fff;
        font-weight: 600;
    }
    .nav-primary ul li a:hover{
        color: #d7b067;
    }
    .rent_now a{
        display: inline-block;
        padding: 10px 40px;
        color: #fff;
        font-size: 15px;
        background-color: #d7b067;
        border: 2px solid #d7b067;
        font-weight: 600;
    }
    .rent_now a:hover{
        background-color: #fff;
        border:2px solid #fff;
        color: #d7b067;
    }

    /**banner**/
    .banner .banner_col,.slider_img{
        height: 700px;
        position: relative;
    }
    .banner_col img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .banner_text{
        position: absolute;
        top: 40%;
        width: 100%;
        max-width: 1300px;
        margin-left: unset;
        margin-right: unset;
    }
    .banner_text h1{
        color: #fff;
        font-size: 70px;
        text-transform: capitalize;
    }
    .banner_text a{
        display: inline-block;
        padding: 10px 40px;
        color: #fff;
        font-size: 16px;
        background-color: #d7b067;
        border: 2px solid #d7b067;
        font-weight: 600;

    }
    .banner_text a:hover{
        background-color: #fff;
        border:2px solid #fff;
        color: #d7b067;

    }
    .banner_text p{
        font-size: 17px;
        line-height: 28px;
        color: #fff;
        max-width: 500px;
        padding: 0px 0 20px;
    }
    .banner .slick-dots {
        bottom: 50%;
        width: unset;
        right: 40px;
    }
    .banner .slick-dots li {
        display: block;
        margin: 0 0 10px 0;
    }

    .banner .slick-dots li button:before{
        background-color: #d7b067;
        opacity: unset;
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }
    .banner .slick-dotted.slick-slider{
        margin-bottom: 0;
    }

    /**banner end***/

    /***about us**/
    .about_us {
        padding: 100px 0;
        position: relative;
        border-top: 10px solid #d7b067;
        background-color:#d7b067 ;
    }
    .about_us .left_img{
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        width: 70%;
    }
    .left_img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about_right_sec {
        padding: 50px 40px; 
        float: right;
        width: 100%;
        max-width: 650px;
        position: relative;
        z-index: 999;
    }
    .about_right_sec strong span{
        top:0;
        left:0;
        font-size:10px;
    }
    .about_right_sec a{
        margin-top: 20px;
        display: inline-block;
        padding: 10px 40px;
        color: #fff;
        font-size: 16px;
        background-color: #d7b067;
        border: 2px solid #d7b067;
        font-weight: 600;
    }
    .about_right_sec strong{
        display: block;
        font-family: 'Yeseva One', cursive;
    }
    .about_right_sec p span{
        font-weight: 700;
        font-family: 'Yeseva One', cursive;
    }
    .about_right_sec a:hover{
        background-color: #fff;
        border:2px solid #d7b067;
        color: #d7b067;

    }
    .about_right_sec marquee{
        font-size: 20px;
        font-weight: 700;
        color: #d9334a;
        font-family: 'Yeseva One', cursive;
        width: 50%;
    }
    .about_right_sec p{
        font-size: 17px;
        font-weight: 400;
        line-height: 30px;
        color: #fff;
    }

    /***about end**/


    /***products **/
    .experience{
        padding: 100px 0 60px 0;
    margin: 50px 0;
    }
    .experience .top_des {
        color: #000;
    }
    .experience [class*="col-"]{
        height: 100%;
    }
    .wrapper_box{
        text-align: center;
        margin-bottom: 40px;
        position: relative;
    }
    .wrapper_box:after{
        position: absolute;
        content: '';
        background-color: rgba(0,0,0, 0.1);
        top:0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    
    .top_right{
        height: 367px;
    }
    .top_right img{
        width: 100%;
        height: 100%;
        object-fit:cover ;
        
    }
    .hide_text{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: -1;
        width: 100%;
        z-index: 9;
    }
    .wrapper_box:hover .hide_text{
        cursor: pointer;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;  
        opacity: 1;
    }
    .wrapper_box:hover {
    cursor: pointer;
    }
    .wrapper_box h5{
        text-align: center;
        color: #fff;
        font-size: 25px;
        margin: 10px 0;
    }
    .wrapper_box a{
        display: block;
        font-size: 16px;
        color: #fff;
        font-weight:600;
    }
    .wrapper_box a:hover{
        color: #d7b067;
    }
    .img_wrapper img{
        width: 100%;
    }

    /***products end**/


    /***delivery start **/

    .delivery_sec{
        margin-bottom: 50px;
    }
    .delivery_sec .row{
        margin-left: 0;
        margin-right: 0;
    }
    .delivery_sec [class*="col-"]{
        padding-left: 0;
        padding-right: 0;
    }
    .delivery_content p{
        font-size: 17px;
        line-height: 30px;
        color: #000;
        margin-bottom: 15px;
    }
    .delivery_content h3{
        margin-bottom: 15px;
    }
    .delivery_content p:laast-child{
        margin-bottom: 0;
    }
    .delivery_img_wraapper{
    
    height: 100%;
    }
    .delivery_img_wraapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
    .delivery_content {
        padding: 50px 40px; 
        height: 100%;
        background-color: #fff;
    
    }
    .top_des {
        text-align: center;
        color: #fff;
        margin-bottom: 60px;
    }
    .how_we_work{
        padding: 100px 0;
    }
    .how_we_work h2{
        text-align: center;
        margin-bottom: 60px;
    }
    .work_box{
        text-align: center;
        background-color: #d7b067;
        border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
        position: relative;
        padding: 150px 10px;
    }
    .work_box:after{
        position: absolute;
        content: '1';
        font-size: 44px;
        color: #d7b067;
        right: 10%;
        top: 22%;
        transform: translate(-50%, -50%);
        font-family: 'Yeseva One', cursive;
        background-color: #fff;
        border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
        width: 60px;
        height: 60px;
    }
    .work_box1:after{
        position: absolute;
        content: '2';
        font-size: 44px;
        color: #d7b067;
        right: 10%;
        top: 22%;
        transform: translate(-50%, -50%);
        font-family: 'Yeseva One', cursive;
        background-color: #fff;
        border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
        width: 60px;
        height: 60px;
    }
    .work_box2:after{
        position: absolute;
        content: '3';
        font-size: 44px;
        color: #d7b067;
        right: 10%;
        top: 22%;
        transform: translate(-50%, -50%);
        font-family: 'Yeseva One', cursive;
        background-color: #fff;
        border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
        width: 60px;
        height: 60px;
    }
    .work_box .icon {
        position: relative;
        z-index: 1;
        width: 50px;
        height: 50px;
        display: block;
        margin: 0 auto;
        background: #fff;
        line-height: 50px;
        text-align: center;
        border-radius: 50%;
    }
    .work_box h4{
        font-size: 17px;
        color: #fff;
        margin: 10px 20px;
    }

    /***products end**/ 
    /**footer**/
    footer{
        padding: 100px 0 0px 0;
    }
    .footer_col h4{
        color: #fff;
        margin-bottom: 30px;
        font-size: 40px;
    }
    .ftr_menu li{
        margin-bottom: 10px;
    }
    .ftr_menu li:alst-child{
        margin-bottom: 0;
    }
    .footer_col .ftr_menu li a{ 
        display: block;
        font-size: 16px;
        color: #fff;
    }
    .footer_col .ftr_menu li a:hover{
        color: #d7b067;
        margin-left: 10px;
    }
    .ftr_des p{
        line-height: 29px;
        color: #fff;
        font-size: 16px;
    }
    .social_list{
        margin-top: 20px;
    }
    .social_list li{
        display: inline-block;
        margin:  0 5px 0 0;
    }
    .social_list li .fa{
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #fff;;
        border-radius: 50%;
        color: #d7b067;
    }
    .social_list li .fa:hover{
        background-color: #d7b067;;
        border-radius: 50%;
        color: #fff;
    }
    .ftr_btm{
        background-color:#d7b067;
        padding: 10px 0;
        margin-top: 50px;
        text-align: center;
    }
    .ftr_btm p {
        font-size: 17px;
        font-weight: 400;
    }
    .ftr_btm p a{
        display: inline-block;
        color: #fff;
    }
    .mobile_toggle_btn{
        display: none;
        margin-right: 10px;
    }
    .mobile_toggle_btn span{
        display: block;
        height: 4px;
        background-color: #fff;
        width: 30px;
        margin-bottom: 5px;
    }
    .mobile_toggle_btn span:last-child{
        margin-bottom: 0;
    }

    /**inner page**/
    .inner_page{
        padding: 150px 0 100px 0;
        text-align: center;
        color: #fff;
    }
    .inner_page ul li{
        display:inline-block;
        padding: 0 15px;
        border-right: 2px solid #fff;
        line-height: 16px;
    }
    .inner_page ul li:last-child{
        border-right: none;
    
    }
    .inner_page ul li a{
        color: #fff;
        display: inline-block;
        margin: 0 10px;
    }
    .products_details_sec{
        padding: 100px 0;
    }
    .catagorries li{
        display: inline-block;
        color: #000;
    }
    .catagorries li a{
        color: #000;
        display: inline-block;
        margin: 0 10px 0 0;
        font-size: 17px;
    } 
    .product_name{
        font-size: 15px;
        font-weight: 700;
        font-family: sans-serif;
        margin-top: 10px;
        display: block;
    }
    .product_description h4{
        font-size: 15px;
        margin: 10px 0;
    }
    .social_list_pro li{
        display: inline-block;
        margin-right: 15px;
        margin-top: 10px;
    }
    .social_list_pro .fa{
        color: #fff;
        font-size: 16px;
        background-color: #d7b067;
        border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
    }
    .social_list_pro .fa:hover{
        border-radius: 50%;
        color: #d7b067;
        background-color: #fff;
        border: 1px solid #d7b067;
        transition: all ease-out 1s;
    }
   
    .product_description_box .nav-tabs{
        border-bottom: none;
    }
    .products_details_sec .nav-link{
        color: #000;
        font-style: 20px;
        font-weight: 600;
    }
    .review_area{
        border-bottom: 1px solid #dedede;
        padding-bottom: 50px;
    }
    .review_area .tab-content [class*="col-"]{
        padding-left: 7px;
        padding-right: 7px;
    }
    .review_form {
        border: 1px solid #e1e1e1;
        padding:10px;
    }
    .review_form p label{
        display: block;
    }
    .input_box input{
        width: 100%;
        height: 50px;
        padding: 0 10px;
        border: 1px solid #707070;
        border-radius: 5px;
    }
    .input_box{
        margin-bottom: 20px;
    }
    .review_form textarea{
        width: 100%;
        padding: 10px;
        resize: unset;
        border: 1px solid #707070;
        min-height: 100px;
        border-radius: 5px;
        outline: none;
    }
    .review_form textarea{}
    input[type="radio"], input[type="checkbox"]{
        display: none;
    }
    .input_box label {
        position: relative;
        cursor: pointer;
      }
      .input_box label:before {
        content:'';
        -webkit-appearance: none;
        background-color: transparent;
        border: 2px solid #0079bf;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        padding: 10px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 5px;
      }
      
      .input_box input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 5px;
        left: 9px;
        width: 6px;
        height: 14px;
        border: solid #0079bf;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
      }
      .review_form .fa{
          color:#9dbf17;
      }
      .stars{
          margin-bottom: 20px;
      }
      .give_review h3{
          margin-bottom: 15px;
      }
      .give_review h5{
          margin-bottom: 20px;
      }
      .comment-reply-title{
          font-family: Arial, Helvetica, sans-serif;
          font-size: 16px;
          margin-bottom: 20px;
      }
      .comment-form-rating{
          display: flex;
      }
      
      .comment-form-rating label{
        margin-right: 10px;
        font-weight: 700;
      }
      .related_product{
          padding: 50px 0;
      }
      .similar_product_box{
          border: 1px solid #e1e1e1;
      }
      .related_product h2{
          margin-bottom: 40px;
          font-size: 30px;
      } 
    
      .product_des p span{
        margin: 0 5px;
        display: inline-block;
        font-weight: 700;
      }
      .product_des p{
          margin-bottom: 10px;
      }
      .product_des{
          text-align: center;
          padding: 10px 0 0 0;
          
      }
      .product_des a{
        background-color: #25d366;
        display: flex;
        color: #fff;
        padding: 10px 0;
        font-weight: 600;
        font-size: 16px;
        justify-content: center;
        align-items: center;
      }
        .org_price{
          display: none !important;
          text-decoration: line-through;
          color: #d9334a;
          
      }
      .product_des a .fa{
          margin-right: 10px;
          font-size: 25px;
      }
      .product_des h5{
          font-size: 15px;
          font-family: Arial, Helvetica, sans-serif;
      }
      .product_description{
          padding: 20px 5px;
          margin-bottom: 30px;
      }
    @media (min-width:768px){
        .product_description_box .img_holder{
            width: 100%;
            position: relative;  
            height: 500px;
        }
        .product_description_box .img_holder img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .product_description{
            position: absolute;
            bottom: -200px;
            right:5%;
            left: 5%;
            background-color: #fff;
            box-shadow: 0 0 15px 0 rgba(0,0,0, 0.1);
            padding: 50px 20px;
            border-radius: 0 90px 0 90px;
            
        }

    }

    @media (min-width:1025px){
        
        .products_details_sec{
            padding: 100px 0 100px 0;
        }
        .product_description{
            bottom: -100px;
            border-radius: 0;
            padding: 50px 40px;
        }
        .product_description_box {
            padding-bottom: 140px;
            margin-bottom: 20px;
            border-bottom: 1px solid #dedede;
        }
        .review_area .tab-content{
            margin-top: 50px;
            width: 50%;
        }

    }

    /**shop_page**/
    .shop_page{
        padding: 50px 0;
       
    }
    .shop_header_list li{
        display: inline-block;
    }
    .shop_header_list li a{
        display: inline-block;
        font-size: 18px;
        color: #000;
    }
    .filter_listing{
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .filter_listing span{
        color: #707070;
        font-size: 18px;
        display: inline-block;
        margin-right: 10px;
    }
    .filter_listing select{
        outline: none;
        height: 32px;
    }
    .filter_product .similar_product_box{
        margin-bottom: 30px;
    }
    .left_side_shop_menu ul li{
        display: block;
        width: 100%;
    }
    .shop_listing_fillter{
        padding-top: 60px;
        border-top: 1px solid #fff;
        margin-top: 20px;
    }
    .left_side_shop_menu{
        background-color: #f1f1f1;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
        padding: 40px 10px;
    }
    .left_side_shop_menu h4{
        color: #000;
        position: relative;
        display: inline-block;
        padding-bottom: 3px;
        font-size: 18px;
        text-transform: capitalize;
    }
    .left_side_shop_menu h4:after{
        position: absolute;
        content: '';
        background-color: #000;
        height: 2px;
        width: 100%;
        bottom: 0;
        left: 0;
    }
    .left_side_shop_menu .nav{
        margin: 30px 0;
    }
    .left_side_shop_menu .nav-tabs .nav-link.active, .left_side_shop_menu .nav-tabs .nav-item.show .nav-link{
        border: none;
    }
    .left_side_shop_menu .nav-tabs .nav-link{
        border: none;
        border-radius: 0;
        color: #000;
    }
    .current a{
        font-weight: 700;
        color: #000;
    }
    .shop_header_list li{
        text-transform: uppercase;
       padding:0 15px;
       line-height: 16px;
       border-right: 2px solid #000;
    }
    .shop_header_list li:last-child{
        border-right: none;
      
    }
     .similar_product_box .img-holder {
        height: 350px;
        background:#fff;
    }
     .similar_product_box .img-holder img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .left_side_shop_menu .nav-tabs{
        border-bottom: none;
    }





    @media (max-width:1040px){
        .nav-primary ul li {
            margin-right: 37px;
        }
    }

    @media (max-width:991px){
        .nav-primary ul li {
            margin-right: 17px;
        }
        .rent_now a {
            padding: 10px 19px; 
        }
        .logo {
            width: 121px;
        }
        .how_we_work{
            padding:0 0   50px 0;
        }
        .review_area {
            padding-top: 300px;
        }
    }

    @media (max-width:767px){
        .nav-primary ul{
            display: none;
            position: absolute;
            width: 70%;
            right: 0;
            top: 80px;
            background: #d7b067;
            padding: 10px 15px;
        }
        .nav-primary ul li{
            display: block;
        }
        .mobile_toggle_btn{
            display: block;
            position: relative;
        }
       
        .banner_text h2 {
            font-size: 30px;
        }
        .banner .banner_col, .slider_img {
            height: 400px;
            position: relative;
        }
        .banner_text{
            top: 30%;
        }
        .banner_text p {
            max-width: 300px;
        
        }
        .about_us{
            border-top: none;
        }
        h1,.banner_text h1{
            font-size: 30px;
            margin-bottom: 30px;
            line-height:35px ;
            color: #fff;
        }
        
        .about_right_sec {
            padding: 50px 10px;    
        }
        .about_right_sec marquee{
            width: 70%;
        }
        .delivery_content {
            padding: 50px 10px;
            
        }
        .work_box {
            padding: 81px 10px;
            margin-bottom: 30px;
        }
        .work_box1:after {
            font-size: 27px;
            right: 7%;
            top: 22%;
            width: 41px;
            height: 40px;
        }
        .footer_col h4 {
            margin-bottom: 30px;
            font-size: 30px;
            margin-top: 25px;
        }
        footer {
            padding: 77px 0 0px 0;
        }
        .about_us .left_img{
            width: 100%;
        }
        .banner .slick-dots {
            right: 50px;
        }
        .top_right {
            height: auto;
        }
        .similar_product_box .img-holder {
            height: auto;
        }
        .left_side_shop_menu{
            margin-bottom: 40px;
        }
        .left_side_shop_menu .nav {
            margin: 16px 0;
        }
        .left_side_shop_menu {
            padding: 20px 10px 4px 10px;
        }
        .review_area {
            padding-top: 50px;
        }
        .review_area .img_holder{
            margin-bottom: 15px;
        }
        .review_area .tab-content{
            padding-top: 50px;
        }
        .similar_product_box {
            
            margin-bottom: 30px;
        }
        .products_details_sec{
            padding: 50px 0 20px 0; 
        }
        .logo {
                width:115px;
        }
        .rent_now a {
                padding: 10px 4px;
                font-size: 10px;
        }
    }
    
    
     @media (max-width:450px){
         .logo {
                width: 95px;
            }
     }  
    
    
    
    
    
    
    
    
.popup_when_page_load {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
}

#modalOverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    width: 100%;
    transform: translate(-50%, -50%);
}

.popup_when_page_load .modalPopup {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #92210f;
    width: 36%;
    padding: 50px 20px;
    -webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
}
.popup_when_page_load .headerBar {
    text-align: center;
}
.heading {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
}
.heading a{
    display:inline-block;
     color: #fff;
}
.popup_when_page_load form input[type="text"] {
    width: 100%;
    border: 1px solid #fff;
    height: 45px;
    padding: 0 10px;
    color: #000;
    outline: none;
    margin-bottom: 15px;
    border-radius: 5px;
}
.popup_when_page_load #button {
    position: absolute;
    right: -10px;
    top: -10px;
    height: 25px;
    width: 25px;
    background: #fff;
    color: #92210f;
    border-radius: 50%;
    border: transparent;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.popup_when_page_load form input[type="submit"] {
    width: auto;
    display: table;
    border: 1px solid #fff;
    height: 45px;
    padding: 10px 30px;
    border-radius: 5px;
    background: #fff;
    color: #92210f;
    outline: none;
    margin: 0 auto;
}
.popup_when_page_load form input[type="email"] {
    width: 100%;
    border: 1px solid #fff;
    height: 45px;
    padding: 0 10px;
    color: #000;
    outline: none;
    margin-bottom: 15px;
    border-radius: 5px;
}
.callnonw{
    position:fixed;
    left:20px;
    bottom:20px;
    padding:10px;
   
     border-radius:5px;
}
.whatsaap img{
    width:100px;
}
.callnonw img{
    width:70px;
}
.whatsaap{
    position:fixed;
    right:20px;
    bottom:20px;
     padding:10px;
     border-radius:5px;
    
}
.callnonw a{
    color:#fff;
    display:inline-block;
}
.callnonw .fa{
    margin-right:10px;
}
.whatsaap .fa,.callnonw .fa{
    color:#fff;
    font-size:20px;
}
@media (max-width:767px){
    .popup_when_page_load .modalPopup{
        width:80%;
    }
}