.display-none{
     display:none !important;
}
 .desc-text{
     margin:10px 5%;
     font-size:15px;
}
 .main_heading{
     margin-left:18px;
     font-size:18px;
     font-weight:normal 
}
 ul.send-money-tiles a{
     text-decoration:none;
}
 .sub_heading > ol {
     padding-left: 14px;
}
 .sub_heading > ol > li {
     padding-left: 10px;
     line-height: 1.5;
}
 .inner-tile{
     border:1px solid #ccc;
     display:table-cell;
     vertical-align:middle;
     background-color:white;
}
 .tabs-heading-img{
     background-color: #00b9de;
     border-radius: 100%;
     display: inline-block;
     color: #fff;
     vertical-align:sub;
     padding:8px;
}
 .arrow-container, .tile-arrow {
     cursor: pointer;
}
 .arrow-container .glyphicon{
     vertical-align:middle;
     color:#368ABB;
}
.triangle-expand {
     border-width:7px 7px 0 7px;
     border-color:#368abb transparent transparent transparent;
     border-style:solid;
     display:inline-block;
     margin-top:11px;
}
 .tile-view1.outer-tile{
     text-align:center;
     color:#fff;
}
 .main-head-container, .inner-tile1{
     position:relative;
}
 .clear{
     clear:both;
}
 @media (min-width: 991px) {
.send-money-component{
         padding: 0px 10%;
    }
}
 @media (min-width: 768px) {
    /* tablet and desktop */
     .tabs-container {
         margin: 5px 10%;
    }
     .width-15 {
         width:15%;
    }
     .outer-tile{
         background-color:#00b9de 
    }
     .send-money-component{
         padding: 0px 10%;
    }
     ul.send-money-tiles li{
         list-style:none;
    }
     ul.send-money-tiles > li{
         text-align:center;
         padding-right:1px;
         padding-left:0px;
         margin-bottom:15px;
    }
     ul.send-money-tiles {
         margin-bottom:0px;
         display:flex;
         justify-content: center;
    }
     .inner-tile{
         height:152px;
         padding:15px;
    }
     .tile-view1{
         line-height: 35px;
    }
     .arrow-container{
         border: 1px solid;
         border-radius: 100%;
         width: 30px;
         height: 30px;
         text-align: center;
         position:absolute;
         right:16px;
         top:30%;
         color:#999;
    }
     .tile-view1.outer-tile{
         padding:6px;
         display:block;
    }
     .active-tile .tile-view1.outer-tile {
         color: #00b9de;
    }
     .active-tile .outer-tile{
         background-color:white;
         border:1px solid #00b9de;
    }
     .active-tile .bottom-pointed{
         width: 10px;
         height: 10px;
         background: white;
         border-right: 1px solid #00b9de;
         border-bottom: 1px solid #00b9de;
         transform: rotate(45deg);
         position: absolute;
         bottom: -5px;
         left: calc(50% - 5px);
    }
     .tabs-heading{
         padding: 10px 10px 5px 10px;
    }
     .tabs-heading-img{
         text-align: center;
         font-size: 36px;
         width: 56px;
         height: 56px;
    }
     .sub_heading{
         padding:0 88px;
    }
     .tile-view1.outer-tile{
         font-size:32px;
    }
     .arrow-container .glyphicon{
         line-height:2.2;
    }
	 .main_heading {
    	  display: inline-block;
	}
}
 @media only screen and (max-width: 767px) {
    /* mobile */
     .outer-tile{
         background-color: #368ABB;
    }
     .tab > div{
         padding: 10px;
         border-bottom: 2px solid #DDE1E6;
         margin: 0px 10px;
    }
     div.tab div:last-child{
         border-bottom: none;
    }
     .tab : last-child{
         border-bottom: none;
    }
     .tabs-container {
         background-color:#f3faff;
         margin:-5px 0 5px 0;
    }
     .tile-view1{
         line-height: 35px;
         display:inline-block;
         font-size: 18px;
    }
     .outer-tile{
         float:left;
         margin-right:15px;
         width: 40px;
         height: 40px;
         border-radius: 100%;
    }
     .main_heading{
         margin-left:15px;
         margin-right:15px;
         font-size:15px;
         font-weight:normal 
    }
     .tabs-heading {
         display:flex;
         align-items: center;
    }
     ul.send-money-tiles > li{
         background: white;
         padding: 15px;
         margin-bottom: 5px;
         border-radius: 2px;
    }
     .arrow-container{
         border:none;
         position:absolute;
         right:0px;
         top:30%;
    }
     .inner-tile1 .tile-arrow{
         position:absolute;
         right:0px;
         top:30%;
         color:#368ABB;
         width:inherit !important;
    }
     .tabs-heading-img{
         width: 40px;
         height: 40px;
         font-size:25px;
    }
     .sub_heading{
         padding:10px 30px 10px 60px;
    }
     .tile-view1.outer-tile{
         font-size:25px;
         padding: 3px;
    }
}
