
@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
.for10{
    font-family: 'Saira Condensed';
    font-size: 21px !important;
    font-weight: 700 !important;
    margin-top: 0px !important;
    margin-bottom: -5px !important;
}
.tel10{
    margin-top: 10px !important;
    font-family: 'Figtree' !important;
    font-size: 18px !important;
    margin-bottom: 10px;
}
.tel10:hover{

    text-decoration:none !important;
}
.bg-right-box{
  /*background: #f2f2f2;*/
  /* padding: 0px 10px;*/
  padding: 24px 24px 32px;
    background: rgb(239, 239, 239);
    border-bottom: none !important;
    margin-top:0px;
}
@media only screen and (max-width:768px){
  .bg-right-box{
  background: #f2f2f2;
   padding: 5px 40px;
}
}

.row.f1{
    width:25% !important;
}

@media screen and (min-width:300px) and (max-width:1200px) {
.row.f1{
    width:100% !important;
}}


