@media (min-width:1200px){
    section, footer{
        padding: 60px 0px;
    }
}
@media (min-width:767px) and (max-width:1199px){
    section, footer{
        padding: 40px 0px;
    }
}
@media(max-width:767px){
    section, footer{
        padding: 40px 0px;
    }
}
.fs-9-px{font-size: 9px !important;}
.fs-10-px{font-size: 10px !important;}
.fs-11-px{font-size: 11px !important;}
.fs-12-px{font-size: 12px !important;}
.fs-13-px{font-size: 13px !important;}
.fs-14-px{font-size: 14px !important;}
.fs-15-px{font-size: 15px !important;}
.fs-16-px{font-size: 16px !important;}
.fs-17-px{font-size: 17px !important;}
.fs-18-px{font-size: 18px !important;}
.fs-19-px{font-size: 19px !important;}
.fs-20-px{font-size: 20px !important;}
.fs-21-px{font-size: 21px !important;}
.fs-22-px{font-size: 22px !important;}
.fs-23-px{font-size: 23px !important;}
.truncate-1,.truncate-2,.truncate-3,.truncate-4,.truncate-5 {
  overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical}
.truncate-1 {
  -webkit-line-clamp: 1;}
.truncate-2 {
  -webkit-line-clamp: 2;}
.truncate-3 {
  -webkit-line-clamp: 3;}
.truncate-4 {
  -webkit-line-clamp: 4;}
.truncate-5 {
  -webkit-line-clamp: 5;}
.rounded-5-px{border-radius: 5px;}
.rounded-10-px{border-radius: 10px;}
.rounded-12-px{border-radius: 12px;}
.rounded-15-px{border-radius: 15px;}
.rounded-20-px{ border-radius: 20px;}
.fw-400{font-weight: 400;}
.fw-500{font-weight: 500;}
.fw-600{font-weight: 600;}
.fw-700{font-weight: 700;}
.primary_url{
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;}
.h-10-px{height: 10px;}
.h-15-px{height: 15px;}
.h-20-px{height: 20px;}
.h-25-px{height: 25px;}
.h-30-px{height: 30px;}
.m-t-100{margin-top: 100px;}
.text-l-mute{ color: #3f3e3e;}
.text-justify{
    text-align: justify !important;}
p{
    text-align: justify !important;}
