    /* COMMON */
    body,h1,h2,h3,h4,h5,h6,td,li,a,button{
        font-family: 'Nunito', sans-serif;
    }
    a{
        text-decoration: none!important;
    }
    .clear-both {
        clear: both;
    }
    .set0{
        margin : 0;
        padding : 0;
    }
    .dis0 {
        display: none;
    }
    .main-title .light{
        color: #fff;
    }
    .no-before{
        font-weight: bold;
        color: #EC5408;
        margin-bottom: 0px!important;
    }
    .no-before::before{
        display: none;
    }
    h3.title {
        position: relative;
        font-size: 18px;
        text-transform: uppercase;
    }
    table{
        font-size: 14px;
    }
    ul, li {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }    
    .btn{
        border: none;
    }
    .btn-phone{
        background: transparent;
        border: 1px solid #fff;
        padding: 0 15px;
        padding-left: 30px;
        margin: 0;
        line-height: 20px!important;
        height: auto!important;
        position: relative;
        font-size: 14px!important;
        border-radius: 20px;
        padding-top: 0;
        font-weight: bold;
        color: #fff!important;
        margin-top: 25px;
    }
    .bg-scroll .btn-phone{
        border-color : #333;
        color: #333!important;
    }
    .btn-phone span {
        background: transparent;
        position: absolute;
        left: 26px;
        top: -10px!important;
        font-size: 8px;
        text-transform: uppercase;
        top: 0;
        padding: 0 6px;
        line-height: 10px;
    }
    .btn-phone .fa {
        position: absolute;
        left: 9px;
        font-size: 26px;
        top: -8px;
        background: transparent;
        padding-left: 6px;
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }
    .banner-section {
        margin-top: 70px;
    }
    @media(min-width: 768px) and (max-width: 991px) {
        .breadcrumbs {
            margin-top: -18px;
            padding: 0 15px;
        }
    }
    @media(max-width: 991px) {
        .banner-section {
            margin-top: 50px!important;
        }
    }
    .img-border {
        border : 2px solid #FCC223;
    }
    .bg-scroll .btn-phone span,
    .bg-scroll .btn-phone .fa{
        background: #fff;
    }
    .btn-filter{
        position: fixed;
        bottom : 0;
        width: 100%;
        background: #EC5408;
        border-radius: 0;
        color: #fff;
        cursor: pointer;
        border: none;
        z-index: 999;
        padding : 10px;
        text-transform: uppercase;
    }
    #filterModal .modal-dialog{
        width: 100%;
    }
    #filterModal .modal-content{
        border-radius: 0;
        margin : 20px auto;
        padding : 10px 20px 0;
    } 
    .fullwidth-row.fixed {
        background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-image: url(../../images/trichy-360-view-bg.jpg);
        padding : 50px 8.8%;
    }
    .white-box {
        padding: 50px 30px;
        background: rgba(255, 255, 255, .85);
    }
    .white-box .title-new{
        font-weight: bold;
        margin : 10px 0 15px;
        font-size: 22px;
    }
    #services .overlay{
        padding : 50px 0;
    }
    #services{
        color : #fff;
    }
    .flex-form{
        margin-bottom: 30px;
    }
    .flex-form .form-control{
        border : none;
    }
    .flex-form button{
        background: #EA510A;
        width: 150px;
        border-radius: 0;
        color: #fff;
    }
    #info{
        padding : 30px 0 20px;
    }
    .contactSuccessForm {
        padding: 30px;
    }
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-box-shadow : 0 0 0 30px white inset!important;
    }
    /* INNER PAGES */
    section.split{
        height: 70px;
    }
    .visible-sm,.visible-xs{
        display: none;
    }
    section.breadcrumbs{
        background: url(../../images/parallax-bg.jpg);
        background-size: cover;
        background-position: center center;
        position: relative;
        margin-bottom: 0;
    }
    section.breadcrumbs::before{
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .85);
    }
    .breadcrumb {
        background: transparent;
        border: none;
        padding: 10px 0;
        margin-bottom: 0;
    }
    .breadcrumb li {
        margin-right: 10px;
        color: #EBA161;
    }
    .breadcrumb li.divider,
    .breadcrumb li a {
        color: #ddd;
    }

     /** BLOG PAGE **/
    .grid-blog-wrapper{
      display: grid;
      grid-template-columns : 1fr;
      grid-gap : 40px;
    }

    .grid-blog-holder{
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap : 20px;
    }
    .grid-blog-wrapper.blog .grid-blog-holder,
    .grid-blog-holder.grid2{
      grid-template-columns: 1fr 1fr;      
    }
    .grid-blog-holder.full{
      grid-template-columns: 1fr;
    }
    .grid-blog-holder.full{
      grid-template-columns: 1fr;
    }
    .grid-blog-holder .blog-box{
      background: #fff;
      border : 1px solid #eee;
    }
    .grid-blog-holder .blog-img-wrap{
      --height : 240px;
      height: var(--height);
      object-fit: cover;
      border-radius: 4px 4px 0 0;
      overflow: hidden;
    }
    .grid-blog-holder .blog-img-wrap img{
      height: var(--height);
      width: 100%;
      transition: .4s ease-in-out;
    }
    .grid-blog-holder.full .blog-img-wrap img{
      height: auto;
      width: 100%;
    }
    .grid-blog-holder .blog-box:hover img{
      transform: scale(1.1);
    } 
    .grid-blog-holder .blog-content-wrap{
      padding: 20px;
      color: #666;
    }
    .grid-blog-holder .blog-content-wrap h4{
      position: relative;
      margin: 0;
      margin-bottom: 10px;
      line-height: 20px;
      font-weight: bold;
      letter-spacing: .1px;
      border-bottom: 1px solid #f5f5f5; 
      font-size: 18px;
    }
    .grid-blog-holder .blog-content-wrap h4,
    .grid-blog-holder .blog-content-wrap p.detail{
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp : 2;
      text-overflow: ellipsis;
      overflow: hidden;
    }
    .grid-blog-holder .blog-content-wrap h4{
      -webkit-line-clamp : 1;
    }
    p.designation{
      color:  #999;
    }
    p.read-more{
      position: relative;
      margin-top: 20px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #444;
      font-weight: bold;
      transition: .5s ease;
    }
    .grid-blog-holder .blog-content-wrap:hover p.read-more{
      color: #EC5408;
    }
    p.read-more i{
      margin-left: 10px;
      margin-top: 6px;
    }

    /** PROPERTY DEATIL */
    .contact-close{
        position: absolute;
        right: -27px;
        top: -20px;
        font-size: 30px;
        opacity: 1;
    }
    nav .container{
        width: 100%!important;
        max-width: none;
    }
    .row-product-grid.detail{
        grid-template-columns : 3fr 1.2fr;
    } 
    .row-product-grid.detail > .col-sm-12{
        padding : 0;
    }
    .row-product-grid.detail .product-holder{
        background: #fff;
        padding: 15px 0px 15px 0px;
        margin-bottom: 30px;
    }
    #propertyCarousel .carousel-item img{
        width: 100%;
    }
    .property-owner{
        padding: 20px;
    } 
    .property-owner img {
        margin-bottom: 10px;
    }
    ul.contact li{
        margin: 10px 0 0px;
        color: #888;
    }
    .property-owner p{
        margin:10px 0;
        line-height: 24px;
        display: -webkit-box;
        -webkit-box-orient : vertical;
        -webkit-line-clamp : 3;
        text-overflow: ellipsis;
        overflow: hidden; 
    }
    p.date{
        margin-bottom: 10px;
    }
    p.date span{
        margin-left: 10px;
        display: inline-block;
    }
    p.date span,
    p.date span .fa{
        color: #EC5408;
    }
    .property-info p{
        line-height: 24px;
        margin: 20px 0 10px;
    }
    /*.property-details .holder{
        display: grid;
        grid-template-columns : 1fr 1fr;
        grid-gap : 20px;
    }*/
    .property-details .holder table{
        border: 1px solid #f5f5f5;
        margin-bottom: 0;
    }
    .property-details .holder table tr td{
        padding: 15px 10px;
        color: #777;
        border: none;
    }
    .property-details .holder table tr td:first-child{
        color: #888;
        font-weight: bold;
    }
    .detail-left,
    .detail-right{
        padding: 20px 0;
    }
    .property-details .holder table tr td .fa-check{
        color: #EC5408;
    }
    .property-details .holder table tr td .fa-close{
        color : #D90514;
    }
    .contact-box{
        margin: 20px 0;
    }
    
    /** PRODUCT GRID PAGE **/
    .container.product-grid{
        padding: 15px 0;
        width: 92%;
    }
    .row-product-grid{
        display: grid;
        grid-template-columns : 1.2fr 3fr;
        grid-gap: 20px;
    }
    .product-filter,.recent-property{
        background: #fff;
        /* border: 1px solid #eee; */
        padding: 20px;
        margin-bottom: 20px;
    }
    h3.title{
        position: relative;
        font-size: 16px;
        text-transform: uppercase;
        margin : 0 0;
    }
    h3.title::before{
        position: absolute;
        content: '';
        left: 0;
        bottom: -3px;
        background: #EC5408;
        width: 70px;
        height: 1px;
    }
    .recent-box{
        display: grid;
        grid-template-columns: .9fr 2fr;
        grid-gap:  15px;
        padding: 15px 0 0;
        border-bottom: 1px solid #eee;
    }
    .recent-box:last-child{
        border: none;
    }
    .recent-box .img-wrap img{
        width: 100%;
        height: 55px;
        object-fit: cover;
        border-radius: 4px;
    }
    .recent-box .content-wrap h4,
    .recent-box .content-wrap h5{
        margin: 0;
        display: -webkit-box;
        -webkit-box-orient : vertical;
        -webkit-line-clamp : 1;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #000;
        font-size: 16px;
    }
    .recent-box .content-wrap h5{
        font-size: 14px;
        margin-top : 5px;
        color: #777;
    }
    .recent-box .content-wrap p{
        display: -webkit-box;
        -webkit-box-orient : vertical;
        -webkit-line-clamp : 2;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-top: 5px;
        font-size: 13px;
        color: #333;
    }
    .recent-box .content-wrap h5 span{
        color: #666;
        font-size : 13px;
        font-weight: normal;
    }
    .more-features-wrapper{
        display: none;
    }
    .more-features-wrapper.activate{
        display: block;
    }
    ul.categories{
        margin : 20px 0;
    }
    ul.categories li a{
        display: block;
        padding: 8px 0;
        color: #444;
        position: relative;
        padding-left: 20px;
    }
    ul.categories li a::before{
        position: absolute;
        content: '\f105';
        left: 0;
        top: 8px;
        font-family: 'FontAwesome';
        color: #EC5408;
    }
    .filter-holder{
        background: #fff;
        border: 1px solid #eee;
        padding: 10px 20px;        
    }
    .filter-holder span.text{
        text-transform: uppercase;
        font-weight: bold; 
        border-right: 1px solid #ddd;
        padding-right: 15px;
    }
    .filter-control{
        border: none;
        outline: none;
        font-weight: bold;
        padding: 4px 12px;
        color: #444;
        cursor: pointer;
    }
    .filter-control a{
        box-shadow: none!important;
        color: #555;
    }
    .filter-control a span.sort-by{
        font-size: 12px;
        font-weight: normal;
        padding-right: 8px;
        position: absolute;
        left: -35px;
        top: 6px;
    }
    .dropdown-menu.filters{
        box-shadow: none;
        margin-top: 10px;
        border-color: #eee;
        width: 200px;
        left : 10px;
    }
    .dropdown-menu.filters:after {
        content: '';
        display: block;
        position: absolute;
        top: -6px;
        left: 30px;
        width: 10px;
        height: 10px;
        background: #FFF;
        border-top: 1px solid #eee;
        border-right: 1px solid #eee;
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    .dropdown-menu.filters li a{
        display: block;
        padding: 8px 2px!important;
        font-weight: normal;
        color: #666;   
    }

    /* ABOUT PAGE */
    section.about-content{
        background: #E3DFDB!important;
        padding : 40px 0;
    }
    .title-area h3 span{
        text-transform: uppercase;
        font-size: 20px;
        font-weight: bold;
        border-bottom: 2px solid #333;
    }
    p.spl{
        margin : 20px 0;
        font-size: 16px;
        text-align: center;
    }
    .grid-box{
        display: grid;
        grid-template-columns : 1.8fr 1fr;
        grid-gap : 25px;
        margin-bottom : 25px;
    }
    .grid-box.reverse{
        grid-template-columns : 1fr 1.8fr;        
    }
    .grid-box > div{
        background: #fff;
    }
    .grid-box .projectBox,
    .grid-box .projectBox img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .grid-box > div.gb-content p{
        padding : 50px;
        font-size: 15px;
        line-height: 25px;
    }
    .about-content-2,
    .about-content-3{
        padding : 40px 0;
    }
    .about-content-3{
        background: #fff;
    }
    .grid-box-vision{
        display: grid;
        grid-template-columns : 1fr 1fr;
        margin-bottom : 25px;
        border : 1px solid #eee;
    }
    .grid-box-vision > div{
        background: #fff;
        padding : 30px 10px;
    }

    /* PROJECT DETAIL PAGE */
        .project-box{
            background: #fff;
            padding : 20px;
            border : 1px solid #eee;
            margin : 3px 0;
        }
        .project-img-wrap{
            margin-bottom : 10px;
        }
        .project-content-wrap h4{
            font-weight: bold;
            margin-bottom: 10px;
        }
        .project-content-wrap p{
            margin-bottom: 10px;
        }

     /* ENQUIRY PAGE */
        section.enquiry{
            background-image : url(../../images/bg-pattern.jpg);
            background-size: 300px;
            background-repeat: repeat;
            padding : 50px; 
            position: relative;
        }
        section.enquiry::before{
            content : '';
            position: absolute;
            left : 0;
            top : 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, .85);
        }
        .enquiry-box{
            display: grid;
            grid-template-columns : 1fr 1fr; 
            width: 80%;
            margin : 0 auto;
            background: #fff;
            border : 1px solid #eee;
            z-index: 10;
        }
        .enquiry-box > div{
            padding : 50px;
            color: #fff;
        }
        .enquiry-box > div:nth-child(2){
            background: #222;
            padding : 40px 40px 0px;
        }
        .enq-logo{
            width : 100%;
            height: 100%;
            object-fit: cover;            
        }
        .enquiry-box > div h4{
            text-transform: uppercase;
            margin-bottom : 15px;
            font-size: 20px;
        }
        .form-box{
            background: #fff;
            color: #222;
        }
        .form-box .form-control{
            border : none;
            border-radius: 0;
            border-bottom : 1px dashed #888;
            padding-left : 0;
            margin-bottom : 15px;
            height: 45px;
            resize: none;
        }
        .form-box textarea.form-control{
            height: 70px;
        }
        .btn-send{
            background: #E9520E;
            color: #fff;
            border : none;
            text-transform: uppercase;
            height: 40px;
        }
        .btn-send:hover{
            background: #222;
        }

        /* SUCCESS PAGE */
        .img-success{
            width: 120px;
            height: 120px;
            border-radius: 120px;
            margin : 30px 0;
        }

     /* CONTACT US PAGE */   
        section.map{
            padding : 0;
        }
        @media(min-width : 767px){
            .row-flex{
                display: grid;
                grid-template-columns : 1fr 1fr;
            }
        }
        .row-flex > div.map > iframe{
            width: 100%;
            height: 100%;
        }
        .row-flex > div.address{
            background: #EC5408;
            padding : 100px 30px;
            display: flex;
        }
        .row-flex > div.address > .centerMe{
            margin : auto;
            color: #fff;
        }
        .centerMe h3{
            font-size: 26px;
            font-weight: bold;
            margin : 10px 0;
        }
        .row-flex > div.address > p{
            font-size: 16px;
        }
        ul.social li{
            display: inline-block;
        }
        ul.social li a{
            display: inline-block;
            width: 45px;
            height: 45px;
            border-radius: 45px;
            line-height: 48px;
            background: #222;
            text-align: center;
            color: #EC5408;
            font-size: 20px;
        }
        ul.social li a:hover{
            background: #ddd;
            color: #222;
        }

        section.leave-us{
            padding: 50px 0;
        }
        .title-area{
            text-align: center
        }
        .title-area h2{
            font-size: 26px;
            font-weight: bold;
        }
        .title-area h2 span{
            color: #EC5408;
        }
        .wrap-form{
            margin : 30px 0;
            padding : 40px;
            background: #fff;
        }
        .contact-form-area{
            max-width: 500px;
            margin: 0 auto;
        }
        .contact-form-area label{
            color: #666;
        }
        .contact-form-area .form-control{
            margin-bottom: 10px;
            height: 40px;
            outline: none;
        }
        .contact-form-area textarea.form-control{
            height: 205px;
            resize: none;
        }
        .send-area{
            padding : 40px 0 0;
        }
        .send-area button{
            text-transform: uppercase;
            background: #EC5408;
            color: #fff;
            padding : 10px 25px;
        }
        .box-gardens{
            background: #fff;
            padding : 0 0 0;
            margin-bottom: 15px;
        }
        .box-gardens .form-control{
            margin-bottom : 15px;
        }
        .table-striped tbody tr:nth-of-type(odd){
            background : #F6F7F9;
        }
        .property-video{
            width: 100%;
            height: 400px;
            margin  : 15px 0 25px;
        }
        .img-views{
            margin : 20px 0;
            border: 1px solid #eee;
        }
        .gridView {
            display: grid;
        }
        .gridView-md-6 {
            grid-template-columns : repeat(6, 1fr);
            grid-gap : 20px;
            padding: 15px;
        }
        .wrap-schedule{
            padding : 20px 0;
            display: grid;
            grid-template-columns : 1fr 1fr 1fr;
        }
        .schedule-box label{
            color: #999;
        }
        .schedule-box .form-control{
            background: #FAFAFA;
            border : 1px solid #eee; 
            margin-bottom: 10px;
        }
        .schedule-box textarea{
            height: 120px;
            resize: none;
        }
        .send-message{
            padding : 0 0 10px;
        }
        .send-message .btn{
            background: #EC5408;
            color: #fff;
            text-transform: uppercase;
            padding : 10px 20px;
            font-size: 14px;
        }
        .send-message .btn.btn-whatsapp {
            background: #1AB60C;
        }
        .send-message .btn:hover{
            background: #333;
        }
        #xsProject{
            display: none;
        }
        .a-title.drop{
            padding: 0;
        }
        .a-title label{
            display: block;
            margin-bottom: 0;
            cursor: pointer;
            padding : 15px 15px;
        }
        .wrap-dropmenu{
            background: #f5f5f5;
        }
        #xsProject:checked ~ .wrap-dropmenu{
            display: block;
        }
        .wrap-dropmenu h5{
            padding : 10px;
            color: #EA510A;
            font-size: 16px;
        }
        .wrap-dropmenu a{
            padding : 12px 10px;
            font-size: 14px;
            text-transform: none;
            border-bottom : 1px dashed #ddd;
        }
    /* MEDIA QUREY */
    @media(min-width : 210px) and (max-width : 767px){
        .banner-section { 
            margin-top: 50px;
        }
        .enquiry-box{
            display: block;
            width: 100%;
            margin : 0;
        }
        .grid-box,.grid-box-vision,.grid-box.reverse{
            display: block;
        }
        .gridView-xs-3 {
            grid-template-columns : repeat(3, 1fr);
        }
        section.split{
            height: 50px;
        }
        .mobile-menu .wrap-xs-menu{
            max-width: none!important;
        }
        .swiper-container,.swiper-wrapper{
            height: 300px;
        }
        .swiper-slide header{
            
        }
        .contact-form-area{
            grid-template-columns : 1fr;
        }
      .grid-blog-wrapper{
        padding: 20px;
      }
      .number-wrapper{
        text-align: center;
        grid-template-columns: 1fr;
      }
      .number-wrapper .number-box::before{
        display: none;
      }
      .grid-blog-holder,.row-reality-type,.row-reality{
        grid-template-columns: 1fr!important;
      }
      .row-reality-type img{
        width: 100%;
      }
      .box-reality{
        margin-top: 0;
        margin-bottom: 0;
      }
      .footer-top{
        display: none;
      }
      .footer-middle{
        padding: 15px 30px;
      }
      .row-product-grid,.row-product-grid.detail,.property-details .holder{
        grid-template-columns : 1fr;
      }
      .filter-holder{
        font-size: 11px;
      }
      .filter-holder span.text,
      .filter-holder span.sort-by{
        display: none;
      }
      .hidden-xs{
          display: none;
      }
      .visible-xs{
          display: block!important;
      }
      .row-flex > div.map,
      .row-flex > div.map > iframe{
          height: 300px;
          width: 100%;
      }
      .row-flex > div.address{
          width: 100%;
          padding : 40px;
      }
    }

    @media(min-width : 768px) and (max-width : 991px){
        .enquiry-box{
            width : 100%;
            margin : 0;
        }
        .container{
            width: 98%;
            max-width : 98%;
        }
        .visible-sm{
          display: block!important;
        }
        .hidden-sm{
            display: none;
        }
        .swiper-slide{
            height: 450px;
        }
      /*.xs-set-top,.breadcrumb{
        margin-top: 50px!important;
      }*/
      .footer-box-wrapper{
        grid-template-columns: 1fr 1fr;
      }
      .carousel-caption{
        position: relative;
        background: #EC5408;
        width: 100%;
        left: 0;
        top: 0;
        padding: 30px 15px;
      }
      .browse-box-wrap{
        padding: 20px;
      }
      .browse-box{
        margin-bottom: 40px;
      }
      .browse-box .icon-wrap{
        background: transparent;
      }
      .row-reality{
        grid-template-columns : 1fr 1fr;
      }
      .row-reality .box-reality{
        margin: 0;
      }
      .row-reality .box-reality:last-child{
        grid-column : 1 / span 2;
      }
      .number-wrapper{
        padding: 10px;
      }
      .number-wrapper h2{
        font-size: 40px;
      }
      .row-product-grid,.row-product-grid.detail{
        grid-template-columns : 1fr;
      }
    }


    /** MOBILE MENU **/  
  /* NAVBAR */
    .navbar-fixed-top{
      background: #fff;
      border-bottom: 1px solid #ddd;
      position: fixed;
      width: 100%;
      z-index: 999;
    }
    .navbar-fixed-top .logo-xs{
        width: 125px;
        margin-top : 4px;
      padding: 2px;
    }
    .btn-xs-top{
      border: none;
      font-size : 24px;
      padding: 8px 15px;
      background: transparent;
      outline: none;
      color: #333;
      cursor: pointer;
      outline: none;
    }
    
    .logo-xs{
        padding : 10px;
    }
    .logo-xs img{
        width: 160px;
    }
    .mobile-menu{
        position: fixed;
        width: 0;
        height: 100%;
        z-index: 1050;
        left: 0;
        top : 0;
        background: rgba(0,0,0,.4);
        overflow: hidden!important; 
        min-height: 100vh;
    }
    .mobile-menu .wrap-xs-menu{
        width: 0;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        float: right;
        position: relative;
        min-height: 100vh;
        max-width: 320px;
    }
    .modal-header.bottom{
        background: #333;
        color: #eee;
        padding : 0;
        border-radius: 0;
    }
    .wrap-outer-xs{
        float: left;
        width: calc(100% - 320px);
        background: transparent;
        height: 100%;
    }
    .mobile-menu.trigger{
        width: 100%;
    }
    .mobile-menu.trigger .wrap-xs-menu{
        width: 100%;
        right: 0;
        height: 100%;
        background: #fff;
        overflow-y:auto!important;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .back{
        cursor: pointer;
        font-size: 14px;
        padding : 10px 20px;
        text-align: center;
        width : 100%;
        text-transform: uppercase;
    }
    .a-title{
        display: block;
        padding : 15px 15px;
        color: #333;
        text-transform: none;
        border-bottom: 1px solid #eee;
        font-size: 14px;
    }
    .btn-fixed-whatsapp {
        position: fixed;
        right: 10px;
        bottom: 50px;
        width: 45px;
        height: 45px;
        border-radius: 45px;
        line-height: 47px;
        font-size: 22px;
        background: #1AB60C;
        color: #fff;
        text-align: center;
    }

    /* TERMS AND CONDITIONS PAGE */
  ul {
    list-style: none;
  }
  .small-print-block {
    max-width: 960px;
    margin: 40px auto;
  }
  ul.terms {
    list-style-type: none;
  }
  ul.terms > ul {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  ul.terms.privacy > li > ul > li {
    margin-bottom: 25px  
  }
  ul.terms li {
    position: relative;
    font-size: 15px;
    padding-left: 30px;
    margin-bottom: 15px;
  }
  ul.terms > li {
    background: #eee;
    padding: 25px;
  }
  ul.terms li span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
  }
  ul.terms li h4 {
    text-transform: uppercase;
    color: #715675;
    font-weight: bold;
    font-size: 16px;
  }
  ul.terms li h4 span {
    display: none;
  }
  ul.terms li > ul >li ul li {
    padding-left: 40px;
  }
  ul.decorate li {
    position: relative;
    padding-left: 25px!important;
  }
  ul.decorate li::before {
    content: '\f105';
    font-family: 'FontAwesome';
    left: 10px;
    top: 0;
    position: absolute;
  }