a.bold-orange-txt
{
    font-size:30px;
    color: #D66300;
    font-weight: bold;
}
a.bld-orange-txt
{
    font-size:14px;
    color:#D66300;
    font-weight:bold;
}
.bold-red-txt
{
    font-size:22px;
    color:#ff2946;
    font-weight:bold;
}
a.content-header-txt
{
   font-size:18px;
   color:#D66300;
 font-family: Montserrat, Georgia, 'Times New Roman', Times, serif;
}



.content-header-bld-txt
{
font-size:14px;
color:#D66300;
font-weight: bold;
font-family: Montserrat, Georgia, 'Times New Roman', Times, serif;    
}
a.content-head-txt
{
font-size:12px;
color:#000;
}

.content-sub-header-bld-txt
{
font-size:12px;
color:#000;
font-weight: bold;
}

.content-sub-header-txt
{
font-size:12px;
color:#000;
}

a.content-sub-header-txt
{
font-size:12px;
color:#ffff;
font-weight: bold;
}

.bld-txt
{
    font-weight: bold;
}


.header-bld-txt
{
font-size:18px;
font-weight: bold;
}

.header-txt
{
font-size:18px;
}

.table-cl-txt
{
    font-size:12px;
}
.content-txt
{
    font-size:22px;
}

.table-content-txt
{
    font-size:15px;
    font-family: Montserrat, Georgia, 'Times New Roman', Times, serif;
}

.yellow-clr-content-txt
{
    font-size:24px;
    color:#FFBE43;
    font-weight: bold;
}

.yellow-clr-small-content-txt
{
    font-size:15px;
    color:#FFBE43;
    font-weight: bold;
}

a.green-link-content-txt
{
    font-size:14px;
    color:#16d39a;
}

.blueclr-content-txt
{
    font-size:24px;
    color:#2dcee3;
}

.small-content-txt
{
    font-size:18px;
}
.note-txt
{
    font-size:14px;
    font-weight:bold;
    font-family: Montserrat, Georgia, 'Times New Roman', Times, serif;
}

.note-green-txt
{
    font-size:20px;
    font-weight:bold;
    color: #1A7E00;
}

.note-subcontent-txt
{
    font-size:14px;
    font-family: Montserrat, Georgia, 'Times New Roman', Times, serif;
}

.note-content-txt
{
    font-size:16px;
    font-weight: bold;
}

.bg1-btn
{
    background-color:#FD8C24;
    color: #fff;
    font-weight: bold;
}

.bg2-btn
{
    background-color:#FFA306;
    color: #fff;
    font-weight: bold;
}
.bg3-btn
{
    background-color:#929292;
    color: #fff;
    font-weight: bold;
}

.bg4-btn
{
    background-color:#FDAA5E;
    color: #fff;
    font-weight: bold;
}

.bg5-btn
{
    background-color:#A6A29F;
    color: #fff;
    font-weight: bold;
}
.danger-txt
{
   color:#ff0000;
    font-size:16px;
}
a.orange-link-txt
{
    font-size:14px;
    color: #D66300;
}

a.orange-link-bld-txt
{
    font-size:14px;
    color: #D66300;
    font-weight: bold;
    font-family: Montserrat, Georgia, 'Times New Roman', Times, serif;
}
a.blue-link-txt
{
    font-size:14px;
    color:#274988 !important;
}
.head-txt
{
font-size: 24px;
}

a.link-bar-txt
{
    color: #000;
    font-size: 14px;
}
a.link-box
{
    background: #FFFFFF;
    padding: 0px 3px 0px 3px;
    border: 1px solid #A09F9F;
}
a.link-box:hover
{
    color: #000;
}
.small-danger-txt
{
    color: #FF0000;
    font-size:14px; 
}
a.orange-delete-txt
{
    font-size:12px;
    color: #D66300;
}
a.menu-link-txt
{
    color:#2d2020 !important;
}
.mrgn-right
{
    margin-right:55px;
}
.close-bg
{
    background-color:#fff;
    color:#000;
    font-size: 20px;
    font-weight: bold;
    float:right;
    margin-top:-25px;
    margin-left:-1px;
}
.bg-white
{
    background-color:#fff;
}
.sub-head-txt
{
    color:#D86200;
    font-size: 18px;
    font-weight: bold;
    font-family: Montserrat, Georgia, 'Times New Roman', Times, serif;
}
a.shipping-bg-txt
{
    color:#fff;
    background-color:#FF8C21;
    font-size: 16px;
    font-weight: bold; 
    padding:10px;
    border-radius:5px;
    font-family: Montserrat, Georgia, 'Times New Roman', Times, serif;
}
.brd
{
    border:1px;
    border-color:#ccc;
    border-style:solid;
}
.valignsection
{
    vertical-align:bottom;
}

.square {
  height:20px;
  width:20px;
  background-color:#FF8B24;
}
.green-big-txt
{
    color:#16703D;
    font-size:20px;
}
.box
{
padding:10px;
border:1px solid #ccc;
border-radius:5px;
cursor:pointer;
}
.pding-space
{
    padding: 9px!important;
}

.pding-space2
{
    padding: 9px!important;
}

.pding-space3
{
    padding:10px!important;
}
*{
    margin: 0;
    padding: 0;
}
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.header-title
{
    text-transform:capitalize !important;
    border-radius: 10px;
    font-size: 13px !important;
    font-weight:bold !important;
    color:#000 !important;

}
.header-title-sub-txt
{
    font-size: 13px;
}

.header-sub-title-txt
{
    font-size: 12px;
}

.header-title-box 
{
border: 3px solid #FF8C21;
margin: 5px;
border-radius: 10px;
}

.header-bg-box 
{
    background-color:#FF8C21;
}


.header-title-box2 
{
background-color: #fff;
border-radius: 10px;
}

.backgnd1
{
    background-color:#fff;
    border-radius:25px;
    padding: 0.7rem !important;
}
.backgndmrgn
{
    margin:5px;
}
.backgndmrgn2
{
    margin-top:-25px;
}
.head-sub-txt
{
    font-size: 28px;
    color: #000;
    font-weight: bold;
}

.head-prgh-txt
{
    font-size:15px;
    color: #000;
}
.call-record-txt
{
    color: #000;
    font-size: 12px;
    font-weight: bold;
}
.call-record-bold-txt
{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.dial-pad-large-txt
{
    color: #000;
    font-size: 28px;
    font-weight:bold;
}

.dial-pad-large-wht-txt
{
    color: #fff;
    font-size: 28px;
    font-weight:bold;
}

.dial-pad-alph-wht-txt
{
    color: #fff;
    font-size:12px;

}



.time-txt
{
    font-size: 14px;
    color: #fff;
}
.time-black-bld-txt
{
    color:#000;
    font-size: 12px;
    font-weight:bold;
}
.time-black-txt
{
    color:#1d1010;
    font-size: 12px;
}

.time-white-bld-txt
{
    color:#fff;
    font-size: 12px;
    font-weight:bold;
}
.time-whte-txt
{
    color:#ddd;
    font-size: 12px;
}



.time-orange-txt
{
    color:#000;
    font-size: 12px;
}
.sub-bar-bld-txt
{
    color:#FEFEFC;
    font-size: 16px;
    font-weight: bold;
}

.sub-bar-samll-bld-txt
{
    color:#000;
    font-size: 14px;
    font-weight: bold;
}

.bar-sub-txt
{
    color:#FEFEFC;
    font-size: 16px;
}
.mrgn-lyout
{
    margin-top: -35px;
    margin-left: -20px;
}

.notify-txt
{
    font-size: 18px;
    color:#FF8C21;
    font-weight: bold;
}

.caller-scrn-layout
{
    border-color: #FFFFF0;
    border-radius: 5px;
    
}











