/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/




.call-mob img {
    widtH: 20px;
   }
   .call-mob {
    z-index: 100;
    position: fixed;
    background: rgb(17,17,33);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    left: 15px;
    border: 1px solid #fff;
    bottom: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
   }

   .btn-icon-pos-right .wd-btn-icon {
    margin-left: 8px;
   }

   .section-title h3{
    margin-bottom: 0px !important;
    font-size: 18px;
   }
   @media (min-width: 1025px) {
    .call-mob {
        display: none;
        pointer-events: none;
    }
   }