body{
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    font-family: 'Mukta', sans-serif !important;
}
.canada-heding{
    color: #000;
    font-weight: bold !important; 
   width: fit-content;
   margin-left: auto;
   margin-right: auto;
   border-bottom: 3px solid #FFDB58;
   margin-bottom:100px !important;
}
.content{
    color: #000 !important;
    font-size: 20px;
}
.Advantages{
    margin-top: 100px !important;
    color: #000 !important;
    font-size: 30px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #FFDB58;
}
.box{
  border: 1px solid;
  border-radius: 20px;

}
.box:hover{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: none !important;
  padding: 5px;
}

.pop-up-heading{
  color: #000 !important; font-weight: bold !important; font-size: 25px !important;
  font-family: 'Lato', sans-serif;
  
  }
  .pop-input::placeholder{
  font-size: 15px !important;
  color: #000 !important;
  }
  select{
      font-size: 15px !important;
      color: #000 !important;   
      background-color: #ccc !important;
  }
  option{
       background-color: #ffff !important;
  }







@media screen and (max-width:575px) {
    .col-sm-4{
        margin-bottom: 10px !important;
      }
      .box:hover{
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border: none !important;
        padding: 5px;
    
    }
    .col-sm-3{
        margin-bottom: 10px !important;
    }
    .pop-up-heading{
      font-size: 14px !important;
    }
}
@media screen and (min-width:576px)  and (max-width:1120px) {
 
  .col-sm-4{
    margin-bottom: 10px !important;
  }
  .mb-media{
    margin-bottom: 50px !important;
  }
}
/* @media screen and (min-width:920px)  and (max-width:1120px) {
    .width{
      width: 50% !important;
    }
    .col-sm-2{
      margin-bottom: 10px !important;
    }
    .mb-media{
      margin-bottom: 50px !important;
    }
  } */



  @media screen and (max-width:600px) {
        
    .media-btn{
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
    .canada-heding{
      font-size: 25px !important;
      margin-bottom: 50px !important;
    }
    .height{
      height: 300px !important;
    }
}